Skip to content

Commit 3d8457f

Browse files
Merge pull request #248492 from jimmart-dev/jammart-storage-elasticsan-private-endpoints-regions
storage elastic san private endpoint region support
2 parents 83d1e1b + 6b95c67 commit 3d8457f

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: An overview of Azure Elastic SAN Preview networking options, includ
44
author: roygara
55
ms.service: azure-elastic-san-storage
66
ms.topic: conceptual
7-
ms.date: 08/01/2023
7+
ms.date: 08/16/2023
88
ms.author: rogarana
9-
ms.custom:
9+
ms.custom: references_regions
1010
---
1111

1212
# Elastic SAN Preview networking
@@ -39,10 +39,10 @@ After configuring endpoints, you can configure network rules to further control
3939
4040
## Private endpoints
4141

42-
Azure [Private Link](../../private-link/private-link-overview.md) enables you to access an Elastic SAN volume group securely over a [private endpoint](../../private-link/private-endpoint-overview.md) from a virtual network subnet. Private endpoints use a separate set of IP addresses from the subnet address space for each volume group. Traffic between your virtual network and the service traverses the Microsoft backbone network, eliminating the risk of exposing your service to the public internet.
42+
> [!IMPORTANT]
43+
> Private endpoints for Elastic SAN Preview are currently only supported in France Central.
4344
44-
> [!NOTE]
45-
> An Elastic SAN private endpoint uses multiple IP addresses from the private address space of the subnet. The maximum number used per endpoint is 20.
45+
Azure [Private Link](../../private-link/private-link-overview.md) enables you to access an Elastic SAN volume group securely over a [private endpoint](../../private-link/private-endpoint-overview.md) from a virtual network subnet. Traffic between your virtual network and the service traverses the Microsoft backbone network, eliminating the risk of exposing your service to the public internet. An Elastic SAN private endpoint uses a set of IP addresses from the subnet address space for each volume group. The maximum number used per endpoint is 20.
4646

4747
Private endpoints have several advantages over service endpoints. For a complete comparison of private endpoints to service endpoints, see [Compare Private Endpoints and Service Endpoints](../../virtual-network/vnet-integration-for-azure-services.md#compare-private-endpoints-and-service-endpoints).
4848

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: azure-elastic-san-storage
66
ms.topic: how-to
77
ms.date: 08/16/2023
88
ms.author: rogarana
9-
ms.custom: ignite-2022, devx-track-azurepowershell
9+
ms.custom: ignite-2022, devx-track-azurepowershell, references_regions
1010
---
1111

1212
# Configure networking for an Elastic SAN Preview
@@ -99,7 +99,9 @@ az network vnet subnet update --resource-group $RgName --vnet-name $VnetName --n
9999
### Configure a private endpoint
100100

101101
> [!IMPORTANT]
102-
> Before you can create a private endpoint connection to a volume group, it must contain at least one volume.
102+
> - Private endpoints for Elastic SAN Preview are currently only supported in France Central.
103+
>
104+
> - Before you can create a private endpoint connection to a volume group, it must contain at least one volume.
103105
104106
There are two steps involved in configuring a private endpoint connection:
105107

0 commit comments

Comments
 (0)