Skip to content

Commit e2130a4

Browse files
Merge pull request #291158 from dhruvchand/dev-box-post-ignite-customizations
Fix role assignments for dev box imaging
2 parents 6d8bd1b + 082076e commit e2130a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ You can make adjustments to the customization file and create a new dev box to t
105105
### 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 managed-by resource group. 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” and “Project Fidalgo” applications 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. 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”.
109109

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

0 commit comments

Comments
 (0)