| title | Register the Azure VMware Solution resource provider |
|---|---|
| description | Steps to register the Azure VMware Solution resource provider. |
| ms.topic | include |
| ms.service | azure-vmware |
| ms.custom | devx-track-azurecli, engagement-fy23 |
| ms.date | 01/04/2024 |
| author | suzizuber |
| ms.author | v-szuber |
To use Azure VMware Solution, you must first register the resource provider with your subscription. For more information about resource providers, see Azure resource providers and types.
-
Sign in to the Azure portal.
[!NOTE] If you need access to the Azure US Gov portal, go to https://portal.azure.us/
-
On the Azure portal menu, select All services.
-
In the All services box, enter subscription, and then select Subscriptions.
-
Select the subscription from the subscription list to view.
-
Select Resource providers and enter Microsoft.AVS into the search.
-
If the resource provider isn't registered, select Register.
To begin using Azure CLI:
[!INCLUDE azure-cli-prepare-your-environment-no-header]
Sign in to the Azure subscription you use for the Azure VMware Solution deployment through the Azure CLI. Register the Microsoft.AVS resource provider with the az provider register command:
az provider register -n Microsoft.AVS --subscription <your subscription ID>
You can use the az provider list command to see all available providers.