Automating Deployment in Bot Framework (Bot + LUIS+ QnA + Table Storage)
We have a bot deployed on Azure but we want to give it to a client so he can deploy it run it using his own resources. We need to give them a Powershell script that magically create and deploy all the resources needed for the bot to work. My bot architecture consists on the following parts: Bot's Logic (ASP.NET Web API Project deployed over an Azure App Service ) LUIS Model (published over a Cognitive Services Account ) QnA Service Knowledge Base done with QnA Maker ( published directly from the QnaMaker Portal (have no idea where it's deployed ) Azure Table Storage My Questions are: 1) How to