Skip to content

Commit c41ff20

Browse files
authored
Azure Files performance tier
1 parent 322f1a1 commit c41ff20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/operator-best-practices-storage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The following table outlines the available storage types and their capabilities:
3838

3939
The two primary types of storage provided for volumes in AKS are backed by Azure Disks or Azure Files. To improve security, both types of storage use Azure Storage Service Encryption (SSE) by default that encrypts data at rest. Disks cannot currently be encrypted using Azure Disk Encryption at the AKS node level.
4040

41-
Azure Files are currently available in the Standard performance tier. Azure Disks are available in Standard and Premium performance tiers:
41+
Both Azure Files and Azure Disks are available in Standard and Premium performance tiers:
4242

4343
- *Premium* disks are backed by high-performance solid-state disks (SSDs). Premium disks are recommended for all production workloads.
4444
- *Standard* disks are backed by regular spinning disks (HDDs), and are good for archival or infrequently accessed data.
@@ -74,7 +74,7 @@ When you need to attach storage to pods, you use persistent volumes. These persi
7474

7575
![Persistent volume claims in an Azure Kubernetes Services (AKS) cluster](media/concepts-storage/persistent-volume-claims.png)
7676

77-
A persistent volume claim (PVC) lets you dynamically create storage as needed. The underlying Azure disks are created as pods request them. In the pod definition, you request a volume to be created and attached to a designed mount path
77+
A persistent volume claim (PVC) lets you dynamically create storage as needed. The underlying Azure disks are created as pods request them. In the pod definition, you request a volume to be created and attached to a designed mount path.
7878

7979
For the concepts on how to dynamically create and use volumes, see [Persistent Volumes Claims][aks-concepts-storage-pvcs].
8080

0 commit comments

Comments
 (0)