You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-app-configuration/quickstart-resource-manager.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,9 @@ This quickstart describes how to :
18
18
- Create key-values in an App Configuration store using ARM template.
19
19
- Read key-values in an App Configuration store from ARM template.
20
20
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.
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..."
112
115
113
116
To learn about adding feature flag and Key Vault reference to an App Configuration store, check below ARM template examples.
0 commit comments