Skip to content

Commit 205781b

Browse files
Merge pull request #278899 from khdownie/kendownie062124-2
updating quickstart
2 parents ba74482 + 90a3500 commit 205781b

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

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

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,28 @@
11
---
22
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.
44
author: khdownie
55
ms.service: azure-container-storage
66
ms.topic: quickstart
7-
ms.date: 06/19/2024
7+
ms.date: 06/21/2024
88
ms.author: kendownie
99
ms.custom: devx-track-azurecli, ignite-2023-container-storage, linux-related-content
1010
---
1111

1212
# Quickstart: Use Azure Container Storage Preview 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. 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.
1515

1616
## Prerequisites
1717

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+
1926
- If you haven't already created an AKS cluster, follow the instructions for [Installing an AKS Cluster](install-container-storage-aks.md).
2027

2128
## Getting started

includes/container-storage-prerequisites.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: khdownie
33
ms.service: azure-container-storage
44
ms.topic: include
5-
ms.date: 02/13/2024
5+
ms.date: 06/21/2024
66
ms.author: kendownie
77
---
88

@@ -12,6 +12,6 @@ ms.author: kendownie
1212

1313
- 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.
1414

15-
- If you haven't already installed Azure Container Storage, follow the instructions in [Install Azure Container Storage](../articles/storage/container-storage/container-storage-aks-quickstart.md).
15+
- If you haven't already installed Azure Container Storage, follow the instructions in [Use Azure Container Storage with Azure Kubernetes Service](../articles/storage/container-storage/container-storage-aks-quickstart.md).
1616

1717
- Check if your target region is supported in [Azure Container Storage regions](../articles/storage/container-storage/container-storage-introduction.md#regional-availability).

0 commit comments

Comments
 (0)