Skip to content

Commit f138774

Browse files
authored
Merge pull request #8583 from MashaMSFT/patch-3
AB#5177: Update sql-deployment-fails-drive-not-ready.md
2 parents af4056a + 2ca4eb8 commit f138774

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
---
22
title: SQL Server Azure VM Deployment Fails with Drive Not Ready Error
3-
description: Resolves an issue that occurs when you try to deploy a SQL Server instance on an Azure VM image in Azure Marketplace.
4-
ms.date: 03/21/2025
3+
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
55
ms.author: dpless
66
author: dplessMSFT
77
ms.reviewer: mathoma, v-sidong
88
ms.custom: sap:SQL Licensing, Installation and Patching
99
---
1010
# "System Drive returned status not ready for use" error and Azure SQL Server VM deployment fails
1111

12-
This article helps you resolve a failed deployment of a SQL Server instance on an Azure virtual machine (VM) image in Azure Marketplace.
12+
This article helps you resolve a failed deployment of a SQL Server on Azure Virtual Machine (VM) image in Azure Marketplace.
1313

1414
_Applies to:_  SQL Server on Azure VMs
1515

1616
## Symptoms
1717

18-
When you try to deploy a SQL Server instance on an Azure VM image in Azure Marketplace, the deployment fails with the following error message:
18+
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:
1919

2020
> System Drive returned status not ready for use.
2121
2222
## Cause
2323

24-
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 instance on an Azure VM to fail because it attempts to place tempdb data files on the local SSD volume.
24+
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.
2525

26-
The deployment fails because the RAW Local SSD volume isn't formatted or initialized, which makes the ephemeral storage unavailable and prevents SQL Server from accessing it during installation.
26+
The deployment fails because the RAW Local SSD volume isn't formatted or initialized, which makes the ephemeral storage unavailable and prevents SQL Server from accessing it during the installation process of SQL Server during the deployment of the virtual machine.
2727

2828
## Resolution
2929

0 commit comments

Comments
 (0)