You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/automanage/arm-deploy.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,15 +11,15 @@ ms.date: 12/10/2021
11
11
12
12
13
13
## Overview
14
-
Follow the steps below to onboard a machine to Automanage Best Practices using an ARM template.
14
+
Follow the steps to onboard a machine to Automanage Best Practices using an ARM template.
15
15
16
16
## Prerequisites
17
-
* You must have necessary [RBAC permissions](./automanage-virtual-machines.md#required-rbac-permissions)
17
+
* You must have necessary [Role-based access control permissions](./automanage-virtual-machines.md#required-rbac-permissions)
18
18
* You must be in a supported region and supported VM image highlighted in these [prerequisites](./automanage-virtual-machines.md#prerequisites)
19
19
20
20
21
21
## ARM template overview
22
-
The following ARM template will onboard your specified machine onto Azure Automanage Best Practices. Details on the ARM template and steps on how to deploy are located in the ARM template deployment section [below](#arm-template-deployment).
22
+
The following ARM template will onboard your specified machine onto Azure Automanage Best Practices. Details on the ARM template and steps on how to deploy are located in the ARM template deployment [section](#arm-template-deployment).
1. Save the ARM template above as `azuredeploy.json`
57
-
1. Run the ARM template deployment with `az deployment group create --resource-group myResourceGroup --template-file azuredeploy.json`
58
-
1. Provide the values for machineName, automanageAccountName, and configurationProfileAssignment when prompted
59
-
1. You are done!
56
+
1. Save this ARM template as `azuredeploy.json`
57
+
1. Run this ARM template deployment with `az deployment group create --resource-group myResourceGroup --template-file azuredeploy.json`
58
+
1. Provide the values for machineName, and configurationProfileAssignment when prompted
59
+
1. You're ready to deploy
60
60
61
-
As with any ARM template, it is possible to factor out the parameters into a separate `azuredeploy.parameters.json` file and use that as an argument when deploying.
61
+
As with any ARM template, it's possible to factor out the parameters into a separate `azuredeploy.parameters.json` file and use that as an argument when deploying.
62
62
63
63
## Next steps
64
64
Learn more about Automanage for [Linux](./automanage-linux.md) and [Windows](./automanage-windows-server.md)
Copy file name to clipboardExpand all lines: articles/automanage/virtual-machines-policy-enable.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ If you don't have an Azure subscription, [create an account](https://azure.micro
26
26
> The following Azure RBAC permission is needed to enable Automanage: **Owner** role or **Contributor** along with **User Access Administrator** roles.
27
27
28
28
## Direct link to Policy
29
-
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.
29
+
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.
30
30
31
31
## Sign in to Azure
32
32
@@ -38,21 +38,21 @@ Sign in to the [Azure portal](https://portal.azure.com/).
38
38
1. Navigate to **Policy** in the Azure portal
39
39
1. Go to the **Definitions** pane
40
40
1. Click the **Categories** dropdown to see the available options
41
-
1. Select the **Enable Automanage – Azure virtual machine best practices** option
42
-
1. Now the list will update to show a built-in policy with a name that starts with *Enable Automanage…*
43
-
1. Click on the *Enable Automanage - Azure virtual machine best practices* built-in policy name
41
+
1. Select the **Automanage** option
42
+
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*
43
+
1. Click on the *Configure virtual machines to be onboarded to Azure Automanage* built-in policy name
44
44
1. After clicking on the policy, you can now see the **Definition** tab
45
45
46
46
> [!NOTE]
47
-
> 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.
47
+
> 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.
48
48
49
49
1. Click the **Assign** button to create an Assignment
50
50
1. Under the **Basics** tab, fill out **Scope** by setting the *Subscription* and *Resource Group*
51
51
52
52
> [!NOTE]
53
53
> 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.
54
54
55
-
1. Click on the **Parameters** tab and set the **Automanage Account** and the desired **Configuration Profile**
55
+
1. Click on the **Parameters** tab and set the **Configuration Profile** and the desired **Effect**
56
56
1. Under the **Review + create** tab, review the settings
57
57
1. Apply the Assignment by clicking **Create**
58
58
1. View your assignments in the **Assignments** tab next to **Definition**
0 commit comments