Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Bot Channels Registration: Exception of type 'Microsoft.AppRegPortal.Providers.Graph.GraphException'

Tags:

botframework

After create bot channel on Azure Bot Channels Registration and try add Microsoft Graph rules on apps.dev.microsoft.com I have an exception:

Bot Channels Registration: Exception of type 'Microsoft.AppRegPortal.Providers.Graph.GraphException' was thrown. After try to add Microsoft Graph rules and try save changes.

If I migrate Bot Channel from Microsoft Bot Framework (https://dev.botframework.com/) to Azure - rules transferred successfully.

like image 889
D.Zemlyuk Avatar asked Dec 16 '17 23:12

D.Zemlyuk


People also ask

What is bot channels registration?

The bot channels registration registers your web service as a bot with the Bot Framework, provided you have a Microsoft App Id and App password (client secret). IMPORTANT: You only need to register your bot if it is not hosted in Azure.

How do I find my Microsoft App ID and password for a bot?

To get your app or tenant ID To get your bot's app or tenant ID: Go to the Azure Bot resource blade for your bot. Go to the bot's Configuration blade. From this blade, you can copy the bot's Microsoft App ID or App Tenant ID.

Is Microsoft bot free?

@user8321763 the sdk itself is free and you can use it to create a bot and host it in your own server. Botkit-studio on the other hand is a paid service provided by that company. However, with the free open source library, you're already able to build a bot.


1 Answers

Facing the same problem.

There is mention of it here but no help to me https://support.microsoft.com/en-us/help/2887306/-connect-msolservice-exception-of-type-was-thrown-error-when-you-use-t

However ... Found an alternate way to make this work

  1. Within Azure, select "Resources groups"->the name of your Bot Service.
  2. Under the Settings section, select "Deployments" and then select deployment name of your Bot Service. The APPID and APPSECRET are view-able under the Inputs section.
like image 61
Sanket Sonavane Avatar answered Oct 14 '22 10:10

Sanket Sonavane