Skip to content

Commit 8bc2b8f

Browse files
committed
updated policy and template
1 parent be892fd commit 8bc2b8f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

articles/automanage/arm-deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The following ARM template will onboard your specified machine onto Azure Automa
3939
"apiVersion": "2021-04-30-preview",
4040
"name": "[concat(parameters('machineName'), '/Microsoft.Automanage/default')]",
4141
"properties": {
42-
"configurationProfile": "[parameters('configurationProfile')]",
42+
"configurationProfile": "[parameters('configurationProfile')]"
4343
}
4444
}
4545
]

articles/automanage/virtual-machines-policy-enable.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: virtual-machines
66
ms.subservice: automanage
77
ms.workload: infrastructure
88
ms.topic: how-to
9-
ms.date: 09/04/2020
9+
ms.date: 01/31/2022
1010
ms.author: jushiman
1111
---
1212

@@ -27,7 +27,7 @@ If you don't have an Azure subscription, [create an account](https://azure.micro
2727
> The following Azure RBAC permission is needed to enable Automanage: **Owner** role or **Contributor** along with **User Access Administrator** roles.
2828
2929
## Direct link to Policy
30-
The Automanage policy definition can be found in the Azure portal by the name of [Configure virtual machines to be onboarded to Azure Automanage](https://portal.azure.com/#blade/Microsoft_Azure_Policy/PolicyDetailBlade/definitionId/%2Fproviders%2FMicrosoft.Authorization%2FpolicyDefinitions%2F270610db-8c04-438a-a739-e8e6745b22d3). If you click on this link, skip directly to step 8 in [Locate and assign the policy](#locate-and-assign-the-policy) below.
30+
The Automanage policy definition can be found in the Azure portal by the name of [Configure virtual machines to be onboarded to Azure Automanage](https://portal.azure.com/#blade/Microsoft_Azure_Policy/PolicyDetailBlade/definitionId/%2Fproviders%2FMicrosoft.Authorization%2FpolicyDefinitions%2Ff889cab7-da27-4c41-a3b0-de1f6f87c550). If you click on this link, skip directly to step 8 in [Locate and assign the policy](#locate-and-assign-the-policy) below.
3131

3232
## Sign in to Azure
3333

@@ -39,21 +39,21 @@ Sign in to the [Azure portal](https://portal.azure.com/).
3939
1. Navigate to **Policy** in the Azure portal
4040
1. Go to the **Definitions** pane
4141
1. Click the **Categories** dropdown to see the available options
42-
1. Select the **Enable Automanage – Azure virtual machine best practices** option
43-
1. Now the list will update to show a built-in policy with a name that starts with *Enable Automanage*
44-
1. Click on the *Enable Automanage - Azure virtual machine best practices* built-in policy name
42+
1. Select the **Automanage** option
43+
1. Now the list will update to show a built-in policy with a name that starts with *Configure virtual machines to be onboarded to Azure Automanage*
44+
1. Click on the *Configure virtual machines to be onboarded to Azure Automanage* built-in policy name
4545
1. After clicking on the policy, you can now see the **Definition** tab
4646

4747
> [!NOTE]
48-
> The Azure Policy definition is used to set Automanage parameters like the configuration profile or the account. It also sets filters that ensure the policy applies only to the correct VMs.
48+
> The Azure Policy definition is used to set Automanage parameters like the configuration profile. It also sets filters that ensure the policy applies only to the correct VMs.
4949
5050
1. Click the **Assign** button to create an Assignment
5151
1. Under the **Basics** tab, fill out **Scope** by setting the *Subscription* and *Resource Group*
5252

5353
> [!NOTE]
5454
> The Scope lets you define which VMs this policy applies to. You can set application at the subscription level or resource group level. If you set a resource group, all VMs that are currently in that resource group or any future VMs we add to it will have Automanage automatically enabled.
5555
56-
1. Click on the **Parameters** tab and set the **Automanage Account** and the desired **Configuration Profile**
56+
1. Click on the **Parameters** tab and set the **Configuration Profile** and the desired **Effect**
5757
1. Under the **Review + create** tab, review the settings
5858
1. Apply the Assignment by clicking **Create**
5959
1. View your assignments in the **Assignments** tab next to **Definition**

0 commit comments

Comments
 (0)