Jon Rumsey

An online markdown blog and knowledge repository.


Project maintained by nojronatron Hosted on GitHub Pages — Theme by mattgraham

Microsoft Copilot Learnings

These are notes taken while training on Microsoft Copilot technologies following this Microsoft Build event in May, 2024.

Table of Contents

Build An Auto Suggest Engine Using Copilot

These notes were taken while working through MSLearn's Cloud Skills Challenge, Module "Guided Project - Build Auto Suggest Engine With Copilot".

Auto-Suggest Project Objectives

Handy-Dandy Prompting

Use 'Explain This':

Use 'Generate docs':

Prompt Copilot To Be More Specific:

Note: For some prompts, Copilot will offer to insert the code suggestion(s) for you, or allow you to copy it for pasting in yourself.

Copilot Helps You Write Unittests Rapidly:

Note: In VSCode, r-click the filename and select "Open in Terminal" and the Terminal will put you in that working directory. This is useful for running dotnet test from within a Test Project, rather than having to type the entire comand from the root of the Solution.

Auto-Suggest Project Additional Takeaways

Intro to Copilot in MS Power Platform

References

Return to ContEd Index.

Return to Root README.