Not able to create a web app bot in azure due to resource.provider memory storage issue

Ankush Kandwal 26 Reputation points
2020-09-28T11:19:29.933+00:00

I am not able to create a web bot and getting an error on creating a resource "Resource provider 'Microsoft.Storage' not registered for the subscription".

Storage from Resource Providers'28743-screenshot-2020-09-28-163851.png status is always Registering.

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
833 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. YutongTie-MSFT 51,696 Reputation points
    2020-09-28T23:01:46.91+00:00

    Thank you for reaching out. There are two solutions which may help you.

    1. In Azure Portal: Subscriptions -> {my subscription} -> Resource providers -> Microsoft.Storage -> Register.
    2. In Azure command line Register-AzureRmResourceProvider -ProviderNamespace Microsoft.Storage

    or

    azure provider register Microsoft.Storage
    

    Please let us know if it does not work. Thanks.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.