Skip to content

Commit 1053252

Browse files
committed
Created a new article- FAQ and updated TOC
1 parent b46333b commit 1053252

File tree

2 files changed

+120
-0
lines changed

2 files changed

+120
-0
lines changed

articles/update-center/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
href: whats-new.md
99
- name: What's upcoming
1010
href: whats-upcoming.md
11+
- name: FAQ
12+
href: update-manager-faq.md
1113
- name: Support matrix
1214
href: support-matrix.md
1315
- name: Quickstarts
Lines changed: 118 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,118 @@
1+
---
2+
title: Azure Update Manager FAQ
3+
description: This article gives answers to frequently asked questions about Azure Update Manager
4+
services: azure-update-manager
5+
ms.topic: conceptual
6+
ms.date: 09/14/2023
7+
#Customer intent: As an implementer, I want answers to various questions.
8+
---
9+
10+
# Azure Update Manager frequently asked questions
11+
12+
This FAQ is a list of commonly asked questions about Azure Update Manager. If you have any other questions about its capabilities, go to the discussion forum and post your questions. When a question is frequently asked, we add it to this article so that it's found quickly and easily.
13+
14+
## What are the benefits of using Azure Update Manager over Automation Update Management?
15+
16+
Azure Update Manager offers several benefits over the Automation Update Management solution. [Learn more](overview.md#key-benefits).
17+
Following are few benefits:
18+
- Native experience with zero onboarding, no dependency on other services like Automation and Log Analytics.
19+
- On-demand operations to enable you to take immediate actions like Patch Now and Assess Now.
20+
- Enhanced flexibility with options like [Automatic VM guest patching](../virtual-machines/automatic-vm-guest-patching.md) in Azure, [hotpatching](/windows-server/get-started/hotpatch) or custom maintenance schedules.
21+
- Granular access control at a VM level.
22+
- Support for Azure Policy.
23+
24+
## Will I be charged if I migrate to Azure Update Manager?
25+
Azure Update Manager is free of charge for Azure machines. Azure Arc-enabled machines will be charged up to $5/server/month prorated at a daily level (@0.167/server/day). Example: Let’s say if your Arc machines are turned off (not connected to Azure) for 20 days out 30 days of a month, then you pay only for 10 days when periodic assessment runs on your machine. So, you will pay approximately 0.167*10=$1.67/server/month for those Arc machines.
26+
27+
28+
## If I migrate to AMA while I'm still using Automation Update Management, will my solution break?
29+
30+
Yes, MMA is a prerequisite for Automation Update Management to work. The ideal thing to do would be to migrate to the new Azure Update Manager and then make the move from MMA to AMA. The new Update Manager doesn't rely on MMA or AMA.
31+
32+
## How does the new Azure Update Manager work on machines?
33+
34+
Whenever you trigger any Azure Update Manager operation on your machine, it pushes an extension on your machine that interacts with the VM agent (for Azure machine) or Arc agent (for Arc-enabled machines) to fetch and install updates.
35+
36+
## Can I configure my machines to fetch updates from WSUS (Windows) and private repository (Linux)?
37+
38+
By default, Azure Update Manager relies on Windows Update (WU) client running on your machine to fetch updates. You can configure WU client to fetch updates from Windows Update/Microsoft Update repository. Updates for Microsoft first party products are published on Microsoft Update repository. For more information, see how to [enable updates for Microsoft first party updates](configure-wu-agent.md#enable-updates-for-other-microsoft-products).
39+
40+
Similarly for Linux, you can fetch updates by pointing your machine to a public repository or clone a private repository that regularly pulls updates from the upstream. In a nutshell, Azure Update Manager honors machine settings and installs updates accordingly.
41+
42+
## Where is updates data stored in Azure Update Manager?
43+
44+
All Azure Update Manager data is stored in Azure Resource Graph (ARG) which is free of cost. It is unlike Automation Update Management that used to store data in Log Analytics and the customers had to pay for update data stored.
45+
46+
## Are all the operating systems supported in Automation Update Management supported by Azure Update Manager?
47+
48+
We have tried our best to maintain the Operating Support parity. Read in detail about [Azure Update Manager OS support](support-matrix.md).
49+
50+
## Will I lose my Automation Update Management update related data if I migrate to Azure Update Manager?
51+
52+
We won't migrate updates related data to Azure Resource Graph, however you can refer to your historical data in Log Analytics workspace that you were using in Automation Update Management.
53+
54+
## Is the new Azure Update Manager dependent on Azure Automation and Log Analytics?
55+
56+
No, it's a native capability on a virtual machine.
57+
58+
## Do I need AMA for the new Azure Update Manager?
59+
60+
No, it's a native capability on a virtual machine and doesn't rely on MMA or AMA.
61+
62+
## If I have been using pre and post-script or alerting capability in Automation Update management, would I be provided with migration guidance?
63+
64+
Yes, when these features become available in Azure Update Manager, we'll publish migration guidance for them as well.
65+
66+
## I have some reports/dashboards built for Automation Update Management, how do I migrate those?
67+
68+
You can build dashboards/reports on Azure Resource Graph (ARG) data. For more information, see [how to query ARG data](query-logs.md) and [sample queries](sample-query-logs.md). You can build workbooks on ARG data. We have a few built-in workbooks that you can modify as per your use case or create a new one. For more information on [how to create reports using workbooks](manage-workbooks.md).
69+
70+
## I have been using saved searches in Automation Update Management for schedules, how do I migrate to Azure Update Manager?
71+
72+
You can resolve machines manually for those saved searches, Arc-enable them and then use dynamic scoping feature to define the same scope of machines. [Learn more](manage-dynamic-scoping.md)
73+
74+
## I'm a Defender for Server customer and use update recommendations powered by Azure Update Manager namely periodic assessment should be enabled on your machines and system updates should be installed on your machines. Would I be charged for Azure Update Manager?
75+
76+
If you have purchased a Defender for Servers Plan two, then you won't have to pay to remediate the unhealthy resources for the above two recommendations. But if you're using any other Defender for server plan for your Arc machines, then you would be charged for those machines at the daily prorated $0.167/server by Azure Update Manager.
77+
78+
## I have been using Automation Update Management for free on Arc machines, would I have to pay to use UMC on those machines?
79+
80+
We'll provide Azure Update Manager for free for one year (starting from when Azure Update Manager goes GA) to all subscriptions that were using Automation Update Management on Arc-enabled machines for free. Post this period, machines will be charged.
81+
82+
## Does Azure Update Manager support integration with Azure Lighthouse?
83+
84+
Azure Update Manager doesn't support Azure Lighthouse integration officially. However, you can try to check if the integration works on your dev environment.
85+
86+
## I have been using Automation Update Management for client operating system like Windows 10, 11. Would I be able to migrate to Azure Update Manager?
87+
88+
Automation Update Management never officially supported client devices. [Learn more](../automation/update-management/operating-system-requirements.md#unsupported-operating-systems) We maintain the same stance for the new Azure Update Manager. Intune is the suggested solution from Microsoft for client devices.
89+
90+
## I'm using Automation Update Management on sovereign clouds; will I get region support in the new Azure Update Manager?
91+
92+
Yes, support is made available for sovereign clouds supported in Automation Update Management.
93+
94+
## Is the new Azure Update Manager compatible with SCCM?
95+
96+
Azure Update Manager isn't compatible with SCCM unlike Automation Update Management.
97+
98+
## I have machines across multiple subscriptions in Automation Update Management, is this scenario supported in Azure Update Manager?
99+
100+
Yes, Azure Update Manager supports multi-subscription scenarios.
101+
102+
## Are there programmatic ways of onboarding Azure Update Manager?
103+
104+
Yes, Azure Update Manager supports REST API, CLI and PowerShell for [Azure machines](manage-vms-programmatically.md) and [Arc-enabled machines](manage-arc-enabled-servers-programmatically.md).
105+
106+
## Is Arc-connectivity a prerequisite for using Azure Update Manager on hybrid machines?
107+
108+
Yes, Arc connectivity is a prerequisite for using Azure Update Manager on hybrid machines.
109+
110+
## Does Azure Update Manager support Azure Policy?
111+
112+
Yes, unlike Automation Update Management, the new Azure Update Manager supports update features via policies. For more information, see[how to enable periodic assessment at scale using policy](periodic-assessment-at-scale.md) and [how to enable schedules on your machines at scale using Policy](scheduled-patching.md#onboarding-to-schedule-using-policy)
113+
114+
115+
## Next steps
116+
117+
- [An overview of Azure Update Manager](overview.md)
118+
- [What's new in Azure Update Manager](whats-new.md)

0 commit comments

Comments
 (0)