Skip to content

Commit d777545

Browse files
authored
Merge pull request #201074 from kof-f/patch-51
Adding fairfax regions and command
2 parents 1aca569 + 1fd1de8 commit d777545

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,16 @@ The location is the region where the custom image will be created. The following
9595
- East Asia
9696
- Korea Central
9797
- South Africa North
98+
- USGov Arizona (Public Preview)
99+
- USGov Virginia (Public Preview)
98100

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
107+
```
99108

100109
```json
101110
"location": "<region>",

0 commit comments

Comments
 (0)