Skip to content

Commit 1801b76

Browse files
committed
edits
1 parent 64571a9 commit 1801b76

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

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

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,26 @@ ms.custom: devx-track-azurecli
1111

1212
# Tutorial: Install Azure Container Storage Preview for use with Azure Kubernetes Service
1313

14-
[Azure Container Storage](container-storage-introduction.md) is a cloud-based volume management, deployment, and orchestration service built natively for containers. In this tutorial, you'll create an [Azure Kubernetes Service (AKS)](../../aks/intro-kubernetes.md) cluster and install Azure Container Storage on the cluster. Alternatively, you can install Azure Container Storage [using a QuickStart](container-storage-aks-quickstart.md) instead of following the manual steps in this tutorial.
15-
16-
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
14+
[Azure Container Storage](container-storage-introduction.md) is a cloud-based volume management, deployment, and orchestration service built natively for containers. In this tutorial, you'll create an [Azure Kubernetes Service (AKS)](../../aks/intro-kubernetes.md) cluster and install Azure Container Storage on the cluster. If you already have an AKS cluster deployed, we recommend installing Azure Container Storage [using this QuickStart](container-storage-aks-quickstart.md) instead of following the manual steps in this tutorial.
1715

1816
> [!div class="checklist"]
1917
> * Create a resource group
2018
> * Choose a data storage option and VM type
2119
> * Create an AKS cluster
2220
> * Connect to the cluster
2321
> * Label the node pool
24-
> * Assign Contributor role to AKS managed identity
25-
> * Install Azure Container Storage extension
22+
> * Assign Azure Container Storage Operator role to AKS managed identity
23+
> * Install Azure Container Storage
2624
2725
## Prerequisites
2826

29-
[!INCLUDE [container-storage-prerequisites](../../../includes/container-storage-prerequisites.md)]
27+
* If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
3028

31-
> [!NOTE]
32-
> If you already have an AKS cluster deployed, proceed to [Connect to the cluster](#connect-to-the-cluster).
29+
* 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).
30+
31+
* 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.
32+
33+
* Check if your target region is supported in [Azure Container Storage regions](../articles/storage/container-storage/container-storage-introduction.md#regional-availability).
3334

3435
## Getting started
3536

0 commit comments

Comments
 (0)