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: docs/sql-server/azure-arc/update.md
+14-8Lines changed: 14 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,10 @@
1
1
---
2
2
title: Configure automatic updates
3
3
description: This article explains how to configure SQL Server enabled by Azure Arc automatic updates.
4
-
author: twright-msft
5
-
ms.author: twright
4
+
author: AbdullahMSFT
5
+
ms.author: amamun
6
6
ms.reviewer: mikeray
7
-
ms.date: 09/12/2023
8
-
ms.subservice:
7
+
ms.date: 07/29/2024
9
8
ms.topic: conceptual
10
9
---
11
10
@@ -21,7 +20,7 @@ Automatic updates:
21
20
- Works at the host operating system level and applies to all installed SQL Server instances
22
21
- Only installs automated updates during this maintenance window
23
22
24
-
For SQL Server, this restriction ensures that system updates and any associated restarts occur at the best possible time for the SQL Server instances and their hosted databases.
23
+
For SQL Server, this restriction ensures that system updates and any associated restarts occur at the best possible time for the SQL Server instances and their hosted databases.
25
24
26
25
- Currently only works on Windows hosts
27
26
@@ -37,9 +36,7 @@ Automatic updates:
37
36
To configure automatic updates, use:
38
37
39
38
- Azure portal
40
-
- ARM API
41
-
42
-
- Azure Policy
39
+
- Programmatically or by policy
43
40
44
41
The following table describes the options that you may configure for automatic updates.
45
42
@@ -70,6 +67,15 @@ When you enable or configure automatic updates, Azure configures the Azure Exten
70
67
> 1. Set the new license type.
71
68
>
72
69
70
+
## Manage programmatically or by policy
71
+
72
+
To manage automatic updates programmatically or by policy, review the information in the following resources:
73
+
74
+
-[Manage updates using Azure REST API](/azure/update-manager/manage-arc-enabled-servers-programmatically?tabs=cli%2Crest#update-deployment)
75
+
-[Trigger an update assessment](/azure/update-manager/manage-arc-enabled-servers-programmatically?tabs=cli%2Crest#update-assessment)
76
+
-[Enable Microsoft updates (to enable SQL updates)](/azure/update-manager/configure-wu-agent#enable-updates-for-other-microsoft-products)
77
+
-[Enable Azure Update Manager via Azure policy](/azure/update-manager/tutorial-assessment-deployment-using-policy)
78
+
73
79
## Next steps
74
80
75
81
[Manage SQL Server license and billing options](manage-configuration.md)
0 commit comments