Skip to content

Commit 2060f1b

Browse files
authored
Merge pull request #111269 from BhargaviAnnadevara-MSFT/patch-29
(AzureCXP) Fixes MicrosoftDocs/azure-docs#52182
2 parents 6450498 + 4d35499 commit 2060f1b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-app-configuration/quickstart-resource-manager.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Automated VM deployment with Azure App Configuration quickstart
33
description: This quickstart demonstrates how to use the Azure PowerShell module and Azure Resource Manager templates to deploy an Azure App Configuration store. Then use the values in the store to deploy a VM.
44
author: lisaguthrie
55
ms.author: lcozzens
6-
ms.date: 03/05/2020
6+
ms.date: 04/14/2020
77
ms.topic: quickstart
88
ms.service: azure-app-configuration
99
ms.custom: [mvc, subject-armqs]
@@ -419,13 +419,13 @@ Now that you've added key-values to the store, you're ready to deploy a VM using
419419
|storageAccountName|A unique name for a storage account associated with the VM.|
420420
|domainNameLabel|A unique domain name.|
421421

422-
1. In your PowerShell window, run the following command to deploy the Azure App Configuration store. Don't forget to replace the resource group name, template file path, and template parameter file path.
422+
1. In your PowerShell window, run the following command to deploy the VM. Don't forget to replace the resource group name, template file path, and template parameter file path.
423423

424424
```azurepowershell
425425
New-AzResourceGroupDeployment `
426426
-ResourceGroupName "<your resource group>"
427-
-TemplateFile "<path to prereq.azuredeploy.json>" `
428-
-TemplateParameterFile "<path to prereq.azuredeploy.parameters.json>"
427+
-TemplateFile "<path to azuredeploy.json>" `
428+
-TemplateParameterFile "<path to azuredeploy.parameters.json>"
429429
```
430430

431431
Congratulations! You've deployed a VM using configurations stored in Azure App Configuration.

0 commit comments

Comments
 (0)