Skip to content

Commit 721c074

Browse files
authored
Merge pull request #33433 from MashaMSFT/2025_sqlvmsss
Azure VMSS supportability
2 parents 3a99935 + 4d24235 commit 721c074

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

azure-sql/includes/virtual-machines-best-practices-vm-size.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ ms.custom:
1818
- The [M-series family](../virtual-machines/windows/performance-guidelines-best-practices-vm-size.md#memory-optimized-m-series-vms) offers VMs with the highest memory allocation in Azure.
1919
- The [Mbsv3 and Mbdsv3 series](../virtual-machines/windows/performance-guidelines-best-practices-vm-size.md#mbsv3-and-mbdsv3-series) VMs provide a high memory allocation and the highest I/O throughput-to-vCore ratio amongst the M-series family, along with a consistent memory-to-vCore ratio of at least 8:1.
2020
- Start development environments with the lower-tier D-Series, B-Series, or Av2-series and grow your environment over time.
21+
- Check [VM supportability](../virtual-machines/windows/performance-guidelines-best-practices-vm-size.md#supportability) to avoid unsupported configurations.

azure-sql/virtual-machines/windows/frequently-asked-questions-faq.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,15 @@ sections:
107107
How can I migrate my on-premises SQL Server database to the cloud?
108108
answer: |
109109
First create an Azure virtual machine with a SQL Server instance. Then migrate your on-premises databases to that instance. For data migration strategies, see [Migration guide: SQL Server to SQL Server on Azure Virtual Machines](../../migration-guides/virtual-machines/sql-server-to-sql-on-azure-vm-individual-databases-guide.md).
110-
110+
111+
- question: |
112+
Can I use Azure Virtual Machine Scale Sets (Azure VMSS) with SQL Server on Azure VMs?
113+
answer: |
114+
No. Using [Azure VMSS](/azure/virtual-machine-scale-sets/overview) is not supported with SQL Server on Azure VMs. Additionally, enabling the [Automatic guest patching feature](/azure/virtual-machines/automatic-vm-guest-patching) can lead to potential corruption, data loss, and availability issues.
115+
116+
117+
118+
111119
- name: Licensing
112120
questions:
113121
- question: |
@@ -315,7 +323,7 @@ sections:
315323
answer: Yes, for specific virtual machines in supported regions. Review [Premium SSDv2 with SQL Server on Azure VMs](storage-configuration-premium-ssd-v2.md) to learn more. If you would like to use Premium SSD v2 with a virtual machine type or region that isn't in the list, you might be able to do so by first deploying the VM, and then adding the Premium SSD v2 drives after the VM is created.
316324
317325
- question: |
318-
Why do I see **Not extendable** when I try to make changes to my storage in the SQL virtual machines resource?
326+
Why do I see "Not extendable" when I try to make changes to my storage in the SQL virtual machines resource?
319327
answer: Storage is only extendable for SQL Server VMs that were deployed from a SQL Server image in Azure Marketplace, and not currently supported for [Premium SSD v2](storage-configuration-premium-ssd-v2.md#adjust-performance-values) disks.
320328
321329
- name: SQL Server IaaS Agent extension

azure-sql/virtual-machines/windows/performance-guidelines-best-practices-vm-size.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The following lists the capabilities of the M-series VMs:
5757

5858
The Mbsv3 and Mbdsv3 series are memory optimized VMs designed for large in-memory databases and workloads with high memory-to-CPU ratio needs. The VMs in this series are built on the 4th generation Intel® Xeon® Scalable and offer a range of memory sizes and vCPU counts to meet the needs of your SQL Server workloads. The Mbsv3 and Mbdsv3 series VMs are recommended for mission critical and data warehouse workloads.
5959

60-
The Mbsv3 and Mbdsv3 series VMs support support large in-memory databases and workloads with a high memory-to-CPU ratio perfect for relational database servers, data warehousing, heavy reporting, large caches, and in-memory analytics.
60+
The Mbsv3 and Mbdsv3 series VMs support large in-memory databases and workloads with a high memory-to-CPU ratio perfect for relational database servers, data warehousing, heavy reporting, large caches, and in-memory analytics.
6161

6262

6363
The following are characteristics of VMs in this series:
@@ -202,6 +202,10 @@ For example, the [M64-32ms](/azure/virtual-machines/constrained-vcpu) requires l
202202
> - Medium to large data warehouse workloads may still benefit from [constrained vCore VMs](/azure/virtual-machines/constrained-vcpu), but data warehouse workloads are commonly characterized by fewer users and processes addressing larger amounts of data through query plans that run in parallel.
203203
> - The compute cost, which includes operating system licensing, will remain the same as the parent virtual machine.
204204
205+
## Supportability
206+
207+
[Azure Virtual Machine Scale Sets (VMSS)](/azure/virtual-machine-scale-sets/overview) are not supported with SQL Server on Azure VMs. If you decide to use VMSS with your SQL Server on Azure VM against this recommendation, and enable the [Automatic guest patching feature](/azure/virtual-machines/automatic-vm-guest-patching), which replaces the OS disk when a new image version is released, you will likely disrupt SQL Server, leading to potential corruption, data loss, and availability issues.
208+
205209
## Next steps
206210

207211
To learn more, see the other articles in this best practices series:

0 commit comments

Comments
 (0)