Skip to content

Commit bfcb097

Browse files
Merge pull request #270021 from suzuber/suzuber/update-azure-elastic-san
Update configure-azure-elastic-san.md
2 parents 7d8aefd + 95c71d9 commit bfcb097

File tree

1 file changed

+25
-17
lines changed

1 file changed

+25
-17
lines changed

articles/azure-vmware/configure-azure-elastic-san.md

Lines changed: 25 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: Use Azure VMware Solution with Azure Elastic SAN
3-
description: Learn how to use Elastic SAN with Azure VMware Solution
3+
description: Learn how to use Elastic SAN with Azure VMware Solution.
44
ms.topic: how-to
55
ms.service: azure-vmware
66
ms.author: v-suzuber
7-
ms.date: 12/22/2023
7+
ms.date: 3/22/2024
88
ms.custom: references_regions, engagement-fy23
99
---
1010

@@ -19,25 +19,27 @@ Azure Elastic storage area network (SAN) addresses the problem of workload optim
1919
The following prerequisites are required to continue.
2020

2121
- Register for the preview by filling out the [form](https://forms.office.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbR8FVh9RJVPdOk_mdTpp--pZUN0RKUklROEc4UE1RRFpRMkhNVFAySTM1TC4u).
22-
- Verify you have a Dev/Test private cloud set up in one of the following regions:
23-
- East US
24-
- East US 2
25-
- South Central US
26-
- West US 2
27-
- West US 3
28-
- North Europe
29-
- West Europe
30-
- UK South
31-
- France Central
32-
- Sweden Central
33-
- Southeast Asia
34-
- Australia East
22+
- Verify you have a Dev/Test private cloud in a [region that Elastic SAN is available in](../storage/elastic-san/elastic-san-create.md).
3523
- Know the availability zone your private cloud is in.
3624
- In the UI, select an Azure VMware Solution host.
3725
> [!NOTE]
3826
> The host exposes its Availability Zone. You should use that AZ when deploying other Azure resources for the same subscription.
3927
- You have permission to set up new resources in the subscription your private cloud is in.
40-
- Verify that you received an email confirmation that your subscription is now allowlisted.
28+
29+
## Set preview feature flags
30+
31+
To use ElasticSAN with Azure VMware Solution, you need to set three feature flags on your subscription:
32+
33+
- earlyAccess
34+
- iSCSIMultipath
35+
- ElasticSanDatastore
36+
37+
Setting a feature flag can be done in the subscription overview page in the Azure portal.
38+
39+
1. Under the **Settings** section, select **Preview features**.
40+
1. On the **Preview features** page, use the search bar to find the feature flags you need to register. Once found, select the feature flag you want to register and select **Register** at the top.
41+
1. Verify the **State** of the feature is changed to **Registered** with a green checkmark.
42+
4143

4244
## Set up Elastic SAN
4345

@@ -54,12 +56,14 @@ In this section, you create a virtual network for your Elastic SAN. Then you cre
5456
- [PowerShell](/azure/storage/elastic-san/elastic-san-create?tabs=azure-powershell)
5557
- [Azure CLI](/azure/storage/elastic-san/elastic-san-create?tabs=azure-cli)
5658
1. Use one of the following instructions to configure a Private Endpoint (PE) for your Elastic SAN:
59+
> [!IMPORTANT]
60+
> You must have a Private Endpoint set up for your dedicated volume group to be able to connect your SDDC to the Elastic SAN.
5761
- [PowerShell](/azure/storage/elastic-san/elastic-san-networking?tabs=azure-powershell#configure-a-private-endpoint)
5862
- [Azure CLI](/azure/storage/elastic-san/elastic-san-networking?tabs=azure-cli#tabpanel_2_azure-cli)
5963

6064
## Add an Elastic SAN volume as a datastore
6165

62-
After you receive confirmation that your subscription is allowlisted, you can use the Azure portal to add the Elastic SAN volume as a datastore in your private cloud. Use the following steps to add, connect, disconnect, and delete Elastic SAN.
66+
Once all three feature flags (earlyAccess, iSCSIMultipath, ElasticSanDatastore) are set on your subscription, you can use the Azure portal to add the Elastic SAN volume as a datastore in your private cloud. Use the steps in [configure external storage address block](#configure-external-storage-address-block) to add, connect, disconnect, and delete Elastic SAN.
6367

6468
## Configure external storage address block
6569

@@ -76,6 +80,10 @@ After you provide an External storage address block, you can connect to an Elast
7680

7781
## Connect Elastic SAN
7882

83+
First, you need to connect your SDDC express route with the private endpoint you set up for your Elastic SAN volume group. Instructions on how to establish this connection can be found in the Tutorial, [Configure networking for your VMware private cloud in Azure](../azure-vmware/tutorial-configure-networking.md).
84+
85+
Once your SDDC express route is connected with the private endpoint for your Elastic SAN volume group, use the following steps to connect the volume to your SDDC:
86+
7987
1. From the left navigation in your Azure VMware Solution private cloud, select **Storage**, then **+ Connect Elastic SAN**.
8088
1. Select your **Subscription**, **Resource**, **Volume Group**, **Volume(s)**, and **Client cluster**.
8189
1. From section, "Rename datastore as per VMware requirements", under **Volume name** > **Data store name**, give names to the Elastic SAN volumes.

0 commit comments

Comments
 (0)