Skip to content

Commit cceec2b

Browse files
committed
quickstart edits
1 parent a490e31 commit cceec2b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure App Configuration
44
description: Learn how to create an Azure App Configuration store using Bicep.
55
author: schaffererin
66
ms.author: v-eschaffer
7-
ms.date: 03/31/2022
7+
ms.date: 04/28/2022
88
ms.service: azure-app-configuration
99
ms.topic: quickstart
1010
ms.custom: subject-armqs, devx-track-azurepowershell, mode-arm
@@ -35,6 +35,8 @@ 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.
39+
3840
## Deploy the Bicep file
3941

4042
1. Save the Bicep file as **main.bicep** to your local computer.

0 commit comments

Comments
 (0)