Skip to content

Commit 2093c6e

Browse files
committed
updated draft article
1 parent e087200 commit 2093c6e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/aks/use-premium-v2-disks.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.date: 3/22/2023
88

99
# Use Azure Premium SSD v2 disks on Azure Kubernetes Service
1010

11-
[Azure Premium SSD v2 disks][azure-premium-v2-disk-overview] offers IO-intense enterprise workloads a consistent sub-millisecond disk latency and high IOPS and throughput. The performance (capacity, throughput, and IOPS) of Premium SSD v2 disks can be independently configured at any time, making it easier for more scenarios to be cost efficient while meeting performance needs.
11+
[Azure Premium SSD v2 disks][azure-premium-v2-disk-overview] offer IO-intense enterprise workloads a consistent sub-millisecond disk latency and high IOPS and throughput. The performance (capacity, throughput, and IOPS) of Premium SSD v2 disks can be independently configured at any time, making it easier for more scenarios to be cost efficient while meeting performance needs.
1212

1313
## Before you begin
1414

@@ -19,11 +19,11 @@ This feature can only be set at cluster creation or node pool creation time.
1919
2020
### Limitations
2121

22-
- Azure Premium SSD v2 disks has certain limitations that you need to be aware of. For a complete list, see [Premium SSD v2 limitations][premium-v2-limitations].
22+
- Azure Premium SSD v2 disks have certain limitations that you need to be aware of. For a complete list, see [Premium SSD v2 limitations][premium-v2-limitations].
2323

2424
## Create a new cluster
2525

26-
Before creating an AKS cluster that is able to leverage Azure Premium SSD v2 disks, you need to [create a Premium SSD v2 disk][create-premium-v2-disk] in an availability zone following their deployment steps. Then create an AKS cluster in the same region and availability zone that supports Premium Storage and attach the disk to it using the following command.
26+
Before creating an AKS cluster that is able to use Azure Premium SSD v2 disks, you need to [create a Premium SSD v2 disk][create-premium-v2-disk] in an availability zone following their deployment steps. Then create an AKS cluster in the same region and availability zone that supports Premium Storage and attach the disk to it using the following command.
2727

2828
```azurecli-interactive
2929
az aks create -g MyResourceGroup -n myAKSCluster -l westus2 --node-vm-size Standard_D2s_v3 --zones 1 2 --node-count 2
@@ -47,7 +47,7 @@ To use Premium SSD v2 disks in a deployment or stateful set, you can use a [stor
4747

4848
A storage class is used to define how a unit of storage is dynamically created with a persistent volume. For more information on Kubernetes storage classes, see [Kubernetes Storage Classes][kubernetes-storage-classes].
4949

50-
In this example, we'll create a storage class that references Premium SSD v2 disks. Create a file named `azure-pv2-disk-sc.yaml`, and copy in the following manifest.
50+
In this example, you create a storage class that references Premium SSD v2 disks. Create a file named `azure-pv2-disk-sc.yaml`, and copy in the following manifest.
5151

5252
```yaml
5353
apiVersion: storage.k8s.io/v1
@@ -179,7 +179,7 @@ Events:
179179

180180
## Using Azure tags
181181

182-
For more details on using Azure tags, see [Use Azure tags in Azure Kubernetes Service (AKS)][use-tags].
182+
For more information on using Azure tags, see [Use Azure tags in Azure Kubernetes Service (AKS)][use-tags].
183183

184184
## Next steps
185185

0 commit comments

Comments
 (0)