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.
Possible error messages
Failed to register Azure providers
Resolution
Before you can use your Azure subscription, Azure requires that you register access to the Azure resource providers. CycleCloud attempts to register the providers for use in your subscription when you add new accounts. This error occurs if the service principal configured for CycleCloud doesn't have permission to register the providers.
Resolve this error by doing one of the following steps:
Grant the CycleCloud service principal the following permissions:
Microsoft.Compute/register/actionMicrosoft.Storage/register/actionMicrosoft.Network/register/actionMicrosoft.Resources/register/actionMicrosoft.Commerce/register/action
Use the Azure CLI to manually register the providers
az provider register --namespace "Microsoft.Compute"
az provider register --namespace "Microsoft.Storage"
az provider register --namespace "Microsoft.Network"
az provider register --namespace "Microsoft.Resources"
az provider register --namespace "Microsoft.Commerce"
More information
For more information on specific permissions required for Azure CycleCloud, see Create a custom role for CycleCloud.