Skip to content

Commit 36d43e5

Browse files
author
Jill Grant
authored
Merge pull request #257954 from suzuber/suzuber/new-configure-azure-elastic-san
Create configure-azure-elastic-san
2 parents d722995 + fe0a703 commit 36d43e5

File tree

3 files changed

+97
-0
lines changed

3 files changed

+97
-0
lines changed
Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
---
2+
title: Configure Azure Elastic SAN (Preview)
3+
description: Learn how to use Elastic SAN with Azure VMware Solution
4+
ms.topic: how-to
5+
ms.service: azure-vmware
6+
ms.author: v-suzuber
7+
ms.date: 11/07/2023
8+
ms.custom: references_regions
9+
---
10+
11+
# Configure Azure Elastic SAN (Preview)
12+
13+
In this article, learn how to configure Azure Elastic SAN or delete an Elastic SAN-based datastore.
14+
15+
## What is Azure Elastic SAN
16+
17+
[Azure Elastic storage area network](https://review.learn.microsoft.com/azure/storage/elastic-san/elastic-san-introduction?branch=main) (SAN) addresses the problem of workload optimization and integration between your large scale databases and performance-intensive mission-critical applications. Azure Elastic SAN is a fully integrated solution that simplifies deploying, scaling, managing, and configuring a SAN. Azure Elastic SAN also offers built-in cloud capabilities, like high availability.
18+
19+
[Azure VMware Solution](https://learn.microsoft.com/azure/azure-vmware/introduction) supports attaching iSCSI datastores as a persistent storage option. You can create Virtual Machine File System (VMFS) datastores with Azure Elastic SAN volumes and attach them to clusters of your choice. By using VMFS datastores backed by Azure Elastic SAN, you can expand your storage instead of scaling the clusters.
20+
21+
## Prerequisites
22+
23+
The following prerequisites are required to continue.
24+
25+
- Register for the preview by filling out the [form](https://forms.office.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbR8FVh9RJVPdOk_mdTpp--pZUN0RKUklROEc4UE1RRFpRMkhNVFAySTM1TC4u).
26+
- Verify you have a Dev/Test SDDC set up in one of the following regions:
27+
- East US
28+
- East US 2
29+
- South Central US
30+
- West US 2
31+
- West US 3
32+
- North Europe
33+
- West Europe
34+
- UK South
35+
- France Central
36+
- Sweden Central
37+
- Southeast Asia
38+
- Australia East
39+
- Know the availability zone your SCCD is in.
40+
- In the UI, select an Azure VMware Solution host.
41+
> [!NOTE]
42+
> The host exposes its Availability Zone. You should use that AZ when deploying other Azure resources for the same subscription.
43+
- You have permission to set up new resources in the subscription your SDDC is in.
44+
- Verify that you received an email confirmation that your subscription is now allowlisted.
45+
46+
## Set up Elastic SAN
47+
48+
In this section, you create a virtual network for your Elastic SAN. Then you create the Elastic SAN that includes creating at least one volume group and one volume that becomes your VMFS datastore. Next, you set up a Private Endpoint for your Elastic SAN that allows your SDDC to connect to the Elastic SAN volume. Then you're ready to add an Elastic SAN volume as a datastore in your SDDC.
49+
50+
1. Use one of the following instruction options to set up a dedicated virtual network for your Elastic SAN:
51+
- [Azure portal](https://learn.microsoft.com/azure/virtual-network/quick-create-portal)
52+
- [PowerShell](https://learn.microsoft.com/azure/virtual-network/quick-create-powershell)
53+
- [Azure CLI](https://learn.microsoft.com/azure/virtual-network/quick-create-cli)
54+
2. Use one of the following instruction options to set up an Elastic SAN, your dedicated volume group, and initial volume in that group:
55+
> [!IMPORTANT]
56+
> Make sure to create this Elastic SAN in the same region and availability zone as your SDDC for best performance.
57+
- [Azure portal](https://learn.microsoft.com/azure/storage/elastic-san/elastic-san-create?tabs=azure-portal)
58+
- [PowerShell](https://learn.microsoft.com/azure/storage/elastic-san/elastic-san-create?tabs=azure-powershell)
59+
- [Azure CLI](https://learn.microsoft.com/azure/storage/elastic-san/elastic-san-create?tabs=azure-cli)
60+
3. Use one of the following instructions to configure a Private Endpoint (PE) for your Elastic SAN:
61+
- [PowerShell](https://learn.microsoft.com/azure/storage/elastic-san/elastic-san-networking?tabs=azure-powershell#configure-a-private-endpoint)
62+
- [Azure CLI](https://learn.microsoft.com/azure/storage/elastic-san/elastic-san-networking?tabs=azure-cli#tabpanel_2_azure-cli)
63+
64+
## Add an Elastic SAN volume as a datastore
65+
66+
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 SDDC. Use the following steps to add, connect, disconnect, and delete Elastic SAN.
67+
68+
## Configure external storage address block
69+
70+
Start by providing an IP block for deploying external storage. Navigate to the **Storage** tab in your Azure VMware Solution private cloud in the Azure portal. The address block should be a /24 network.
71+
72+
:::image type="content" source="media/configure-azure-elastic-san/configure-external-storage-address-block.png" alt-text="Screenshot showing External storage address block tab." border="false"lightbox="media/configure-azure-elastic-san/configure-external-storage-address-block.png":::
73+
74+
- The address block must be unique and not overlap with the /22 used to create your Azure VMware Solution private cloud or any other connected Azure virtual networks or on-premises network.
75+
- The address block must fall within the following allowed network blocks: 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16. If you want to use a non-RFC 1918 address block, submit a support request.
76+
- The address block can't overlap any of the following restricted network blocks: 100.72.0.0/15
77+
- The address block provided is used to enable multipathing from the ESXi hosts to the target, it can’t be edited or changed. If you do need to change it, submit a support request.
78+
79+
After you provide an External storage address block, you can connect to an Elastic SAN volume from the same page.
80+
81+
## Connect Elastic SAN
82+
83+
1. From the left navigation in your Azure VMware Solution private cloud, select **Storage**, then **+ Connect Elastic SAN**.
84+
2. Select your **Subscription**, **Resource**, **Volume Group**, **Volume(s)**, and **Client cluster**.
85+
3. From section, "Rename datastore as per VMware requirements", under **Volume name** > **Data store name**, give names to the Elastic SAN volumes.
86+
> [!NOTE]
87+
> For best performance, verify that your Elastic SAN volume and SDDC are in the same Region and Availability Zone.
88+
89+
## Disconnect and delete an Elastic SAN-based datastore
90+
91+
To delete the Elastic SAN-based datastore, use the following steps from the Azure portal.
92+
93+
1. From the left navigation in your Azure VMware Solution private cloud, select **Storage**, then **Storage list**.
94+
2. Under **Virtual network**, select **Disconnect** to disconnect the datastore from the Cluster(s).
95+
3. Optionally you can delete the volume you previously created in your Elastic SAN.
138 KB
Loading

articles/azure-vmware/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@ items:
163163
href: configure-storage-policy.md
164164
- name: Configure vSAN
165165
href: configure-vsan.md
166+
- name: Configure Azure Elastic SAN
167+
href: configure-azure-elastic-san.md
166168
- name: Configure VMware syslogs
167169
href: configure-vmware-syslogs.md
168170
- name: Configure Windows Server Failover Cluster

0 commit comments

Comments
 (0)