You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-vmware/configure-azure-elastic-san.md
+25-17Lines changed: 25 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
---
2
2
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.
4
4
ms.topic: how-to
5
5
ms.service: azure-vmware
6
6
ms.author: v-suzuber
7
-
ms.date: 12/22/2023
7
+
ms.date: 3/22/2024
8
8
ms.custom: references_regions, engagement-fy23
9
9
---
10
10
@@ -19,25 +19,27 @@ Azure Elastic storage area network (SAN) addresses the problem of workload optim
19
19
The following prerequisites are required to continue.
20
20
21
21
- 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).
35
23
- Know the availability zone your private cloud is in.
36
24
- In the UI, select an Azure VMware Solution host.
37
25
> [!NOTE]
38
26
> The host exposes its Availability Zone. You should use that AZ when deploying other Azure resources for the same subscription.
39
27
- 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
+
41
43
42
44
## Set up Elastic SAN
43
45
@@ -54,12 +56,14 @@ In this section, you create a virtual network for your Elastic SAN. Then you cre
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.
63
67
64
68
## Configure external storage address block
65
69
@@ -76,6 +80,10 @@ After you provide an External storage address block, you can connect to an Elast
76
80
77
81
## Connect Elastic SAN
78
82
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
+
79
87
1. From the left navigation in your Azure VMware Solution private cloud, select **Storage**, then **+ Connect Elastic SAN**.
80
88
1. Select your **Subscription**, **Resource**, **Volume Group**, **Volume(s)**, and **Client cluster**.
81
89
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