Skip to content

Commit 746c8c1

Browse files
committed
minor edit
1 parent 984335c commit 746c8c1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/azure-resource-manager/bicep/deploy-what-if.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ Before deploying a Bicep file, you can preview the changes that will happen. Azu
1212

1313
You can use the what-if operation with Azure PowerShell, Azure CLI, or REST API operations. What-if is supported for resource group, subscription, management group, and tenant level deployments.
1414

15-
[!INCLUDE [permissions](../../../includes/template-deploy-permissions.md)]
16-
1715
### Microsoft Learn
1816

1917
If you would rather learn about the what-if operation through step-by-step guidance, see [Preview Azure deployment changes by using what-if](/learn/modules/arm-template-whatif/) on **Microsoft Learn**.
2018

19+
[!INCLUDE [permissions](../../../includes/template-deploy-permissions.md)]
20+
2121
## Install Azure PowerShell module
2222

2323
To use what-if in PowerShell, you must have version **4.2 or later of the Az module**.

articles/azure-resource-manager/templates/deploy-what-if.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ Before deploying an Azure Resource Manager template (ARM template), you can prev
1414

1515
You can use the what-if operation with Azure PowerShell, Azure CLI, or REST API operations. What-if is supported for resource group, subscription, management group, and tenant level deployments.
1616

17-
[!INCLUDE [permissions](../../../includes/template-deploy-permissions.md)]
18-
1917
### Microsoft Learn
2018

2119
To learn more about what-if, and for hands-on guidance, see [Preview Azure deployment changes by using what-if](/learn/modules/arm-template-whatif) on **Microsoft Learn**.
2220

21+
[!INCLUDE [permissions](../../../includes/template-deploy-permissions.md)]
22+
2323
## Install Azure PowerShell module
2424

2525
To use what-if in PowerShell, you must have version **4.2 or later of the Az module**.

0 commit comments

Comments
 (0)