This repository contains code to provision Azure DevBox into Azure. Microsoft Dev Box Preview gives you self-service access to high-performance, preconfigured, and ready-to-code cloud-based workstations called dev boxes. You can set up dev boxes with tools, source code, and prebuilt binaries that are specific to a project, so developers can immediately start work. If you're a developer, you can use dev boxes in your day-to-day workflows.
This template deploys a Dev Box service with the minimum number of parameters.
Click the "Deploy to Azure" button above to deploy.
When deploying this template you can provide parameters to customize the dev box and related resources.
Parameters | Overview |
---|---|
User Principal Id | The AAD user id or gorup id that will be granted the role "Devcenter Dev Box User". Please find the user/group's object id under Azure Active Directory. If you don't provide this permission, the developer will not get the permission to access the project in the Dev Portal. If it's not provided, mannually you can also go to the project IAM and grant the related permissioin. Please refer to here. |
Uer Principal Type | If you want to grant the permission to AAD group, please select "group" instead of "user" |