Forum Discussion
Paul Bendall
Jul 05, 2021Iron Contributor
Azure ARC - Update Management - Scoping Deployment
I'm new to Azure Arc but enjoying what I'm learning and the potential to solve customer problems. An element I can't work out is the preferred way to scope Arc Enabled Servers at scale for Updat...
- Jul 15, 2021As update management solution is built on Log Analytics agent – you need to first onboard your Arc machines with the Log Analytics agent. See: https://docs.microsoft.com/azure/automation/update-management/operating-system-requirements. After that they will be available for selection/use in Azure Automation as non-Azure machines; which you can select dynamically if needed as part of an update schedule. See: https://docs.microsoft.com/azure/automation/update-management/configure-groups#define-dynamic-groups-for-non-azure-machines Additionally, we have a private preview for Azure Update Center; which provides native Guest OS update operations capability based on Azure Arc agent. If interested, one can sign-up at: https://aka.ms/UCpreview
Vijay Nagarajan
Jul 15, 2021Copper Contributor
As update management solution is built on Log Analytics agent – you need to first onboard your Arc machines with the Log Analytics agent. See: https://docs.microsoft.com/azure/automation/update-management/operating-system-requirements. After that they will be available for selection/use in Azure Automation as non-Azure machines; which you can select dynamically if needed as part of an update schedule. See: https://docs.microsoft.com/azure/automation/update-management/configure-groups#define-dynamic-groups-for-non-azure-machines
Additionally, we have a private preview for Azure Update Center; which provides native Guest OS update operations capability based on Azure Arc agent. If interested, one can sign-up at: https://aka.ms/UCpreview
Paul Bendall
Jul 16, 2021Iron Contributor
Thanks Vijay Nagarajan you have confirmed my own assumptions, in that once a on-prem server has been onboarded to Azure Arc to make use of additional functionality you'll probably going to want to install the MMA agent.
The MMA agent is the name of the extension which includes Log Analytics agent (although I also need to keep an eye on the Azure Monitor Agent AMA which at some point will supersede the MMA)?
- lukemurraynzJul 17, 2021Learn ExpertYes is it (and will be consolidated into Azure Monitor Agent at some point), then you just point the Log Analytic agent to the Workspace that you want to use.