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/container-storage/install-container-storage-aks.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
---
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)
3
3
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.
4
4
author: khdownie
5
5
ms.service: azure-container-storage
6
6
ms.topic: tutorial
7
-
ms.date: 03/12/2024
7
+
ms.date: 05/24/2024
8
8
ms.author: kendownie
9
9
ms.custom: devx-track-azurecli
10
10
---
@@ -33,7 +33,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
33
33
34
34
## Getting started
35
35
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.
37
37
38
38
*[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.
39
39
@@ -57,6 +57,7 @@ az provider register --namespace Microsoft.KubernetesConfiguration --wait
57
57
```
58
58
59
59
To check if these providers are registered successfully, run the following command:
60
+
60
61
```azurecli-interactive
61
62
az provider list --query "[?namespace=='Microsoft.ContainerService'].registrationState"
62
63
az provider list --query "[?namespace=='Microsoft.KubernetesConfiguration'].registrationState"
@@ -222,7 +223,7 @@ az k8s-extension list --cluster-name <cluster-name> --resource-group <resource-g
222
223
223
224
Congratulations, you've successfully installed Azure Container Storage. You now have new storage classes that you can use for your Kubernetes workloads.
224
225
225
-
## Next steps
226
+
## Next step
226
227
227
228
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.
0 commit comments