DEV Community

Cover image for FIXED: Azure - Resource provider not registered for the subscription
Kóredé Bashir
Kóredé Bashir

Posted on • Edited on

5

FIXED: Azure - Resource provider not registered for the subscription

The Problem

If you have been following any tutorial around creating bots on Azure, and you hit the weird roadblock that tells you;



Resource provider Microsoft.BotService not registered for the subscription


Enter fullscreen mode Exit fullscreen mode

'Resource Provider error'

Fret not, 'cause you have just stumbled on the fix!

The Solution

Now, let us walk through the fix together.

First off, head over to Subscriptions (you can search for this from the Azure portal), then you should select the specific Subscription that shows you that error.

Now that you're inside that subscription, search for Resource Providers. There would definitely be a lot of providers here, so just do a filter by name for Bot, now should see the sneaky cause of the bug;

'Microsoft.Bot'

In my case, the Microsoft.BotService Request Provider already indicates Registered - and yes, I still see the bug. If it shows Unregistered, you do have to register the provider by clicking the Register button above the Request Provider. And if it already has a Registered green tick (like mine), what we both want to do here is unregister the provider, then register it again. That should work. Simple, innit?

The Conclusion

And there you have your fix to the Resource provider not registered bug. This fix is the way to hard-refresh Request Providers in Azure, works for all Request Providers - not just the Microsoft Bot Service.

Heroku

Build apps, not infrastructure.

Dealing with servers, hardware, and infrastructure can take up your valuable time. Discover the benefits of Heroku, the PaaS of choice for developers since 2007.

Visit Site

Top comments (0)

Image of Bright Data

Ensure Data Quality Across Sources – Manage and normalize data effortlessly.

Maintain high-quality, consistent data across multiple sources with our efficient data management tools.

Manage Data

👋 Kindness is contagious

Explore a sea of insights with this enlightening post, highly esteemed within the nurturing DEV Community. Coders of all stripes are invited to participate and contribute to our shared knowledge.

Expressing gratitude with a simple "thank you" can make a big impact. Leave your thanks in the comments!

On DEV, exchanging ideas smooths our way and strengthens our community bonds. Found this useful? A quick note of thanks to the author can mean a lot.

Okay