Skip to content

Commit d311efc

Browse files
committed
Fixing merge conflict.
2 parents 9c83dd7 + b95bec0 commit d311efc

6 files changed

+16
-29
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ ms.custom: devx-track-azurecli
1616

1717
- If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
1818

19-
- Sign up for the public preview by completing the [onboarding survey](https://aka.ms/AzureContainerStoragePreviewSignUp).
20-
2119
- This quickstart requires version 2.0.64 or later of the Azure CLI. See [How to install the Azure CLI](/cli/azure/install-azure-cli).
2220

2321
- You'll need an AKS cluster with an appropriate [virtual machine type](install-container-storage-aks.md#vm-types). If you don't have one, see [Create an AKS cluster](install-container-storage-aks.md#create-aks-cluster).
2422

2523
- You'll need the Kubernetes command-line client, `kubectl`. You can install it locally by running the `az aks install-cli` command.
2624

25+
- Optional: We'd like input on how you plan to use Azure Container Storage. Please complete this [short survey](https://aka.ms/AzureContainerStoragePreviewSignUp).
26+
2727
## Install Azure Container Storage
2828

2929
Follow these instructions to install Azure Container Storage on your AKS cluster using an installation script.

articles/storage/container-storage/container-storage-introduction.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: An overview of Azure Container Storage Preview, a service built nat
44
author: khdownie
55
ms.service: azure-container-storage
66
ms.topic: overview
7-
ms.date: 08/02/2023
7+
ms.date: 08/14/2023
88
ms.author: kendownie
99
ms.custom: references_regions
1010
---
@@ -18,11 +18,13 @@ ms.custom: references_regions
1818
1919
Azure Container Storage is a cloud-based volume management, deployment, and orchestration service built natively for containers. It integrates with Kubernetes, allowing you to dynamically and automatically provision persistent volumes to store data for stateful applications running on Kubernetes clusters.
2020

21-
To sign up for Azure Container Storage Preview, complete the [onboarding survey](https://aka.ms/AzureContainerStoragePreviewSignUp). To get started using Azure Container Storage, see [Install Azure Container Storage for use with AKS](container-storage-aks-quickstart.md) or watch the video.
21+
To get started using Azure Container Storage, see [Use Azure Container Storage Preview with Azure Kubernetes Service](container-storage-aks-quickstart.md) or watch the video.
22+
23+
We'd like input on how you plan to use Azure Container Storage. Please complete this [short survey](https://aka.ms/AzureContainerStoragePreviewSignUp).
2224

2325
:::row:::
2426
:::column:::
25-
<iframe width="560" height="315" src="https://www.youtube.com/embed/I_2nCQ1FKTU" title="Get started with Azure Container Storage" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
27+
> [!VIDEO https://www.youtube.com/embed/I_2nCQ1FKTU]
2628
:::column-end:::
2729
:::column:::
2830
This video provides an introduction to Azure Container Storage, an end-to-end storage management and orchestration service for stateful applications. See how simple it is to create and manage volumes for production-scale stateful container applications. Learn how to optimize the performance of stateful workloads on Azure Kubernetes Service (AKS) to effectively scale across storage services while providing a cost-effective container-native experience.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to install Azure Container Storage Preview for use with A
44
author: khdownie
55
ms.service: azure-container-storage
66
ms.topic: how-to
7-
ms.date: 08/02/2023
7+
ms.date: 08/14/2023
88
ms.author: kendownie
99
ms.custom: devx-track-azurecli
1010
---
@@ -18,10 +18,10 @@ ms.custom: devx-track-azurecli
1818

1919
- Take note of your Azure subscription ID. We recommend using a subscription on which you have an [Owner](../../role-based-access-control/built-in-roles.md#owner) role. If you don't have access to one, you can still proceed, but you'll need admin assistance to complete the steps in this article.
2020

21-
- Sign up for the public preview by completing the [onboarding survey](https://aka.ms/AzureContainerStoragePreviewSignUp).
22-
2321
- This article requires version 2.0.64 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 [Quickstart for Bash in Azure Cloud Shell](../../cloud-shell/quickstart.md).
2422

23+
- Optional: We'd like input on how you plan to use Azure Container Storage. Please complete this [short survey](https://aka.ms/AzureContainerStoragePreviewSignUp).
24+
2525
> [!NOTE]
2626
> Instead of following the steps in this article, you can install Azure Container Storage Preview using a provided installation script. See [Quickstart: Use Azure Container Storage Preview with Azure Kubernetes Service](container-storage-aks-quickstart.md).
2727

articles/storage/container-storage/use-container-storage-with-elastic-san.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Configure Azure Container Storage Preview for use with Azure Elasti
44
author: khdownie
55
ms.service: azure-container-storage
66
ms.topic: how-to
7-
ms.date: 07/03/2023
7+
ms.date: 08/14/2023
88
ms.author: kendownie
99
ms.custom: references_regions
1010
---
@@ -20,12 +20,7 @@ ms.custom: references_regions
2020

2121
## Regional availability
2222

23-
Azure Container Storage Preview is only available in the following Azure regions:
24-
25-
- East US
26-
- West Europe
27-
- West US 2
28-
- West US 3
23+
Azure Container Storage Preview is only available in the following Azure regions: East US, East US 2, West US 2, West US 3, South Central US, Southeast Asia, Australia East, West Europe, North Europe, UK South, Sweden Central, and France Central.
2924

3025
## Create a storage pool
3126

articles/storage/container-storage/use-container-storage-with-local-disk.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Configure Azure Container Storage Preview for use with Ephemeral Di
44
author: khdownie
55
ms.service: azure-container-storage
66
ms.topic: how-to
7-
ms.date: 07/03/2023
7+
ms.date: 08/14/2023
88
ms.author: kendownie
99
ms.custom: references_regions
1010
---
@@ -23,12 +23,7 @@ ms.custom: references_regions
2323

2424
## Regional availability
2525

26-
Azure Container Storage Preview is only available in the following Azure regions:
27-
28-
- East US
29-
- West Europe
30-
- West US 2
31-
- West US 3
26+
Azure Container Storage Preview is only available in the following Azure regions: East US, East US 2, West US 2, West US 3, South Central US, Southeast Asia, Australia East, West Europe, North Europe, UK South, Sweden Central, and France Central.
3227

3328
## Create a storage pool
3429

articles/storage/container-storage/use-container-storage-with-managed-disks.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Configure Azure Container Storage Preview for use with Azure manage
44
author: khdownie
55
ms.service: azure-container-storage
66
ms.topic: how-to
7-
ms.date: 07/03/2023
7+
ms.date: 08/14/2023
88
ms.author: kendownie
99
ms.custom: references_regions
1010
---
@@ -20,12 +20,7 @@ ms.custom: references_regions
2020

2121
## Regional availability
2222

23-
Azure Container Storage Preview is only available in the following Azure regions:
24-
25-
- East US
26-
- West Europe
27-
- West US 2
28-
- West US 3
23+
Azure Container Storage Preview is only available in the following Azure regions: East US, East US 2, West US 2, West US 3, South Central US, Southeast Asia, Australia East, West Europe, North Europe, UK South, Sweden Central, and France Central.
2924

3025
## Create a storage pool
3126

0 commit comments

Comments
 (0)