Skip to content

Commit dd3546d

Browse files
committed
Adding a warning around Private Link
1 parent 8fede37 commit dd3546d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@ You can create an App Configuration store using an Azure Resource Manager templa
146146

147147
Now that you've added key-values to the store, you're ready to deploy a VM using an Azure Resource Manager template. The template references the **windowsOsVersion** and **diskSizeGB** keys you created.
148148

149+
> [!WARNING]
150+
> ARM templates can't reference keys in an App Configuration store that has Private Link enabled.
151+
149152
1. Copy and paste the following json code into a new file named *azuredeploy.json*, or download the file from [Azure Quickstart templates](https://github.com/Azure/azure-quickstart-templates/blob/master/101-app-configuration/azuredeploy.json).
150153

151154
```json
@@ -420,7 +423,7 @@ Now that you've added key-values to the store, you're ready to deploy a VM using
420423

421424
```azurepowershell
422425
New-AzResourceGroupDeployment `
423-
-ResourceGroupName "<your resource group>"
426+
-ResourceGroupName "<your resource group>"
424427
-TemplateFile "<path to prereq.azuredeploy.json>" `
425428
-TemplateParameterFile "<path to prereq.azuredeploy.parameters.json>"
426429
```

0 commit comments

Comments
 (0)