简体   繁体   中英

Azure resource provider stuck in registering

Azure seems to be stuck in Registering. Have been at this for hours. What is the magic touch to fix this?

thomas@Azure:~$ az account set -s XXXXXXXXXXXXXXXXXXXX
thomas@Azure:~$ az provider show --namespace microsoft.insights -o table

Namespace           RegistrationPolicy    RegistrationState
------------------  --------------------  -------------------
microsoft.insights  RegistrationRequired  Registering

Hope this issue is not still affecting you, but we do hear about this from a few customers and that the state changes to Registered eventually after a few hours. If the issue persists, please create an issue with the Azure CLI team here so they can take a look.

There could have been a service issue at the time that could have impacted common management operations. You can check the Azure Status page to view all services that report their service health, as well as incidents with wide-ranging impact.

There's also the Service Health dashboard where you can track active events like ongoing service issues, upcoming planned maintenance, or relevant health advisories. While Azure Service Health tracks health events that may impact your resources, Azure Resource Health shows all the times that your resources have been unavailable because of Azure service problems.

Some other alternatives that you can try to register a resource provider are through the Azure Portal , and via Azure PowerShell .

To register a resource provider, use:

Register-AzResourceProvider -ProviderNamespace Microsoft.Insights

To see information for a particular resource provider, use:

Get-AzResourceProvider -ProviderNamespace Microsoft.Insights

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM