diff --git a/articles/includes/deploy/snippet-ARM-existing-resource-group.md b/articles/includes/deploy/snippet-ARM-existing-resource-group.md index bbff7d127..a32f1887d 100644 --- a/articles/includes/deploy/snippet-ARM-existing-resource-group.md +++ b/articles/includes/deploy/snippet-ARM-existing-resource-group.md @@ -37,4 +37,4 @@ az group deployment create --resource-group "" --templat - `botId` - A name for the Bot Channels Registration resource to create. It must be globally unique. It is used as the immutable bot ID. It is also used as the default display name, which is mutable. - `newWebAppName` - A name for the bot application service. - `newAppServicePlanName` - A name for the application service plan resource to create. -- `newAppServicePlanLocation` - The location of the application service plan. \ No newline at end of file +- `appServicePlanLocation` - The location of the application service plan.