From 74f0a27c4b1031e9f7b4208ba5fb1364fd67ae77 Mon Sep 17 00:00:00 2001 From: Anton Eliseev Date: Thu, 1 Oct 2020 21:11:41 +0300 Subject: [PATCH] Update snippet-ARM-existing-resource-group.md Fix of plan location parameter name in description --- articles/includes/deploy/snippet-ARM-existing-resource-group.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.