Skip to content

Instantly share code, notes, and snippets.

@lindacmsheard
Last active May 27, 2025 17:49
Show Gist options
  • Select an option

  • Save lindacmsheard/52dc81db4e38808c397e3e8cae8fbee8 to your computer and use it in GitHub Desktop.

Select an option

Save lindacmsheard/52dc81db4e38808c397e3e8cae8fbee8 to your computer and use it in GitHub Desktop.

Azure DevBox

About

Tenant Admin: Get Azure DevBox with devcenter

Go to aka.ms/devbox/getstarted

Start a dev box

Go to devportal.microsoft.com

Tip: use an in-private window to ensure opportunity to choose tenant on login

Azure DevBox post-launch config

  1. install Ubuntu from Windows App Store (installs wsl)
  2. install WSL extension in VS Code
  3. [recommended] install azure CLI in wsl filesystem with curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash ref (otherwise will reference version in \wsl)
  4. install azd with curl -fsSL https://aka.ms/install-azd.sh | sudo bash ref
  5. [optional] install the github CLI (gh) as per here
  6. [optional] set up ssh-key access to github using gh auth login
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment