Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions articles/virtual-machines/image-builder-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,19 +103,6 @@ The VM Image Builder service is available in the following regions:
- Italy North
- Israel Central

To access the Azure VM Image Builder public preview in the Fairfax regions (USGov Arizona and USGov Virginia), you must register the *Microsoft.VirtualMachineImages/FairfaxPublicPreview* feature. To do so, run the following command in either PowerShell or Azure CLI:

### [Azure PowerShell](#tab/azure-powershell)

```azurepowershell-interactive
Register-AzProviderPreviewFeature -ProviderNamespace Microsoft.VirtualMachineImages -Name FairfaxPublicPreview
```

### [Azure CLI](#tab/azure-cli)

```azurecli-interactive
az feature register --namespace Microsoft.VirtualMachineImages --name FairfaxPublicPreview
```
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

_> You no longer have to run the separate Microsoft.VirtualMachineImages/FairfaxPublicPreview
> command to register the provider Microsoft.VirtualMachineImages in AzureGov.
Hello. How was this ascertained? AFAIK, this AFEC flag is still needed.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In a new Fairfax tenant, I registered Microsoft.VirtualMachineImages in the portal and deployed a custom image template. There was no requirement for the extra step specifically for FairfaxPublicPreview

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sumit-kalra Can you respond to the comment above?

@MicrosoftDocs/public-repo-pr-review-team

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@chrismrutledge - The AFEC should still be needed. If it's not being required then it may be a code bug (and not a doc bug). We are investigating. Thanks for bringing this up.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also @chrismrutledge - would it be possible for you to share the subscription ID you used to validate that image templates could be created without registering to an AFEC?

---

To access the Azure VM Image Builder public preview in the China North 3 region, you must register the *Microsoft.VirtualMachineImages/MooncakePublicPreview* feature. To do so, run the following command in either PowerShell or Azure CLI:
Expand Down