Skip to content

Commit 87cc155

Browse files
Merge pull request #273322 from davidsmatlak/ds-fix-powershell-link-20240424
Fix link to Azure PowerShell
2 parents cd23370 + 539cfdf commit 87cc155

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/governance/policy/assign-policy-bicep.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ In this quickstart, you use a Bicep file to create a policy assignment that vali
1616

1717
- If you don't have an Azure account, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
1818
- [Bicep](../../azure-resource-manager/bicep/install.md).
19-
- [Azure PowerShell](/powershell/azure/install-az-ps) or [Azure CLI](/cli/azure/install-azure-cli).
19+
- [Azure PowerShell](/powershell/azure/install-azure-powershell) or [Azure CLI](/cli/azure/install-azure-cli).
2020
- [Visual Studio Code](https://code.visualstudio.com/) and the [Bicep extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-bicep).
2121
- `Microsoft.PolicyInsights` must be [registered](../../azure-resource-manager/management/resource-providers-and-types.md) in your Azure subscription. To register a resource provider, you must have permission to register resource providers. That permission is included in the Contributor and Owner roles.
2222
- A resource group with at least one virtual machine that doesn't use managed disks.

articles/governance/policy/assign-policy-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The Azure PowerShell modules can be used to manage Azure resources from the comm
1515
## Prerequisites
1616

1717
- If you don't have an Azure account, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
18-
- [Azure PowerShell](/powershell/azure/install-az-ps).
18+
- [Azure PowerShell](/powershell/azure/install-azure-powershell).
1919
- [Visual Studio Code](https://code.visualstudio.com/).
2020
- `Microsoft.PolicyInsights` must be [registered](../../azure-resource-manager/management/resource-providers-and-types.md) in your Azure subscription. To register a resource provider, you must have permission to register resource providers. That permission is included in the Contributor and Owner roles.
2121
- A resource group with at least one virtual machine that doesn't use managed disks.

articles/governance/policy/assign-policy-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ select the **Deploy to Azure** button. The template opens in the Azure portal.
2020
## Prerequisites
2121

2222
- If you don't have an Azure account, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
23-
- [Azure PowerShell](/powershell/azure/install-az-ps) or [Azure CLI](/cli/azure/install-azure-cli).
23+
- [Azure PowerShell](/powershell/azure/install-azure-powershell) or [Azure CLI](/cli/azure/install-azure-cli).
2424
- [Visual Studio Code](https://code.visualstudio.com/) and the [Azure Resource Manager (ARM) Tools](https://marketplace.visualstudio.com/items?itemName=msazurermtools.azurerm-vscode-tools).
2525
- `Microsoft.PolicyInsights` must be [registered](../../azure-resource-manager/management/resource-providers-and-types.md) in your Azure subscription. To register a resource provider, you must have permission to register resource providers. That permission is included in the Contributor and Owner roles.
2626
- A resource group with at least one virtual machine that doesn't use managed disks.

0 commit comments

Comments
 (0)