Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 2.04 KB

File metadata and controls

52 lines (31 loc) · 2.04 KB
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.

  1. Sign in to the Azure portal.

    [!NOTE] If you need access to the Azure US Gov portal, go to https://portal.azure.us/

  2. On the Azure portal menu, select All services.

  3. In the All services box, enter subscription, and then select Subscriptions.

  4. Select the subscription from the subscription list to view.

  5. Select Resource providers and enter Microsoft.AVS into the search.

  6. 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.