Skip to content

Commit b29d68d

Browse files
committed
Bulk update of links to azps rdfe content
1 parent b52bf53 commit b29d68d

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)