Skip to content

Commit f3435ca

Browse files
committed
Removing portal, updating dates.
1 parent fd3bac3 commit f3435ca

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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: 11/06/2023
7+
ms.date: 11/29/2023
88
ms.author: rogarana
99
ms.custom: references_regions
1010
---

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

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to configure access to an Azure Elastic SAN Preview.
44
author: roygara
55
ms.service: azure-elastic-san-storage
66
ms.topic: conceptual
7-
ms.date: 11/06/2023
7+
ms.date: 11/29/2023
88
ms.author: rogarana
99
ms.custom: references_regions, devx-track-azurecli, devx-track-azurepowershell
1010
---
@@ -37,17 +37,11 @@ There are no extra registration steps required.
3737

3838
You enable public Internet access to your Elastic SAN endpoints at the SAN level. Enabling public network access for an Elastic SAN allows you to configure public access to individual volume groups over storage service endpoints. By default, public access to individual volume groups is denied even if you allow it at the SAN level. You must explicitly configure your volume groups to permit access from specific IP address ranges and virtual network subnets.
3939

40-
You can enable public network access when you create an elastic SAN, or enable it for an existing SAN using the Azure portal, PowerShell, or the Azure CLI.
40+
You can enable public network access when you create an elastic SAN, or enable it for an existing SAN using the Azure PowerShell module or the Azure CLI.
4141

4242
# [Portal](#tab/azure-portal)
4343

44-
To enable public network access when you create a new Elastic SAN, proceed through the deployment. On the **Networking** tab, select **Enable from virtual networks** as shown in this image:
45-
46-
:::image type="content" source="media/elastic-san-networking/elastic-san-public-network-access-create-san.png" alt-text="Screenshot showing how to enable public network access during creation of a new Elastic SAN." lightbox="media/elastic-san-networking/elastic-san-public-network-access-create-san.png":::
47-
48-
To enable it for an existing Elastic SAN, navigate to **Networking** under **Settings** for the Elastic SAN then select **Enable public access from selected virtual networks** as shown in this image:
49-
50-
:::image type="content" source="media/elastic-san-networking/elastic-san-public-network-access-update-san.png" alt-text="Screenshot showing how to enable public network access for an existing Elastic SAN." lightbox="media/elastic-san-networking/elastic-san-public-network-access-update-san.png":::
44+
Use the Azure PowerShell module or the Azure CLI to enable public network access.
5145

5246
# [PowerShell](#tab/azure-powershell)
5347

@@ -75,7 +69,7 @@ $NewEsanArguments = @{
7569
ExtendedCapacitySizeTiB = $ExtendedSize
7670
Location = $Location
7771
SkuName = $SkuName
78-
PublicNetworkAccess = Enabled
72+
PublicNetworkAccess = "Enabled"
7973
}
8074
# Create the Elastic San.
8175
New-AzElasticSan @NewEsanArguments

0 commit comments

Comments
 (0)