Skip to content

Commit ea958af

Browse files
authored
Merge pull request #282292 from saurabh0501/patch-4
Update TOC.yml
2 parents 01a5cb7 + 409215d commit ea958af

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/storage/container-storage/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
items:
1818
- name: Use with Azure Disks
1919
href: use-container-storage-with-managed-disks.md
20-
- name: Use with Azure Elastic SAN
20+
- name: Use with Azure Elastic SAN (Preview)
2121
href: use-container-storage-with-elastic-san.md
2222
- name: Use with Ephemeral Disk
2323
items:
@@ -84,4 +84,4 @@
8484
items:
8585
- name: Pricing for Azure Container Storage
8686
href: https://azure.microsoft.com/pricing/details/container-storage/
87-
87+

articles/storage/container-storage/container-storage-introduction.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,19 @@ To get started using Azure Container Storage, see [Use Azure Container Storage w
3434

3535
Azure Container Storage utilizes existing Azure Storage offerings for actual data storage and offers a volume orchestration and management solution purposely built for containers. You can choose any of the supported backing storage options to create a storage pool for your persistent volumes.
3636

37-
Azure Container Storage offers persistent volume support with ReadWriteOnce access mode to Linux-based [Azure Kubernetes Service (AKS)](../../aks/intro-kubernetes.md) clusters. Supported backing storage options include block storage offerings only: Azure Disks, Ephemeral Disks (local NVMe or temp SSD), and Azure Elastic SAN. The following table summarizes the supported storage types, recommended workloads, and provisioning models.
37+
Azure Container Storage offers persistent volume support with ReadWriteOnce access mode to Linux-based [Azure Kubernetes Service (AKS)](../../aks/intro-kubernetes.md) clusters. Supported backing storage options include block storage offerings only: Azure Disks, Ephemeral Disks (local NVMe or temp SSD), and Azure Elastic SAN (Preview). The following table summarizes the supported storage types, recommended workloads, and provisioning models.
3838

3939
| **Storage type** | **Description** | **Workloads** | **Offerings** | **Provisioning model** |
4040
|------------------|-----------------|---------------|---------------|------------------------|
41-
| **[Azure Elastic SAN](../elastic-san/elastic-san-introduction.md)** | Provision on demand, fully managed resource | General purpose databases, streaming and messaging services, CD/CI environments, and other tier 1/tier 2 workloads. | Azure Elastic SAN | Provisioned on demand per created volume and volume snapshot. Multiple clusters can access a single SAN concurrently, however persistent volumes can only be attached by one consumer at a time. |
41+
| **[Azure Elastic SAN](../elastic-san/elastic-san-introduction.md)** (Preview)| Provision on demand, fully managed resource | General purpose databases, streaming and messaging services, CD/CI environments, and other tier 1/tier 2 workloads. | Azure Elastic SAN | Provisioned on demand per created volume and volume snapshot. Multiple clusters can access a single SAN concurrently, however persistent volumes can only be attached by one consumer at a time. |
4242
| **[Azure Disks](../../virtual-machines/managed-disks-overview.md)** | Granular control of storage SKUs and configurations​ | Azure Disks are a good fit for tier 1 and general purpose databases such as MySQL, MongoDB, and PostgreSQL. | Premium SSD, Premium SSD v2, Standard SSD, Ultra Disk | Provisioned per target container storage pool size and maximum volume size. |
4343
| **Ephemeral Disk** | Utilizes local storage resources on AKS nodes (NVMe or temp SSD) | Ephemeral disk is extremely latency sensitive (low sub-ms latency), so it's best for applications with no data durability requirement or with built-in data replication support such as Cassandra. | NVMe is available on [storage optimized VM SKUs](../../virtual-machines/sizes-storage.md) | Deployed as part of the VMs hosting an AKS cluster. AKS discovers the available ephemeral storage on AKS nodes and acquires them for volume deployment. |
4444

4545
### Feature support for different storage types
4646

4747
Feature support depends on which backing storage option you select. The following table lists key features of Azure Container Storage and indicates which storage options support them.
4848

49-
| **Feature** | **Local NVMe** | **Local SSD** | **Azure Disks** | **Azure Elastic SAN** |
49+
| **Feature** | **Local NVMe** | **Local SSD** | **Azure Disks** | **Azure Elastic SAN** (Preview)|
5050
|-------------|----------------|---------------|-----------------|-------------------------------|
5151
| Storage pool expansion/resize | Supported | Supported | Supported | Not supported |
5252
| Replication | Supported | Not supported | Natively supported | Preview |
@@ -84,7 +84,7 @@ Azure Container Storage is derived from [OpenEBS](https://openebs.io/), an open-
8484

8585
You can use Azure Container Storage to:
8686

87-
- **Accelerate VM-to-container initiatives:** Azure Container Storage surfaces the full spectrum of Azure block storage offerings that were previously only available for VMs and makes them available for containers. This includes ephemeral disk that provides extremely low latency for workloads like Cassandra, as well as Azure Elastic SAN that provides native iSCSI and shared provisioned targets.
87+
- **Accelerate VM-to-container initiatives:** Azure Container Storage surfaces the full spectrum of Azure block storage offerings that were previously only available for VMs and makes them available for containers. This includes ephemeral disk that provides extremely low latency for workloads like Cassandra, as well as Azure Elastic SAN (Preview) that provides native iSCSI and shared provisioned targets.
8888

8989
- **Simplify volume management with Kubernetes:** By providing volume orchestration via the Kubernetes control plane, Azure Container Storage makes it easy to deploy and manage volumes within Kubernetes - without the need to move back and forth between different control planes.
9090

0 commit comments

Comments
 (0)