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/automanage-virtual-machines.md
+15-3Lines changed: 15 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ There are several prerequisites to consider before trying to enable Azure Automa
41
41
- VMs must be in a supported region (see below)
42
42
- User must have correct permissions (see below)
43
43
- Automanage does not support Sandbox subscriptions at this time
44
-
- Automanage does not support Windows 10 at this time
44
+
- Automanage does not support Windows client images at this time
45
45
46
46
### Supported regions
47
47
Automanage only supports VMs located in the following regions:
@@ -91,7 +91,18 @@ For the complete list of participating Azure services, as well as their supporte
91
91
92
92
In the Azure portal, you can enable Automanage on an existing virtual machine. For concise steps to this process, check out the [Automanage for virtual machines quickstart](quick-create-virtual-machines-portal.md).
93
93
94
-
If it is your first time enabling Automanage for your VM, you can search in the Azure portal for **Automanage – Azure machine best practices**. Click **Enable on existing VM**, select the [configuration profile](#configuration-profile) you wish to use and then select the machines you would like to onboard. Click **Enable**, and you're done.
94
+
If it is your first time enabling Automanage for your VM, you can search in the Azure portal for **Automanage – Azure machine best practices**. Click **Enable on existing VM**, select the [configuration profile](#configuration-profile) you wish to use and then select the machines you would like to onboard.
95
+
96
+
In the Machine selection pane in the portal, you will notice the **Eligibility** column. You can click **Show ineligible machines** to see machines ineligible for Automanage. Currently, machines can be ineligible for the following reasons:
97
+
- Machine is not using one of the supported images: [Windows Server versions](automanage-windows-server.md#supported-windows-server-versions) and [Linux distros](automanage-linux.md#supported-linux-distributions-and-versions)
98
+
- Machine is not located in a supported [region](#supported-regions)
99
+
- Machine's log analytics workspace is not located in a supported [region](#supported-regions)
100
+
- User does not have permissions to the log analytics workspace's subscription. Check out the [required permissions](#required-rbac-permissions)
101
+
- The Automanage resource provider is not registered on the subscription. Check out [how to register a Resource Provider](/azure/azure-resource-manager/management/resource-providers-and-types#register-resource-provider-1) with the Automanage resource provider: *Microsoft.Automanage*
102
+
- Machine does not have necessary VM agents installed which the Automanage service requires. Check out the [Windows agent installation](/azure/virtual-machines/extensions/agent-windows) and the [Linux agent installation](/azure/virtual-machines/extensions/agent-linux)
103
+
- Arc machine is not connected. Learn more about the [Arc agent status](/azure/azure-arc/servers/overview#agent-status) and [how to connect](/azure/azure-arc/servers/agent-overview#connected-machine-agent-technical-overview)
104
+
105
+
Once you have selected your eligible machines, Click **Enable**, and you're done.
95
106
96
107
The only time you might need to interact with this machine to manage these services is in the event we attempted to remediate your VM, but failed to do so. If we successfully remediate your VM, we will bring it back into compliance without even alerting you. For more details, see [Status of VMs](#status-of-vms).
97
108
@@ -143,8 +154,9 @@ The **Status** column can display the following states:
143
154
-*Conformant* - the VM is configured and no drift is detected
144
155
-*Not conformant* - the VM has drifted and we were unable to remediate or the machine is powered off and Automanage will attempt to onboard or remediate the VM when it is next running
145
156
-*Needs upgrade* - the VM is onboarded to an earlier version of Automanage and needs to be [upgraded](automanage-upgrade.md) to the latest version
157
+
-*Error* - the Automanage service is unable to monitor one or more resources
146
158
147
-
If you see the **Status** as *Not conformant*, you can troubleshoot by clicking on the status in the portal and using the troubleshooting links provided
159
+
If you see the **Status** as *Not conformant* or *Error*, you can troubleshoot by clicking on the status in the portal and using the troubleshooting links provided
0 commit comments