Skip to content

Commit 6480f74

Browse files
Merge pull request #275524 from roygara/portalPrivateEndpoint
Staging private network draft.
2 parents b2cffb4 + 822d040 commit 6480f74

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to configure access to an Azure Elastic SAN.
44
author: roygara
55
ms.service: azure-elastic-san-storage
66
ms.topic: conceptual
7-
ms.date: 02/13/2024
7+
ms.date: 05/29/2024
88
ms.author: rogarana
99
ms.custom: references_regions, devx-track-azurecli, devx-track-azurepowershell
1010
---
@@ -171,11 +171,17 @@ To create a private endpoint for an Elastic SAN volume group, you must have the
171171

172172
If you create the endpoint from a user account that has all of the necessary roles and permissions required for creation and approval, the process can be completed in one step. If not, it requires two separate steps by two different users.
173173

174-
The Elastic SAN and the virtual network could be in different resource groups, regions and subscriptions, including subscriptions that belong to different Microsoft Entra tenants. In these examples, we're creating the private endpoint in the same resource group as the virtual network.
174+
The Elastic SAN and the virtual network could be in different resource groups, regions, and subscriptions, including subscriptions that belong to different Microsoft Entra tenants. In these examples, we're creating the private endpoint in the same resource group as the virtual network.
175175

176176
# [Portal](#tab/azure-portal)
177177

178-
Currently, you can only configure a private endpoint using PowerShell or the Azure CLI.
178+
You can create a private endpoint connection to your volume group in the Azure portal either when you create a volume group or when modifying an existing volume group. You need an existing virtual network to create a private endpoint.
179+
180+
When creating or modifying a volume group, select **Networking**, then select **+ Create a private endpoint** under **Private endpoint connections**.
181+
182+
Fill out the values in the menu that pops up, select the virtual network and the subnet that your applications will use to connect. When you're done, select **Add**, and **Save**.
183+
184+
:::image type="content" source="media/elastic-san-create/elastic-san-private-endpoint.png" alt-text="Screenshot of the volume group private endpoint creation experience." lightbox="media/elastic-san-create/elastic-san-private-endpoint.png":::
179185

180186
# [PowerShell](#tab/azure-powershell)
181187

100 KB
Loading

0 commit comments

Comments
 (0)