Challenge-00-DevBox.md
May 12, 2025 · View on GitHub
< Back to Challenge 0
Why use Azure DevBox for this workshop?
If you are using a tenant/subscription provided by Microsoft for this workshop then we have created an Azure DevBox just incase you are running into issues on your own computer or your IT department block developer certs or localhost.
What is Azure DevBox?
Azure DevBox is a cloud-based workstation that gives you a complete developer environment in the cloud. It’s already configured, so you can start coding quickly. However it will take about 25 minutes to deploy.
How to Create Your Dev Box
- Go to Azure DevBox.
- Sign in using the credentials given when you registered.
- Click to create your Dev Box, no additional configuration is needed.
Logging In
- Once your Dev Box is ready, sign in with your credentials.
- You’ll see a Windows environment ready for coding.
Clone the Repository and launch VS Code
- Open a terminal (PowerShell or Command Prompt).
- Run:
git clone https://github.com/microsoft/ai-developer.git
- Change into the cloned directory:
cd ai-developer
- In the same terminal, enter:
code .
- When prompted in VS Code to install recommended extensions, choose Yes to get everything you need for development.

Note
If you don't see the popup, then just install the recommended extensions.