Course description
In this lesson, you will learn how to deploy your bot to production environment. This way you can test your bot with your friends or clients.
You will learn how to register and publish your bot on Microsoft Bot Framework portal.
First, you will need to download ngrock. Ngrock establishes secure tunnels from a public endpoint such as internet to a locally running network service.
You can deploy your bot to any web server, but Microsoft has one requirement. It should be HTTPS url.
If you don’t have your private web server with HTTPS certificate installed, you can use ngrock application to solve this problem.