Go to aka.ms/devbox/getstarted
Go to devportal.microsoft.com
Tip: use an in-private window to ensure opportunity to choose tenant on login
- install Ubuntu from Windows App Store (installs wsl)
- install WSL extension in VS Code
- [recommended] install azure CLI in wsl filesystem with
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bashref (otherwise will reference version in \wsl) - install azd with
curl -fsSL https://aka.ms/install-azd.sh | sudo bashref - [optional] install the github CLI (gh) as per here
- [optional] set up ssh-key access to github using
gh auth login