由于资源提供程序注册错误,无法创建 Azure Web App Bot

Cant create an Azure Web App Bot because of Resource Provider Registration Error

我正在尝试在 Azure 上创建一个机器人。当我转到“主页”>“机器人服务”>“机器人服务”>“Web App Bot”>“Web App Bot”并输入我的机器人的所有信息并单击“创建”时,我收到一条错误消息 "Resource provider 'Microsoft.Storage' not registered for the subscription"。您可以在下图中看到这一点。 I looked around for answers for a while and it seemed like I had to do what run the command PS Azure:\> Register-AzureRmResourceProvider -ProviderNamespace Microsoft.Storage. After that, when I ran PS Azure:\> Get-AzureRmResourceProvider -ListAvailable | Select-Object ProviderNamespace, RegistrationState to view its registration status it said "Registering" (see image below). 然而,据我所知,注册只需要几分钟,我昨天 运行 这个命令,它仍然对我说 "Registering"。有人对我可以尝试解决的问题有什么建议吗?

不幸的是,由于容量问题,一部分客户遇到了存储问题。目前我不能肯定地说容量问题正在影响您向资源提供者注册的能力,但它似乎是一致的。 你能再检查一下吗(重新运行下面的命令)因为它现在应该已经解决了?

Register-AzResourceProvider -ProviderNamespace Microsoft.Storage