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: azure-sql/virtual-machines/windows/create-sql-vm-portal.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -207,11 +207,11 @@ If you chose a free license image, such as the developer edition, the **SQL Serv
207
207
208
208
### Automated patching
209
209
210
-
**Automated patching** is disabled by default. [Automated Patching](automated-patching.md) allows Azure to automatically apply SQL Server and operating system security updates. If yoou want Azure to automatically patch SQL Server and the operating system, select **Enable**. Specify a day of the week, time, and duration for a maintenance window. Azure performs patching in this maintenance window.
210
+
**Automated patching** is disabled by default. [Automated Patching](automated-patching.md) allows Azure to automatically apply SQL Server and operating system security updates. If you want Azure to automatically patch SQL Server and the operating system, select **Enable**. Specify a day of the week, time, and duration for a maintenance window. Azure performs patching in this maintenance window.
211
211
212
212
:::image type="content" source="./media/create-sql-vm-portal/azure-sqlvm-automated-patching.png" alt-text="Screenshot from the Azure portal of SQL VM automated patching.":::
213
213
214
-
For improved patching management, which also includes Cumulative Updates, try the integrated [Azure Update Manager](../azure-update-manager-sql-vm.md) experience after your SQL Server VM finishes deployment.
214
+
For improved patching management, which also includes Cumulative Updates, try the integrated [Azure Update Manager](../azure-update-manager-sql-vm.md) experience after your SQL Server VM finishes deployment. For more information about all supported update methods, see [Updating SQL Server on Azure VMs](servicing-updates-guidelines.md).
215
215
216
216
### Automated backup
217
217
@@ -284,6 +284,7 @@ SQL Server images from Azure Marketplace install the SQL Server binaries to the
284
284
285
285
## Related content
286
286
287
+
-[Updating SQL Server on Azure VMs](servicing-updates-guidelines.md)
287
288
-[What is SQL Server on Azure Windows Virtual Machines?](sql-server-on-azure-vm-iaas-what-is-overview.md)
288
289
-[Frequently asked questions for SQL Server on Azure VMs](frequently-asked-questions-faq.yml)
289
290
-[Checklist: Best practices for SQL Server on Azure VMs](performance-guidelines-best-practices-checklist.md)
Copy file name to clipboardExpand all lines: azure-sql/virtual-machines/windows/doc-changes-updates-release-notes-whats-new.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn about the new features for and improvements to SQL Server on
4
4
author: MashaMSFT
5
5
ms.author: mathoma
6
6
ms.reviewer: randolphwest, dpless
7
-
ms.date: 03/16/2026
7
+
ms.date: 04/01/2026
8
8
ms.service: azure-vm-sql-server
9
9
ms.topic: whats-new
10
10
ms.custom:
@@ -56,13 +56,18 @@ The following table lists features of SQL Server on Azure VMs that have been mad
56
56
57
57
Learn about significant changes to the SQL Server on Azure VMs documentation. For previous years, see the [What's new archive](doc-changes-updates-release-notes-whats-new-archive.md).
58
58
59
+
### April 2026
60
+
61
+
| Changes | Details |
62
+
| --- | --- |
63
+
|**SQL Server servicing and updates guidance**| New article that describes the supported methods to keep SQL Server up to date on Azure VMs, including Azure Update Manager, Automated Patching, custom images, winget for client tools, and post-deployment automation. SQL Server images from Azure Marketplace are deployed at RTM and aren't updated over time. For more information, see [Updating SQL Server on Azure VMs](servicing-updates-guidelines.md). |
64
+
59
65
### March 2026
60
66
61
67
| Changes | Details |
62
68
| --- | --- | --- |
63
69
|**Unified inventory preview**| You can now view your SQL Server on Azure VM and SQL Server enabled by Azure Arc resources in a single pane in the Azure portal. With unified inventory, you can view your *SQL Server instance* resources, making it easier to monitor and maintain your SQL Server workloads in Azure. This feature is now in preview. For more information, see [Unified inventory for SQL Server on Azure VMs](unified-inventory-sql-vm.md). |
64
70
65
-
66
71
### January 2026
67
72
68
73
| Changes | Details |
@@ -78,7 +83,6 @@ Learn about significant changes to the SQL Server on Azure VMs documentation. Fo
78
83
79
84
## Archive
80
85
81
-
82
86
For updates made in previous years, see the [What's new archive](doc-changes-updates-release-notes-whats-new-archive.md).
Copy file name to clipboardExpand all lines: azure-sql/virtual-machines/windows/performance-guidelines-best-practices-checklist.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ The following checklist summarizes best practices for SQL Server configuration s
99
99
- Set max [SQL Server memory limit](/sql/database-engine/configure-windows/server-memory-server-configuration-options#use-) to leave enough memory for the operating system. ([Use Memory\Available Bytes](/sql/relational-databases/performance-monitor/monitor-memory-usage) to monitor the operating system memory health).
100
100
- Enable [lock pages in memory](/sql/database-engine/configure-windows/enable-the-lock-pages-in-memory-option-windows).
101
101
- Enable [optimize for adhoc workloads](/sql/database-engine/configure-windows/optimize-for-ad-hoc-workloads-server-configuration-option) for OLTP heavy environments.
102
-
- Evaluate and apply the [latest cumulative updates](/sql/database-engine/install-windows/latest-updates-for-microsoft-sql-server) for the installed versions of SQL Server.
102
+
- Evaluate and apply the [latest cumulative updates](/sql/database-engine/install-windows/latest-updates-for-microsoft-sql-server) for the installed versions of SQL Server. For more information, see [Updating SQL Server on Azure VMs](servicing-updates-guidelines.md).
103
103
- Enable [Query Store](/sql/relational-databases/performance/monitoring-performance-by-using-the-query-store) on all production SQL Server databases [following best practices](/sql/relational-databases/performance/best-practice-with-the-query-store).
104
104
- Enable [automatic tuning](/sql/relational-databases/automatic-tuning/automatic-tuning) on mission critical application databases.
105
105
- Ensure that all [tempdb best practices](/sql/relational-databases/databases/tempdb-database#optimizing-tempdb-performance-in-sql-server) are followed.
@@ -125,6 +125,7 @@ The following checklist covers best practices for Azure-specific guidance when r
125
125
- Implement a high availability and disaster recovery (HADR) solution that meets your business continuity SLAs. See the [HADR options](business-continuity-high-availability-disaster-recovery-hadr-overview.md#business-continuity-features) available for SQL Server on Azure VMs.
126
126
- Use the Azure portal (support + troubleshooting) to evaluate [resource health](/azure/service-health/resource-health-overview) and history. Submit new support requests when needed.
127
127
128
+
128
129
## HADR configuration
129
130
130
131
The checklist in this section covers the [HADR best practices](hadr-cluster-best-practices.md) for SQL Server on Azure VMs.
@@ -147,11 +148,12 @@ When you encounter SQL Server performance problems, use these diagnostic resourc
147
148
148
149
For detailed guidance on each optimization area, see:
149
150
150
-
-**[VM size](performance-guidelines-best-practices-vm-size.md)** - Choose the right VM series and configuration.
151
-
-**[Storage](performance-guidelines-best-practices-storage.md)** - Optimize disk configuration and performance.
152
-
-**[Security](security-considerations-best-practices.md)** - Implement security best practices.
153
-
-**[HADR settings](hadr-cluster-best-practices.md)** - Configure high availability and disaster recovery.
-**[Updating SQL Server](servicing-updates-guidelines.md)** - Keep SQL Server up to date
155
157
156
158
**Recommended tool:**[Enable SQL Assessment for SQL Server on Azure VMs](sql-assessment-for-sql-vm.md) to automatically evaluate your configuration against these best practices.
Copy file name to clipboardExpand all lines: azure-sql/virtual-machines/windows/performance-guidelines-best-practices-collect-baseline.md
+8-10Lines changed: 8 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,17 +73,15 @@ The following PerfMon counters can help validate the compute health of a SQL Ser
73
73
> Aim to use 80% of your compute, with peaks above 90% but don't reach 100% for any sustained period of time. Fundamentally, only provision the compute the application needs. Plan to scale up or down as the business requires.
74
74
75
75
76
-
## Next steps
76
+
## Related content
77
77
78
-
To learn more, see the other articles in this best practices series:
For security best practices, see [Security considerations for SQL Server on Azure Virtual Machines](security-considerations-best-practices.md).
80
+
-**[Quick checklist](performance-guidelines-best-practices-checklist.md)** - Review the full best practices checklist
81
+
-**[VM size](performance-guidelines-best-practices-vm-size.md)** - Choose the right VM series and configuration
82
+
-**[Storage](performance-guidelines-best-practices-storage.md)** - Optimize disk configuration and performance
83
+
-**[Security](security-considerations-best-practices.md)** - Implement security best practices
84
+
-**[HADR settings](hadr-cluster-best-practices.md)** - Configure high availability and disaster recovery
85
+
-**[Updating SQL Server](servicing-updates-guidelines.md)** - Keep SQL Server up to date
88
86
89
87
Review other SQL Server Virtual Machine articles at [SQL Server on Azure Virtual Machines Overview](sql-server-on-azure-vm-iaas-what-is-overview.md). If you have questions about SQL Server virtual machines, see the [Frequently Asked Questions](frequently-asked-questions-faq.yml).
-**[Updating SQL Server](servicing-updates-guidelines.md)** - Keep SQL Server up to date
313
+
314
+
For detailed testing of SQL Server performance on Azure VMs with TPC-E and TPC_C benchmarks, refer to the blog [Optimize OLTP performance](https://techcommunity.microsoft.com/t5/sql-server/optimize-oltp-performance-with-sql-server-on-azure-vm/ba-p/916794).
315
+
316
+
Review other SQL Server Virtual Machine articles at [SQL Server on Azure Virtual Machines Overview](sql-server-on-azure-vm-iaas-what-is-overview.md). If you have questions about SQL Server virtual machines, see the [Frequently Asked Questions](frequently-asked-questions-faq.yml).
0 commit comments