This site is obsolete and should be used for reference only. The information in this documentation is not guaranteed to work for Bot Framework SDK versions past 4.9.1.
Tutorial: Deploy (cli)
Deploy an Azure Resource Manager (ARM) templates
Run the following command to deploy the Virtual Assistant ARM template:
az group deployment create ` --resource-group "resource-group-name" ` --template-file "path-to-arm-template"` --parameters "path-to-arm-parameters-file" ` --parameters microsoftAppId='ms-app-id' microsoftAppPassword='ms-app-pw'