shatakshi
shatakshi

Reputation: 31

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

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

https://i.sstatic.net/8ayNW.png

Upvotes: 2

Views: 539

Answers (1)

Sampat
Sampat

Reputation: 116

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://learn.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 :

Adding APP & Secret during bot registration

Try the above steps, it may work

Thanks !!!

Upvotes: 2

Related Questions