Skip to content

Commit 15437f8

Browse files
Merge pull request #248219 from roygara/remList
Removing sign up restriction
2 parents 8a4a4a4 + 32b4e86 commit 15437f8

File tree

1 file changed

+2
-41
lines changed

1 file changed

+2
-41
lines changed

articles/storage/elastic-san/elastic-san-create.md

Lines changed: 2 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ description: Learn how to deploy an Azure Elastic SAN (preview) with the Azure p
44
author: roygara
55
ms.service: azure-elastic-san-storage
66
ms.topic: how-to
7-
ms.date: 08/02/2023
7+
ms.date: 08/14/2023
88
ms.author: rogarana
99
ms.custom: references_regions, ignite-2022, devx-track-azurepowershell, devx-track-azurecli
1010
---
1111

1212
# Deploy an Elastic SAN (preview)
1313

14-
This article explains how to deploy and configure an elastic storage area network (SAN).
14+
This article explains how to deploy and configure an elastic storage area network (SAN). If you're interested in Azure Elastic SAN, or have any feedback you'd like to provide, fill out [https://aka.ms/ElasticSANPreviewSignUp](https://aka.ms/ElasticSANPreviewSignUp).
1515

1616
## Prerequisites
1717

@@ -23,45 +23,6 @@ This article explains how to deploy and configure an elastic storage area networ
2323

2424
[!INCLUDE [elastic-san-regions](../../../includes/elastic-san-regions.md)]
2525

26-
## Register for the preview
27-
28-
Sign up for the preview at [https://aka.ms/ElasticSANPreviewSignUp](https://aka.ms/ElasticSANPreviewSignUp).
29-
30-
If your request for access to the preview is approved, register your subscription with Microsoft.ElasticSAN resource provider and the preview feature using the following command:
31-
32-
# [Portal](#tab/azure-portal)
33-
34-
Use either the Azure PowerShell module or the Azure CLI to register your subscription for the preview.
35-
36-
# [PowerShell](#tab/azure-powershell)
37-
38-
```azurepowershell
39-
Register-AzResourceProvider -ProviderNamespace Microsoft.ElasticSan
40-
Register-AzProviderFeature -FeatureName ElasticSanPreviewAccess -ProviderNamespace Microsoft.ElasticSan
41-
```
42-
43-
It may take a few minutes for registration to complete. To confirm that you've registered, use the following command:
44-
45-
```azurepowershell
46-
Get-AzResourceProvider -ProviderNamespace Microsoft.ElasticSan
47-
Get-AzProviderFeature -FeatureName "ElasticSanPreviewAccess" -ProviderNamespace "Microsoft.ElasticSan"
48-
```
49-
50-
# [Azure CLI](#tab/azure-cli)
51-
52-
```azurecli
53-
az provider register --namespace Microsoft.ElasticSan
54-
az feature register --name ElasticSanPreviewAccess --namespace Microsoft.ElasticSan
55-
```
56-
57-
It may take a few minutes for registration to complete. To confirm you've registered, use the following command:
58-
59-
```azurecli
60-
az provider show --namespace Microsoft.ElasticSan
61-
az feature show --name ElasticSanPreviewAccess --namespace Microsoft.ElasticSan
62-
```
63-
---
64-
6526
## Create the SAN
6627

6728
# [Portal](#tab/azure-portal)

0 commit comments

Comments
 (0)