Skip to content

Commit 7e553b3

Browse files
authored
Merge pull request #207145 from jamasten/patch-4
Added error for staging resource group
2 parents b96cf2d + 0fac0e6 commit 7e553b3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/virtual-machines/linux/image-builder-troubleshoot.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Microsoft.VirtualMachineImages/imageTemplates 'helloImageTemplateforSIG01' faile
105105
```
106106
#### Cause
107107

108-
In most cases, the resource deployment failure error occurs because of missing permissions.
108+
In most cases, the resource deployment failure error occurs because of missing permissions. This error may also be caused by a conflict with the staging resource group.
109109

110110
#### Solution
111111

@@ -114,6 +114,8 @@ Depending on your scenario, VM Image Builder might need permissions to:
114114
- The distribution image or Azure Compute Gallery resource.
115115
- The storage account, container, or blob that the `File` customizer is accessing.
116116

117+
Also, ensure the staging resource group name is uniquely specified for each image template.
118+
117119
For more information about configuring permissions, see [Configure VM Image Builder permissions by using the Azure CLI](image-builder-permissions-cli.md) or [Configure VM Image Builder permissions by using PowerShell](image-builder-permissions-powershell.md).
118120

119121
### Error getting a managed image

0 commit comments

Comments
 (0)