Skip to content

Commit 6e525e8

Browse files
Merge pull request #36369 from mikefrobbins/mr-azps-546859
Bulk update of links to azps rdfe content
2 parents b52bf53 + b29d68d commit 6e525e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure-sql/virtual-machines/windows/create-sql-vm-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Run this cmdlet to connect to Azure, establish subscription context and create y
119119

120120
## Create a storage account
121121

122-
The virtual machine requires storage resources for the operating system disk and for the SQL Server data and log files. For simplicity, you'll create a single disk for both. You can attach additional disks later using the [Add-Azure Disk](/powershell/module/servicemanagement/azure/add-azuredisk) cmdlet to place your SQL Server data and log files on dedicated disks. Use the [New-AzStorageAccount](/powershell/module/az.storage/new-azstorageaccount) cmdlet to create a standard storage account in your new resource group. Specify the variables that you previously initialized for the storage account name, storage SKU name, and location.
122+
The virtual machine requires storage resources for the operating system disk and for the SQL Server data and log files. For simplicity, you'll create a single disk for both. You can attach additional disks later using the [New-AzDisk](/powershell/module/az.compute/new-azdisk) cmdlet to place your SQL Server data and log files on dedicated disks. Use the [New-AzStorageAccount](/powershell/module/az.storage/new-azstorageaccount) cmdlet to create a standard storage account in your new resource group. Specify the variables that you previously initialized for the storage account name, storage SKU name, and location.
123123

124124
Run this cmdlet to create your new storage account:
125125

0 commit comments

Comments
 (0)