|
1 | 1 | ---
|
2 | 2 | title: Quickstart for using Azure Container Storage Preview with Azure Kubernetes Service (AKS)
|
3 |
| -description: Create a Linux-based Azure Kubernetes Service (AKS) cluster, install Azure Container Storage, and create a storage pool. |
| 3 | +description: Connect to a Linux-based Azure Kubernetes Service (AKS) cluster, install Azure Container Storage, and create a storage pool. |
4 | 4 | author: khdownie
|
5 | 5 | ms.service: azure-container-storage
|
6 | 6 | ms.topic: quickstart
|
7 |
| -ms.date: 06/19/2024 |
| 7 | +ms.date: 06/21/2024 |
8 | 8 | ms.author: kendownie
|
9 | 9 | ms.custom: devx-track-azurecli, ignite-2023-container-storage, linux-related-content
|
10 | 10 | ---
|
11 | 11 |
|
12 | 12 | # Quickstart: Use Azure Container Storage Preview with Azure Kubernetes Service
|
13 | 13 |
|
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 create a Linux-based [Azure Kubernetes Service (AKS)](../../aks/intro-kubernetes.md) cluster, install Azure Container Storage, and create a storage pool using Azure CLI. |
| 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 connect to a Linux-based [Azure Kubernetes Service (AKS)](../../aks/intro-kubernetes.md) cluster, install Azure Container Storage, and create a storage pool using Azure CLI. |
15 | 15 |
|
16 | 16 | ## Prerequisites
|
17 | 17 |
|
18 |
| -[!INCLUDE [container-storage-prerequisites](../../../includes/container-storage-prerequisites.md)] |
| 18 | +- If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin. |
| 19 | + |
| 20 | +- This article requires the latest version (2.35.0 or later) of the Azure CLI. See [How to install the Azure CLI](/cli/azure/install-azure-cli). If you're using the Bash environment in Azure Cloud Shell, the latest version is already installed. If you plan to run the commands locally instead of in Azure Cloud Shell, be sure to run them with administrative privileges. For more information, see [Get started with Azure Cloud Shell](/azure/cloud-shell/get-started). |
| 21 | + |
| 22 | +- You'll need the Kubernetes command-line client, `kubectl`. It's already installed if you're using Azure Cloud Shell, or you can install it locally by running the `az aks install-cli` command. |
| 23 | + |
| 24 | +- Check if your target region is supported in [Azure Container Storage regions](container-storage-introduction.md#regional-availability). |
| 25 | + |
19 | 26 | - If you haven't already created an AKS cluster, follow the instructions for [Installing an AKS Cluster](install-container-storage-aks.md).
|
20 | 27 |
|
21 | 28 | ## Getting started
|
|
0 commit comments