Skip to content

Commit 6170915

Browse files
Merge pull request #251340 from khdownie/patch-1
Update install-container-storage-aks.md
2 parents 80f153d + dbdb25f commit 6170915

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,7 @@ An Azure resource group is a logical group that holds your Azure resources that
5151
* The storage location of your resource group metadata.
5252
* Where your resources will run in Azure if you don't specify another region during resource creation.
5353

54-
> [!IMPORTANT]
55-
> Azure Container Storage Preview is only available in *eastus*, *westus2*, *westus3*, and *westeurope* regions.
56-
57-
Create a resource group using the `az group create` command. Replace `<resource-group-name>` with the name of the resource group you want to create, and replace `<location>` with *eastus*, *westus2*, *westus3*, or *westeurope*.
54+
Create a resource group using the `az group create` command. Replace `<resource-group-name>` with the name of the resource group you want to create, and replace `<location>` with an Azure region such as *eastus*, *westus2*, *westus3*, or *westeurope*.
5855

5956
```azurecli-interactive
6057
az group create --name <resource-group-name> --location <location>

0 commit comments

Comments
 (0)