Skip to content

Commit 4fab5aa

Browse files
authored
clarify role assignments for dev center imaging
1 parent 630ee4c commit 4fab5aa

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

articles/dev-box/how-to-configure-customization-imaging.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,25 @@ To verify that customizations from the image definition file are applied, create
102102

103103
You can make adjustments to the customization file and create a new dev box to test the changes. When you're happy that the customizations are correct, you can build a reusable image.
104104

105-
### Build a reusable image
105+
## Build a reusable image
106106

107107
To optimize customizations and create a reusable image for your team, you can use the following steps to build an image from the customization file. This image applies to all dev boxes created from the pool.
108-
The DevCenter service creates a Dev Box behind the scenes to create an image, and exports the image to an Azure Compute Gallery in a resource group managed by the DevCenter service. In order to generate an image, you need to assign the DevCenter service the requisite roles to publish an image. Go to the Azure Portal, and select Resource Groups. Search for the managed by resource group with the name DevCenter(yourProjectName)(a random ID). Under that resource group, navigate to Access Control, and give the “Windows 365” application the roles “Storage Account Contributor”, “Storage Blob Data Contributor” and “Reader”.
108+
The DevCenter service creates a Dev Box behind the scenes to create an image, and exports the image to an Azure Compute Gallery in a resource group managed by the DevCenter service.
109+
110+
### Assign roles to the DevCenter service
111+
112+
In order to generate an image, you need to assign the DevCenter service the requisite roles to publish an image.
113+
114+
1. Sign in to the [Azure portal](https://portal.azure.com).
115+
116+
1. Select **Resource Groups**.
117+
118+
1. Search for the managed by resource group with the name *DevCenter(yourProjectName)(a random ID)*.
119+
120+
1. Under that resource group, navigate to Access Control, and give the **Windows 365** and **Project Fidalgo** applications the roles **Storage Account Contributor**, **Storage Blob Data Contributor**, and **Reader**.
121+
122+
### Build the image
123+
109124

110125
1. On the **Image definitions** pane, select the image that you want to build.
111126

0 commit comments

Comments
 (0)