Skip to content

Commit 759f373

Browse files
committed
Trying to improve acrolynx scorecard for assign-policy-template.md
1 parent 0eee6f0 commit 759f373

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ ms.custom: subject-armqs, mode-arm, devx-track-arm-template
99

1010
The first step in understanding compliance in Azure is to identify the status of your resources.
1111
This quickstart steps you through the process of using an Azure Resource Manager template (ARM
12-
template) to create a policy assignment to identify virtual machines that aren't using managed
13-
disks. At the end of this process, you'll successfully identify virtual machines that aren't using
14-
managed disks. They're _non-compliant_ with the policy assignment.
12+
template) to create a policy assignment that identifies virtual machines that aren't using managed
13+
disks, and flags them as _non-compliant_ to the policy assignment.
1514

1615
[!INCLUDE [About Azure Resource Manager](../../../includes/resource-manager-quickstart-introduction.md)]
1716

@@ -58,7 +57,7 @@ The resource defined in the template is:
5857
| Resource group | Select **Create new**, specify a name, and then select **OK**. In the screenshot, the resource group name is _mypolicyquickstart\<Date in MMDD\>rg_. |
5958
| Location | Select a region. For example, **Central US**. |
6059
| Policy Assignment Name | Specify a policy assignment name. You can use the policy definition display if you want. For example, _Audit VMs that do not use managed disks_. |
61-
| Rg Name | Specify a resource group name where you want to assign the policy to. In this quickstart, use the default value **[resourceGroup().name]**. **[resourceGroup()](../../azure-resource-manager/templates/template-functions-resource.md#resourcegroup)** is a template function that retrieves the resource group. |
60+
| Resource Group Name | Specify a resource group name where you want to assign the policy to. In this quickstart, use the default value **[resourceGroup().name]**. **[resourceGroup()](../../azure-resource-manager/templates/template-functions-resource.md#resourcegroup)** is a template function that retrieves the resource group. |
6261
| Policy Definition ID | Specify **/providers/Microsoft.Authorization/policyDefinitions/0a914e76-4921-4c19-b460-a2d36003525a**. |
6362
| I agree to the terms and conditions stated above | (Select) |
6463

0 commit comments

Comments
 (0)