I am unable to complete the registration of a resource provider in Azure. Microsoft.Compute and Microsoft.Sql
I am unable to complete the registration of a resource provider in Azure. The registration process remains stuck in the "Registering" status and has not completed, even after approximately 24 hours.
I have attempted to unregister and re-register the resource provider using all available methods (Azure Portal, Azure CLI, PowerShell), but the status does not change.
This problem appears to be similar to this issue described by another user.
https://learn.microsoft.com/en-us/answers/questions/5520701/resource-provider-registration-issue
Based on the similarity and persistence of the problem, I suspect the issue may be on the service side rather than a configuration problem on my end.
Steps Already Tried:
Unregistering and registering the resource provider via Azure Portal.
Registering via Azure CLI (az provider register).
Registering via Azure PowerShell (Register-AzResourceProvider).
Waiting over 24 hours for the registration to complete.
Current Status: The registration remains in "Registering" state without progressing to "Registered".