Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
In this article, you learn how to re-enable the Azure VMware Solution service principal. This service principal is required to be enabled to deploy the Azure VMware Solution Generation 2 (Gen 2) private clouds. If you're already familiar with how to enable service principal, re-enable the service principal for application ID '1a5e141d-70dd-4594-8442-9fc46fa48686' with name 'Avs Fleet Rp'.
Prerequisite
You must have the permissions to edit applications in your Microsoft Entra ID tenant, such as:
- Cloud Application Administrator
- Application Administrator
- Global Administrator
Enable first-party application service principal for Azure VMware Solution Gen 2 Private Clouds
There are two options to enable the service principal for Azure VMware Solution. You can use either the Microsoft Entra ID portal or Azure PowerShell. The following sections describe both options.
Option 1: From the Portal
Select Microsoft Entra ID.
Search Microsoft Entra ID for the application ID
1a5e141d-70dd-4594-8442-9fc46fa48686
. Select 'Avs Fleet Rp'.Enable the 'Avs Fleet Rp' Enterprise application for user sign-in by toggling the Enabled for users to sign-in toggle to Yes.
Ensure you select Save.
Option 2: From Azure PowerShell
Run the following command:
Get-AzADServicePrincipal -ApplicationId 1a5e141d-70dd-4594-8442-9fc46fa48686
Use the 'ID' returned. You can copy the value from the 'ID' column to use in the next command. The 'ID' field is a full GUID.
Run the following command to enable the service principal using the value you copied from the 'ID' column:
Set-AzureADServicePrincipal -ObjectId 0a9fa53e-1930 -AccountEnabled $True
Option 3: From Azure CLI
Run the following command:
az ad sp update --id "1a5e141d-70dd-4594-8442-9fc46fa48686" --set accountEnabled=true
Next steps
Follow a tutorial for Creating an Azure VMware Gen 2 private cloud
Learn more about Azure VMware Solution Gen 2 private cloud design considerations