You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/linux/image-builder-json.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,16 @@ The location is the region where the custom image will be created. The following
95
95
- East Asia
96
96
- Korea Central
97
97
- South Africa North
98
+
- USGov Arizona (Public Preview)
99
+
- USGov Virginia (Public Preview)
98
100
101
+
> [!IMPORTANT]
102
+
> Register the feature "Microsoft.VirtualMachineImages/FairfaxPublicPreview" to access the Azure Image Builder public preview in Fairfax regions (USGov Arizona and USGov Virginia).
103
+
104
+
Use the following command to register the feature for Azure Image Builder in Fairfax regions (USGov Arizona and USGov Virginia).
105
+
```azurecli-interactive
106
+
az feature register --namespace Microsoft.VirtualMachineImages --name FairfaxPublicPreview
0 commit comments