Closed isabellaherrartelopez closed 1 month ago
I also experienced the same issue, anyone with ideas?
Thanks for filing this issue. Since this is not a Cloud Shell specific issue, we are unable to determine the root cause. It sounds like it might be a permission issue with the Microsoft Azure Sponsorship subscription. I recommend filing a support ticket to get help - https://learn.microsoft.com/en-us/azure/azure-portal/supportability/how-to-create-azure-support-request.
Closing since the issue is not an issue with Cloud Shell.
To Reproduce
az provider register --namespace '*'
Observed Behavior
Is this specific to Cloud Shell?
Please verify if the same issue can be reproduced by running the same tool outside Cloud Shell - for example, by installing it on your own computer. If so, it is likely to be a bug in that tool or in the Azure service it communicates with, not in Cloud Shell. Please file the issue with the appropriate project.
I accessed Cloud Shell via https://portal.azure.com. When trying locally, I used Azure CLI on a Windows 11 machine with Google as the browser.
Additional context
The problem seems to be related to registering specific resource providers. Even after attempting to manually register all necessary providers (such as
Microsoft.MachineLearningServices
), the issue persisted, which suggests that there may be an internal issue on Azure’s side regarding the registration of providers or deployment of resources.