Skip to content

Commit 373c69f

Browse files
authored
Merge pull request #196214 from zhenlan/arm
Add a note to highlight the examples of feature flags and key vault r…
2 parents a889ea9 + c077c6e commit 373c69f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ This quickstart describes how to :
1818
- Create key-values in an App Configuration store using ARM template.
1919
- Read key-values in an App Configuration store from ARM template.
2020

21+
> [!TIP]
22+
> Feature flags and Key Vault references are special types of key-values. Check out the [Next steps](#next-steps) for examples of creating them using the ARM template.
23+
2124
[!INCLUDE [About Azure Resource Manager](../../includes/resource-manager-quickstart-introduction.md)]
2225

2326
If your environment meets the prerequisites and you're familiar with using ARM templates, select the **Deploy to Azure** button. The template will open in the Azure portal.
@@ -112,5 +115,5 @@ Write-Host "Press [ENTER] to continue..."
112115

113116
To learn about adding feature flag and Key Vault reference to an App Configuration store, check below ARM template examples.
114117

115-
- [app-configuration-store-ff](https://azure.microsoft.com/resources/templates/app-configuration-store-ff/)
116-
- [app-configuration-store-keyvaultref](https://azure.microsoft.com/resources/templates/app-configuration-store-keyvaultref/)
118+
- [ARM template for feature flag](https://azure.microsoft.com/resources/templates/app-configuration-store-ff/)
119+
- [ARM template for Key Vault reference](https://azure.microsoft.com/resources/templates/app-configuration-store-keyvaultref/)

0 commit comments

Comments
 (0)