2

I've been playing with Botframework and am trying to upload the sample code from the git https://github.com/Microsoft/botbuilder-python/tree/master/samples/EchoBot-with-State (with minor modifications) to Azure cloud. I've been referring to this link https://learn.microsoft.com/en-us/azure/bot-service/bot-builder-howto-deploy-azure?view=azure-bot-service-4.0

but have not been able to do so. Looks like this guide is more for .NET / .JS based applications and I'm not sure how to use Visual Studio with Python code to deploy to Azure.

I've never used Visual Studio before and any help would be appreciated.

Thanks

1
  • did you find a solution to this? Commented Mar 4, 2020 at 9:08

2 Answers 2

1

As far as my knowledge BOT is app service hosted on Azure. So to publish your bot application you will need to follow the same steps involved in publishing Python web app to Azure. You can follow steps in below link.

Publishing Python web app to Azure

Sign up to request clarification or add additional context in comments.

Comments

0

You can also use github to deploy a Python WebApp

Go to web app in Azure -> Deployment Center -> Connect Github account -> choose Org/Repo/Branch

enter image description here

enter image description here

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.