Skip to content

Commit af7c449

Browse files
authored
Merge pull request #8649 from MicrosoftDocs/main
Auto push to live 2025-04-03 18:00:02
2 parents cc51b4b + a33b068 commit af7c449

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed
286 KB
Loading

support/sql/azure-sql/sql-deployment-fails-drive-not-ready.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: SQL Server Azure VM Deployment Fails with Drive Not Ready Error
33
description: Resolves an issue that occurs when you try to deploy a SQL Server on Azure VM image in Azure Marketplace.
4-
ms.date: 03/31/2025
5-
ms.author: dpless
6-
author: dplessMSFT
4+
ms.date: 04/02/2025
5+
ms.author: mathoma
6+
author: MashaMSFT
77
ms.reviewer: mathoma, v-sidong
88
ms.custom: sap:SQL Licensing, Installation and Patching
99
---
@@ -13,12 +13,17 @@ This article helps you resolve a failed deployment of a SQL Server on Azure Virt
1313

1414
_Applies to:_  SQL Server on Azure VMs
1515

16+
> [!NOTE]
17+
> The investigation of this issue is actively ongoing. The information in this article is subject to change as new details become available.
18+
1619
## Symptoms
1720

1821
When you try to deploy a SQL Server on Azure VM image in Azure Marketplace, the deployment fails with a status of `Conflict` and the following error:
1922

2023
> System Drive returned status not ready for use.
2124
25+
:::image type="content" source="media/sql-deployment-fails-drive-not-ready/sql-deployment-error.png" alt-text="Screenshot of the deployment error in the Azure portal." lightbox="media/sql-deployment-fails-drive-not-ready/sql-deployment-error.png":::
26+
2227
## Cause
2328

2429
Some of the newest Azure VM sizes present a RAW Local SSD volume for ephemeral storage configured with the Non-Volatile Memory Express (NVMe) interface. This configuration might cause the deployment of a SQL Server on Azure VM image to fail because it attempts to place `tempdb` data files on the local SSD volume.
@@ -38,13 +43,11 @@ This issue occurs with VMs that are deployed with an uninitialized temporary dri
3843

3944
|Intel Gen 10.2|AMD Gen 9.1|
4045
|-|-|
41-
|Dlsv6|Dalsv6|
42-
|Dldsv6|Daldsv6|
43-
|Ddsv6|Dasv6|
44-
|Esv6|Dadsv6|
45-
|Edsv6|Easv6|
46-
|Esv6 constrained core sizes|Eadsv6|
47-
|Edsv6 constrained core sizes|Falsv6|
48-
|Lsv3 - All Azure VMs|Fasv6|
49-
||Famsv6|
46+
|[Dldsv6](/azure/virtual-machines/sizes/general-purpose/dldsv6-series#sizes-in-series)|[Daldsv6](/azure/virtual-machines/sizes/general-purpose/daldsv6-series#sizes-in-series)|
47+
|[Ddsv6](/azure/virtual-machines/sizes/general-purpose/ddsv6-series#sizes-in-series)|[Dadsv6](/azure/virtual-machines/sizes/general-purpose/dadsv6-series#sizes-in-series)|
48+
|[Edsv6](/azure/virtual-machines/sizes/memory-optimized/edsv6-series#sizes-in-series)|[Eadsv6](/azure/virtual-machines/sizes/memory-optimized/eadsv6-series#sizes-in-series)|
49+
|[Edsv6](/azure/virtual-machines/sizes/memory-optimized/edsv6-series#sizes-in-series)||
50+
|[Lsv3](/azure/virtual-machines/sizes/storage-optimized/lsv3-series#sizes-in-series) - All Azure VMs||
51+
52+
5053

0 commit comments

Comments
 (0)