Skip to content

Commit cedf7b0

Browse files
author
Patti Short
committed
added the code block for registering the Microsoft.AVS resource provider
1 parent 4c1ea05 commit cedf7b0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/azure-vmware/faq.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,11 @@ Yes, Azure VMware Solution supports migration using familiar VMware tools such a
6969
You can request a quota increase by submitting a support request. The Quota Management team evaluates the request and approves it within three business days.
7070

7171
> [!IMPORTANT]
72-
> Before you can request a quota increase, make sure that you [register the **Microsoft.AVS** resource provider](tutorial-create-private-cloud.md) in the Azure portal. For additional ways to register the resource provider, see [Azure resource providers and types](https://review.docs.microsoft.com/en-us/azure/azure-resource-manager/management/resource-providers-and-types).
72+
> Before you can request a quota increase, make sure that you [register the **Microsoft.AVS** resource provider](tutorial-create-private-cloud.md) in the Azure portal.
73+
> ```azurecli-interactive
74+
> az provider register -n Microsoft.AVS --subscription <your subscription ID>
75+
> ```
76+
> For additional ways to register the resource provider, see [Azure resource providers and types](https://review.docs.microsoft.com/en-us/azure/azure-resource-manager/management/resource-providers-and-types).
7377
7478
1. In your Azure portal, under **Help + Support**, create a **New support request** and provide the following information for the ticket:
7579
- **Issue type:** Technical

0 commit comments

Comments
 (0)