Skip to content

Commit 2282278

Browse files
authored
Merge pull request #185266 from mmccrory/automanageupdatesJan
Updated status and eligibility
2 parents fcb9ac0 + 266476b commit 2282278

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

articles/automanage/automanage-virtual-machines.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ There are several prerequisites to consider before trying to enable Azure Automa
4141
- VMs must be in a supported region (see below)
4242
- User must have correct permissions (see below)
4343
- 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
4545

4646
### Supported regions
4747
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
9191

9292
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).
9393

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.
95106

96107
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).
97108

@@ -143,8 +154,9 @@ The **Status** column can display the following states:
143154
- *Conformant* - the VM is configured and no drift is detected
144155
- *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
145156
- *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
146158

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
148160

149161

150162
## Disabling Automanage for VMs

0 commit comments

Comments
 (0)