[Fixed] Resource Provider ‘Microsoft.BotService’ not Registered for this Subscription

When creating a Web App Bot service, you might get this error message. We have two ways to resolve this. First one is really simple.

Connect Bot Framework to DB [Part 3] | READ data from Azure SQL Database

Azure SQL Database is the intelligent, scalable, relational database service built for the cloud. It is evergreen and always up to date, with AI-powered and automated features that optimise performance and durability for you.

Connect Azure Bot with Jira Cloud

Plan, track, and manage your agile and software development projects in Jira. Customize your workflow, collaborate, and release great software. According to Atlassian, Jira is used for issue tracking and project management by over 75,000 customers in 122 countries.

WhatsApp Bot | Get Daily Jokes on WhatsApp using Azure Functions and Twilio

This is the WhatsApp Bot which gets the Jokes, daily to your WhatsApp number. I have scheduled the job to get executed daily at the scheduled time.

WhatsApp Bot | Get Covid Data Daily on WhatsApp using Azure Functions and Twilio

This is the WhatsApp Bot which gets the COVID data daily to your WhatsApp number. I have scheduled the job to get executed daily at the scheduled time.

Create Azure Resource Manager Bot using Bot Builder SDK and LUIS in C#

Azure Resource Manager is the deployment and management service for Azure. It provides a management layer that enables you to create, update, and delete resources in your Azure account. You use management features, like access control, locks, and tags, to secure and organize your resources after deployment.

Call Azure REST API using C#

Representational State Transfer (REST) APIs are service endpoints that support sets of HTTP operations (methods), which provide create, retrieve, update, or delete access to the service’s resources. In this demo, we will get all the resource group details and created a resource group.

How to get Azure Access Token using C#

Get the Microsoft Azure Access Token using .NET C#. The OAuth token contains claims that you can use in Azure AD to identify the granted permissions to APIs.

How to get Azure Access Token using Postman

Get Microsoft Azure Access Token using Postman. The OAuth token contains claims that you can use in Azure AD to identify the granted permissions to APIs.

Up ↑