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: articles/storage/common/storage-introduction.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ The Azure Storage platform includes the following data services:
35
35
-[Azure Queues](../queues/storage-queues-introduction.md): A messaging store for reliable messaging between application components.
36
36
-[Azure Tables](../tables/table-storage-overview.md): A NoSQL store for schemaless storage of structured data.
37
37
-[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.
39
39
40
40
Each service is accessed through a storage account with a unique address. To get started, see [Create a storage account](storage-account-create.md).
41
41
@@ -108,7 +108,7 @@ Elastic SAN is designed for large scale IO-intensive workloads and top tier data
108
108
109
109
For more information about Azure Elastic SAN, see [What is Azure Elastic SAN?](../elastic-san/elastic-san-introduction.md).
110
110
111
-
## Azure Container Storage (preview)
111
+
## Azure Container Storage
112
112
113
113
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.
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).
124
124
125
125
## Queue Storage
126
126
@@ -137,7 +137,6 @@ Azure Table Storage is now part of Azure Cosmos DB. To see Azure Table Storage d
137
137
For more information about Table Storage, see [Overview of Azure Table Storage](../tables/table-storage-overview.md).
138
138
139
139
## Disk Storage
140
-
141
140
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.
142
141
143
142
For more information about managed disks, see [Introduction to Azure managed disks](../../virtual-machines/managed-disks-overview.md).
0 commit comments