Skip to content

Commit dd46667

Browse files
committed
port changes from quickstart
1 parent a70a57d commit dd46667

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Tutorial - Install Azure Container Storage Preview for use with Azure Kubernetes Service (AKS)
2+
title: Install Azure Container Storage Preview with Azure Kubernetes Service (AKS)
33
description: Learn how to install Azure Container Storage 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: azure-container-storage
66
ms.topic: tutorial
7-
ms.date: 03/12/2024
7+
ms.date: 05/24/2024
88
ms.author: kendownie
99
ms.custom: devx-track-azurecli
1010
---
@@ -33,7 +33,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
3333
3434
## Getting started
3535

36-
* Take note of your Azure subscription ID. We recommend using a subscription on which you have a [Kubernetes contributor](../../role-based-access-control/built-in-roles.md#kubernetes-extension-contributor) role if you want to use Azure Disks or Ephemeral Disk as data storage. If you want to use Azure Elastic SAN as data storage, you'll need an [Owner](../../role-based-access-control/built-in-roles.md#owner) role on the Azure subscription.
36+
* Take note of your Azure subscription ID. If you want to use Azure Elastic SAN as data storage, you'll need either an [Azure Container Storage Owner](../../role-based-access-control/built-in-roles/containers.md#azure-container-storage-owner) role or [Azure Container Storage Contributor](../../role-based-access-control/built-in-roles/containers.md#azure-container-storage-contributor) role assigned to the Azure subscription. Owner-level access allows you to install the Azure Container Storage extension, grants access to its storage resources, and gives you permission to configure your Azure Elastic SAN resource. Contributor-level access allows you to install the extension and grants access to its storage resources. If you're planning on using Azure Disks or Ephemeral Disk as data storage, you don't need special permissions on your subscription.
3737

3838
* [Launch Azure Cloud Shell](https://shell.azure.com), or if you're using a local installation, sign in to the Azure CLI by using the [az login](/cli/azure/reference-index#az-login) command.
3939

@@ -57,6 +57,7 @@ az provider register --namespace Microsoft.KubernetesConfiguration --wait
5757
```
5858

5959
To check if these providers are registered successfully, run the following command:
60+
6061
```azurecli-interactive
6162
az provider list --query "[?namespace=='Microsoft.ContainerService'].registrationState"
6263
az provider list --query "[?namespace=='Microsoft.KubernetesConfiguration'].registrationState"
@@ -222,7 +223,7 @@ az k8s-extension list --cluster-name <cluster-name> --resource-group <resource-g
222223

223224
Congratulations, you've successfully installed Azure Container Storage. You now have new storage classes that you can use for your Kubernetes workloads.
224225

225-
## Next steps
226+
## Next step
226227

227228
Now you can create a storage pool and persistent volume claim, and then deploy a pod and attach a persistent volume. Follow the steps in the appropriate how-to article.
228229

0 commit comments

Comments
 (0)