How about adding Dev Container support for consistent learner environments #75
shawn-jung
started this conversation in
Ideas
Replies: 1 comment
|
I second this. In my classes I see so many people struggle with the labs, especially the parts regarding setting up the venvs. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi team,
As a Microsoft Certified Trainer, I've been working through the exercises in mslearn-ai-agents repo and noticed that setting up the local environment (specific Python versions, SDK dependencies like azure-ai-projects) can be a significant hurdle for learners.
Adding a .devcontainer configuration would be highly beneficial to provide a standardized, "zero-install" environment and pre-configure essential tools like the Azure CLI and Python extensions. Yes, some of them would do
az loginfor the first time, but still motivated to learn Foundry Agent. I was inspired by the Contoso AI Agent sample project featured in this Microsoft Reactor video, where a standardized devcontainer is used to streamline the agent development process.Implementing this here would significantly improve the "time-to-first-agent" for students.
PS) I’d be happy to submit a PR with a basic configuration if the team is open to it!
All reactions