Skip to content

Commit 30c4a5d

Browse files
committed
update to line 38
1 parent 06cb1bf commit 30c4a5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-app-configuration/quickstart-bicep.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Two Azure resources are defined in the Bicep file:
3535
- [Microsoft.AppConfiguration/configurationStores](/azure/templates/microsoft.appconfiguration/2020-07-01-preview/configurationstores): create an App Configuration store.
3636
- [Microsoft.AppConfiguration/configurationStores/keyValues](/azure/templates/microsoft.appconfiguration/2020-07-01-preview/configurationstores/keyvalues): create a key-value inside the App Configuration store.
3737

38-
With this Bicep file, we create one key with two different values.
38+
With this Bicep file, we create one key with two different values, one of which has a unique label.
3939

4040
## Deploy the Bicep file
4141

0 commit comments

Comments
 (0)