Not able to create a Web App Bot through Azure portal, getting ServiceError: CreateAppOnlySteps

戏子无情 提交于 2020-05-15 09:26:07

问题


I am trying to create a Web App Bot in Azure, getting error ServiceError: CreateAppOnlySteps

https://i.stack.imgur.com/8ayNW.png


回答1:


it seems like error : ServiceError: CreateAppOnlySteps is due to insufficient permissions.

Can you check, do you have access to create an APP Registration under Azure Active Directory.

If yes, follow below link and create an APP & Secret using below link :

https://docs.microsoft.com/en-us/azure/bot-service/bot-service-resources-bot-framework-faq?view=azure-bot-service-4.0#app-registration

Once you are done with App Registration, copy the APP Id, Secret and apply that during BOT Registration like below :

Try the above steps, it may work

Thanks !!!



来源:https://stackoverflow.com/questions/61656162/not-able-to-create-a-web-app-bot-through-azure-portal-getting-serviceerror-cre

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!