I have tried creating with the Azure Bot Service and using the default ARM template generated in Azure, but it is just creating the resource.
Can I create an ARM template which will also configure Azure Bot Service with the following?
- Language to be used for development (C# or NodeJS).
- Associate the Microsoft App ID and App Password.
- Template to be used, such as Basic, Dialog, LUIS or Proactive bot.
- LUIS Integration.
It would help to create a new environment in Azure easily through templates.
Also I can use the template in DevOps VSTS release step, so that I can automate the deployment process.