You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: includes/managed-disks-ultra-disks-GA-scope-and-limitations.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,14 @@ ms.custom: include file
11
11
---
12
12
For now, ultra disks have additional limitations, they are as follows:
13
13
14
-
The only infrastructure redundancy options currently available to ultra disks are availability zones, VMs using any other redundancy options cannot attach an ultra disk. though ultra disks are not offered in every availability zone of these regions:
14
+
The only infrastructure redundancy options currently available to ultra disks are availability zones. VMs using any other redundancy options cannot attach an ultra disk.
15
15
16
-
The following table outlines the available regions and their corresponding availability options:
16
+
The following table outlines the regions ultra disks are available in, as well as their corresponding availability options:
17
17
18
-
|Regions |No infrastructure Redundancy |Availability zones |
18
+
> [!NOTE]
19
+
> Ultra disks are not offered in every availability zone within these regions
20
+
21
+
|Regions |No infrastructure redundancy |Availability zones |
Copy file name to clipboardExpand all lines: includes/virtual-machines-disks-getting-started-ultra-ssd.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ Now that you know which zone to deploy to, follow the deployment steps in this a
58
58
59
59
### VMs with no redundancy options
60
60
61
-
Ultra disks deployed in West US must be deployed without any redundancy options, for now. However, not every disk size that supports ultra disks may be in this region. To determine which ones in West US support ultra disks, you can use either of the following code snipptes. Make sure to replace the `vmSize` and `subscription` values first:
61
+
Ultra disks deployed in West US must be deployed without any redundancy options, for now. However, not every disk size that supports ultra disks may be in this region. To determine which ones in West US support ultra disks, you can use either of the following code snippets. Make sure to replace the `vmSize` and `subscription` values first:
62
62
63
63
```azurecli
64
64
$subscription = "<yourSubID>"
@@ -200,7 +200,7 @@ az vm create --subscription $subscription -n $vmname -g $rgname --image Win2016D
200
200
201
201
### Enable ultra disk compatibility on an existing VM
202
202
203
-
If your VM meets the requirements outlined in [GA scope and limitations](#ga-scope-and-limitations) and is in the [appropriate zone for your account](#determine-vm-size-and-region-availability) then you can enable ultra disk compatibility on your VM.
203
+
If your VM meets the requirements outlined in [GA scope and limitations](#ga-scope-and-limitations) and is in the [appropriate zone for your account](#determine-vm-size-and-region-availability), then you can enable ultra disk compatibility on your VM.
204
204
205
205
To enable ultra disk compatibility, you must stop the VM. After you stop the VM, you may enable compatibility, attach an ultra disk, then restart the VM:
206
206
@@ -280,7 +280,7 @@ New-AzVm `
280
280
281
281
### Enable ultra disk compatibility on an existing VM
282
282
283
-
If your VM meets the requirements outlined in [GA scope and limitations](#ga-scope-and-limitations) and is in the [appropriate zone for your account](#determine-vm-size-and-region-availability) then you can enable ultra disk compatibility on your VM.
283
+
If your VM meets the requirements outlined in [GA scope and limitations](#ga-scope-and-limitations) and is in the [appropriate zone for your account](#determine-vm-size-and-region-availability), then you can enable ultra disk compatibility on your VM.
284
284
285
285
To enable ultra disk compatibility, you must stop the VM. After you stop the VM, you may enable compatibility, attach an ultra disk, then restart the VM:
Copy file name to clipboardExpand all lines: includes/virtual-machines-disks-shared.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,7 @@ Ultra disks have the unique capability of allowing you to set your performance b
89
89
|DiskMBpsReadWrite |The total throughput (MB/s) allowed across all VMs mounting the shared disk with write access. |
90
90
|DiskIOPSReadOnly*|The total number of IOPS allowed across all VMs mounting the shared disk as ReadOnly. |
91
91
|DiskMBpsReadOnly*|The total throughput (MB/s) allowed across all VMs mounting the shared disk as ReadOnly. |
92
+
92
93
\* Applies to shared ultra disks only
93
94
94
95
The following formulas explain how the performance attributes can be set, since they are user modifiable:
@@ -107,7 +108,7 @@ The following examples depict a few scenarios that show how the throttling can w
107
108
108
109
#### Two nodes cluster using cluster shared volumes
109
110
110
-
The following is an example of a 2-node WSFC using clustered shared volumes. With this configuration, both VMs have simultatenous write-access to the disk which results in the ReadWrite throttle being split across the two VMs and the ReadOnly throttle not being used.
111
+
The following is an example of a 2-node WSFC using clustered shared volumes. With this configuration, both VMs have simultaneous write-access to the disk, which results in the ReadWrite throttle being split across the two VMs and the ReadOnly throttle not being used.
111
112
112
113
:::image type="complex" source="media/virtual-machines-disks-shared-disks/ultra-two-node-example.png" alt-text="CSV two node ultra example":::
Copy file name to clipboardExpand all lines: includes/virtual-machines-enable-shared-disk.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ az disk update -g rg1 -n clidisk --disk-iops-read-write 3000 --disk-mbps-read-wr
88
88
az disk show -g rg1 -n clidisk
89
89
```
90
90
91
-
#### ARM
91
+
#### Azure Resource Manager
92
92
93
93
To deploy a managed disk with the shared disk feature enabled, use the property `maxShares` and define a value greater than 1. This makes the disk shareable across multiple VMs.
0 commit comments