Skip to content

Commit 6405ad2

Browse files
committed
minor edits
1 parent bf1edf4 commit 6405ad2

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

articles/storage/container-storage/container-storage-aks-quickstart.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
2-
title: Quickstart for installing and configuring Azure Container Storage Preview with Azure Kubernetes Service (AKS)
3-
description: Learn how to install and configure Azure Container Storage Preview for use with Azure Kubernetes Service. You'll end up with new storage classes that you can use for your Kubernetes workloads.
2+
title: Quickstart for installing Azure Container Storage Preview for use with Azure Kubernetes Service (AKS)
3+
description: Learn how to install Azure Container Storage Preview for use with Azure Kubernetes Service. Create an AKS cluster, label the node pool, and install the Azure Container Storage extension.
44
author: khdownie
55
ms.service: storage
66
ms.topic: quickstart
7-
ms.date: 06/28/2023
7+
ms.date: 06/29/2023
88
ms.author: kendownie
99
ms.subservice: container-storage
1010
ms.custom: devx-track-azurecli
1111
---
1212

1313
# Quickstart: Install Azure Container Storage Preview for use with Azure Kubernetes Service
14-
[Azure Container Storage](container-storage-introduction.md) is a cloud-based volume management, deployment, and orchestration service built natively for containers. This Quickstart shows you how to configure and use Azure Container Storage for use with [Azure Kubernetes Service (AKS)](../../aks/intro-kubernetes.md). At the end, you'll have new storage classes that you can use for your Kubernetes workloads, and you can then create a storage pool using one of three block storage options.
14+
[Azure Container Storage](container-storage-introduction.md) is a cloud-based volume management, deployment, and orchestration service built natively for containers. This Quickstart shows you how to install Azure Container Storage Preview for use with [Azure Kubernetes Service (AKS)](../../aks/intro-kubernetes.md).
1515

1616
[!INCLUDE [azure-cli-prepare-your-environment.md](~/articles/reusable-content/azure-cli/azure-cli-prepare-your-environment.md)]
1717

articles/storage/container-storage/use-container-storage-with-elastic-san.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ description: Configure Azure Container Storage Preview for use with Azure Elasti
44
author: khdownie
55
ms.service: storage
66
ms.topic: how-to
7-
ms.date: 06/23/2023
7+
ms.date: 06/29/2023
88
ms.author: kendownie
99
ms.subservice: container-storage
1010
ms.custom: references_regions
1111
---
1212

1313
# Use Azure Container Storage Preview with Azure Elastic SAN Preview
14-
[Azure Container Storage](container-storage-introduction.md) is a cloud-based volume management, deployment, and orchestration service built natively for containers. This article shows you how to configure Azure Container Storage to use Azure Elastic SAN Preview as back-end storage for your Kubernetes workloads.
14+
[Azure Container Storage](container-storage-introduction.md) is a cloud-based volume management, deployment, and orchestration service built natively for containers. This article shows you how to configure Azure Container Storage to use Azure Elastic SAN Preview as back-end storage for your Kubernetes workloads. At the end, you'll have a pod that's using Elastic SAN as its storage.
1515

1616
## Prerequisites
1717

articles/storage/container-storage/use-container-storage-with-local-disk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ description: Configure Azure Container Storage Preview for use with Ephemeral Di
44
author: khdownie
55
ms.service: storage
66
ms.topic: how-to
7-
ms.date: 06/23/2023
7+
ms.date: 06/29/2023
88
ms.author: kendownie
99
ms.subservice: container-storage
1010
ms.custom: references_regions
1111
---
1212

1313
# Use Azure Container Storage Preview with Ephemeral Disk
14-
[Azure Container Storage](container-storage-introduction.md) is a cloud-based volume management, deployment, and orchestration service built natively for containers. This article shows you how to configure Azure Container Storage to use Ephemeral Disk as back-end storage for your Kubernetes workloads.
14+
[Azure Container Storage](container-storage-introduction.md) is a cloud-based volume management, deployment, and orchestration service built natively for containers. This article shows you how to configure Azure Container Storage to use Ephemeral Disk as back-end storage for your Kubernetes workloads. At the end, you'll have a pod that's using Ephemeral Disk as its storage.
1515

1616
> [!IMPORTANT]
1717
> Azure Container Storage Preview only supports NVMe for local disk. Temp drives and local SSD aren't currently supported. Local NVMe disks are ephemeral, meaning that they're created on the local virtual machine (VM) storage and not saved to an Azure storage service. Data will be lost on these disks if you stop/deallocate your VM.

articles/storage/container-storage/use-container-storage-with-managed-disks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ description: Configure Azure Container Storage Preview for use with Azure manage
44
author: khdownie
55
ms.service: storage
66
ms.topic: how-to
7-
ms.date: 06/23/2023
7+
ms.date: 06/29/2023
88
ms.author: kendownie
99
ms.subservice: container-storage
1010
ms.custom: references_regions
1111
---
1212

1313
# Use Azure Container Storage Preview with Azure managed disks
14-
[Azure Container Storage](container-storage-introduction.md) is a cloud-based volume management, deployment, and orchestration service built natively for containers. This article shows you how to configure Azure Container Storage to use Azure managed disks as back-end storage for your Kubernetes workloads.
14+
[Azure Container Storage](container-storage-introduction.md) is a cloud-based volume management, deployment, and orchestration service built natively for containers. This article shows you how to configure Azure Container Storage to use Azure managed disks as back-end storage for your Kubernetes workloads. At the end, you'll have a pod that's using Azure managed disks as its storage.
1515

1616
## Prerequisites
1717

0 commit comments

Comments
 (0)