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
@@ -35,6 +35,8 @@ Two Azure resources are defined in the Bicep file:
35
35
-[Microsoft.AppConfiguration/configurationStores](/azure/templates/microsoft.appconfiguration/2020-07-01-preview/configurationstores): create an App Configuration store.
36
36
-[Microsoft.AppConfiguration/configurationStores/keyValues](/azure/templates/microsoft.appconfiguration/2020-07-01-preview/configurationstores/keyvalues): create a key-value inside the App Configuration store.
37
37
38
+
With this Bicep file, we create one key with two different values.
39
+
38
40
## Deploy the Bicep file
39
41
40
42
1. Save the Bicep file as **main.bicep** to your local computer.
0 commit comments