Skip to content

Commit 742c6d2

Browse files
Merge pull request #210272 from mumian/0906-bicep-cross
Link the Bicep article from the templates article
2 parents ef77617 + 9fad206 commit 742c6d2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/azure-resource-manager/templates/deployment-script-template.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: azure-resource-manager
55
author: mumian
66
ms.service: azure-resource-manager
77
ms.topic: conceptual
8-
ms.date: 01/07/2022
8+
ms.date: 09/06/2022
99
ms.author: jgao
1010
ms.custom: devx-track-azurepowershell
1111

@@ -36,6 +36,9 @@ The deployment script resource is only available in the regions where Azure Cont
3636
> [!NOTE]
3737
> Retry logic for Azure sign in is now built in to the wrapper script. If you grant permissions in the same template as your deployment scripts, the deployment script service retries sign in for 10 minutes with 10-second interval until the managed identity role assignment is replicated.
3838
39+
> [!TIP]
40+
> We recommend [Bicep](../bicep/overview.md) because it offers the same capabilities as ARM templates and the syntax is easier to use. To learn more, see [Deployment script](../bicep/deployment-script-bicep.md).
41+
3942
### Training resources
4043

4144
To learn more about the ARM template test toolkit, and for hands-on guidance, see [Extend ARM templates by using deployment scripts](/learn/modules/extend-resource-manager-template-deployment-scripts).

0 commit comments

Comments
 (0)