Skip to content

Commit 9fc3f6a

Browse files
Merge pull request #284860 from denisacatalinastan/patch-2
Update storage-introduction.md
2 parents b8e522c + 179bd4d commit 9fc3f6a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

articles/storage/common/storage-introduction.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The Azure Storage platform includes the following data services:
3535
- [Azure Queues](../queues/storage-queues-introduction.md): A messaging store for reliable messaging between application components.
3636
- [Azure Tables](../tables/table-storage-overview.md): A NoSQL store for schemaless storage of structured data.
3737
- [Azure managed Disks](../../virtual-machines/managed-disks-overview.md): Block-level storage volumes for Azure VMs.
38-
- [Azure Container Storage](../container-storage/container-storage-introduction.md) (preview): A volume management, deployment, and orchestration service built natively for containers.
38+
- [Azure Container Storage](../container-storage/container-storage-introduction.md): A volume management, deployment, and orchestration service built natively for containers.
3939

4040
Each service is accessed through a storage account with a unique address. To get started, see [Create a storage account](storage-account-create.md).
4141

@@ -108,7 +108,7 @@ Elastic SAN is designed for large scale IO-intensive workloads and top tier data
108108

109109
For more information about Azure Elastic SAN, see [What is Azure Elastic SAN?](../elastic-san/elastic-san-introduction.md).
110110

111-
## Azure Container Storage (preview)
111+
## Azure Container Storage
112112

113113
Azure Container Storage integrates with Kubernetes and utilizes existing Azure Storage offerings for actual data storage, offering 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.
114114

@@ -120,7 +120,7 @@ Azure Container Storage offers substantial benefits:
120120

121121
- Kubernetes-native volume orchestration
122122

123-
For more information about Azure Container Storage, see [What is Azure Container Storage? (preview)](../container-storage/container-storage-introduction.md).
123+
For more information about Azure Container Storage, see [What is Azure Container Storage? ](../container-storage/container-storage-introduction.md).
124124

125125
## Queue Storage
126126

@@ -137,7 +137,6 @@ Azure Table Storage is now part of Azure Cosmos DB. To see Azure Table Storage d
137137
For more information about Table Storage, see [Overview of Azure Table Storage](../tables/table-storage-overview.md).
138138

139139
## Disk Storage
140-
141140
An Azure managed disk is a virtual hard disk (VHD). You can think of it like a physical disk in an on-premises server but, virtualized. Azure-managed disks are stored as page blobs, which are a random IO storage object in Azure. We call a managed disk 'managed' because it's an abstraction over page blobs, blob containers, and Azure storage accounts. With managed disks, all you have to do is provision the disk, and Azure takes care of the rest.
142141

143142
For more information about managed disks, see [Introduction to Azure managed disks](../../virtual-machines/managed-disks-overview.md).

0 commit comments

Comments
 (0)