Skip to content

Commit 29fd402

Browse files
authored
Merge pull request #203951 from jimmyca15/user/jimmyca/appConfigBicep
Add a note in bicep quickstart to reference arm template quick start.
2 parents d5e6057 + edd97a4 commit 29fd402

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
2828

2929
The Bicep file used in this quickstart is from [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/app-configuration-store-kv/).
3030

31+
> [!NOTE]
32+
> Bicep files use the same underlying engine as ARM templates. All of the tips, notes, and important information found in the [ARM template quickstart](./quickstart-resource-manager.md) apply here. It's recommended to reference this information when working with Bicep files.
33+
3134
:::code language="bicep" source="~/quickstart-templates/quickstarts/microsoft.appconfiguration/app-configuration-store-kv/main.bicep":::
3235

3336
Two Azure resources are defined in the Bicep file:

0 commit comments

Comments
 (0)