Skip to content

Commit 2879f3b

Browse files
authored
M45018: Removing extra sentence in String
Translator has reported possible source content issue. Description: Removing string according to changes made in this commit https://github.com/MicrosoftDocs/azure-docs-pr/commit/19d3748e300a1813f78357a959a1de6ba93c5f38#diff-c856c53fa4322227f228ee656eeb16a7
1 parent 26f749c commit 2879f3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/virtual-machines-disks-getting-started-ultra-ssd.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ az disk update `
130130

131131
## Deploy an ultra disk using PowerShell
132132

133-
First, determine the VM size to deploy. See the [GA scope and limitations](#ga-scope-and-limitations) section for a list of supported VM sizes. for additional details about these VM sizes.
133+
First, determine the VM size to deploy. See the [GA scope and limitations](#ga-scope-and-limitations) section for a list of supported VM sizes.
134134

135135
To use ultra disks, you must create a VM that is capable of using ultra disks. Replace or set the **$resourcegroup** and **$vmName** variables with your own values. Set **$zone** to the value of your availability zone that you got from the [start of this article](#determine-vm-size-and-region-availability). Then run the following [New-AzVm](/powershell/module/az.compute/new-azvm) command to create an ultra enabled VM:
136136

@@ -194,4 +194,4 @@ Update-AzDisk -ResourceGroupName $resourceGroup -DiskName $diskName -DiskUpdate
194194

195195
## Next steps
196196

197-
If you would like to try the new disk type [request access with this survey](https://aka.ms/UltraDiskSignup).
197+
If you would like to try the new disk type [request access with this survey](https://aka.ms/UltraDiskSignup).

0 commit comments

Comments
 (0)