Skip to content

Commit d502067

Browse files
sevend2MashaMSFT
andauthored
Apply suggestions from code review
Co-authored-by: Masha Thomas (MSFT) <[email protected]>
1 parent 8960a77 commit d502067

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@ 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 SQL Server 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:_ &nbsp;SQL Server on Azure VMs
1515

1616
## Symptoms
1717

18-
When you try to deploy SQL Server on an Azure VM image in Azure Marketplace, the deployment fails with a status of `Conflict` and the following error:
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 SQL Server on an Azure VM image 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 the installation process of SQL Server on an Azure VM.
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)