Skip to content

Commit 3accd2e

Browse files
Merge pull request #249167 from adarshv98/adarshv98-patch-1-2
Elastic SAN Documentation Updates on PR, PE, and Delete
2 parents a2f79e6 + 06ef396 commit 3accd2e

File tree

5 files changed

+15
-13
lines changed

5 files changed

+15
-13
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,11 @@ This article explains how to deploy and configure an elastic storage area networ
2020
- Once you've installed the latest version, run `az extension add -n elastic-san` to install the extension for Elastic SAN.
2121

2222

23-
## Register for the preview
23+
## Preview Registration
2424
Register your subscription with Microsoft.ElasticSAN resource provider and the preview feature using the following command:
2525

2626
# [Portal](#tab/azure-portal)
27-
28-
Use either the Azure PowerShell module or the Azure CLI to register your subscription for the preview.
27+
If you are using the portal, follow the steps in either the Azure PowerShell module or the Azure CLI to register your subscription for the preview.
2928

3029
# [PowerShell](#tab/azure-powershell)
3130

@@ -55,6 +54,8 @@ az provider show --namespace Microsoft.ElasticSan
5554
az feature show --name ElasticSanPreviewAccess --namespace Microsoft.ElasticSan
5655
```
5756
---
57+
> [!IMPORTANT]
58+
> If you are using PowerShell or CLI, you don't need to run this command. Skip this step and proceed to deploy an Elastic SAN.
5859
5960
## Limitations
6061

@@ -212,7 +213,7 @@ The following sample command creates a single volume in the Elastic SAN volume g
212213
> [!IMPORTANT]
213214
> The volume name is part of your volume's iSCSI Qualified Name, and can't be changed once created.
214215
215-
Use the same variables you set for , then run the following script:
216+
Use the same variables, then run the following script:
216217

217218
```azurepowershell
218219
# Create the volume, this command only creates one.

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.custom: ignite-2022, devx-track-azurecli, devx-track-azurepowershell
1111

1212
# Delete an Elastic SAN Preview
1313

14-
To delete an elastic storage area network (SAN), you first need to disconnect every volume in your Elastic SAN Preview from any connected hosts.
14+
Your Elastic storage area network (SAN) resources can be deleted at different resource levels. This article covers the overall deletion process, starting from disconnecting iSCSI connections to volumes, deleting the volumes themselves, deleting a volume group, and deleting an elastic SAN itself. Before you delete your elastic SAN, make sure it's not being used in any running workloads.
1515

1616
## Disconnect volumes from clients
1717

@@ -62,9 +62,10 @@ iscsiadm --mode node --target **yourStorageTargetIQN** --portal **yourStorageTar
6262

6363
## Delete a SAN
6464

65-
When your SAN has no active connections to any clients, you may delete it using the Azure portal or Azure PowerShell module.
65+
When your SAN has no active connections to any clients, you may delete it using the Azure portal or Azure PowerShell module. If you delete a SAN or a volume group, the corresponding child resources will be deleted along with it. The delete commands for each of the resource levels are below.
6666

67-
First, delete each volume.
67+
68+
To delete volumes, run the following commands.
6869

6970
# [PowerShell](#tab/azure-powershell)
7071

@@ -79,7 +80,7 @@ az elastic-san volume delete -e $sanName -g $resourceGroupName -v $volumeGroupNa
7980
```
8081
---
8182

82-
Then, delete each volume group.
83+
To delete volume groups, run the following commands.
8384

8485
# [PowerShell](#tab/azure-powershell)
8586

@@ -94,7 +95,7 @@ az elastic-san volume-group delete -e $sanName -g $resourceGroupName -n $volumeG
9495
```
9596
---
9697

97-
Finally, delete the Elastic SAN itself.
98+
To delete the Elastic SAN itself, run the following commands.
9899

99100
# [PowerShell](#tab/azure-powershell)
100101

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ After configuring endpoints, you can configure network rules to further control
4040
## Private endpoints
4141

4242
> [!IMPORTANT]
43-
> Private endpoints for Elastic SAN Preview are currently only supported in France Central.
43+
> Private endpoints for Elastic SAN Preview are supported in all regions that Elastic SAN is available in if you deploy with [locally-redundant storage (LRS)](elastic-san-planning.md#redundancy) as their redundancy option. Private endpoints aren't currently supported Elastic SANs deployed using [zone-redundant storage (ZRS)](elastic-san-planning.md#redundancy) as their redundancy option.
4444
4545
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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ az network vnet subnet update --resource-group $RgName --vnet-name $VnetName --n
9999
### Configure a private endpoint
100100

101101
> [!IMPORTANT]
102-
> - Private endpoints for Elastic SAN Preview are currently only supported in France Central.
102+
> - Private endpoints for Elastic SAN Preview are supported in all regions that Elastic SAN is available in if you deploy with [locally-redundant storage (LRS)](elastic-san-planning.md#redundancy) as their redundancy option. Private endpoints aren't currently supported Elastic SANs deployed using [zone-redundant storage (ZRS)](elastic-san-planning.md#redundancy) as their redundancy option.
103103
>
104104
> - Before you can create a private endpoint connection to a volume group, it must contain at least one volume.
105105

articles/storage/elastic-san/elastic-san-shared-volumes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ See [Support for Azure Storage features](elastic-san-introduction.md#support-for
2626

2727
## Regional availability
2828

29-
Currently, only Elastic SAN volumes in France Central can be used as shared volumes.
29+
All regions that Elastic SAN is available in can use shared volumes.
3030

3131
## How it works
3232

@@ -99,4 +99,4 @@ You also need to provide a persistent-reservation-key when using:
9999
- PR_REGISTER_KEY
100100
- PR_PREEMPT_RESERVATION
101101
- PR_CLEAR_RESERVATION
102-
- PR_RELEASE-RESERVATION.
102+
- PR_RELEASE-RESERVATION.

0 commit comments

Comments
 (0)