Skip to content

Commit fa928e1

Browse files
committed
Resolving blocking issues.
1 parent aa5dc5b commit fa928e1

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to deploy an Azure Elastic SAN Preview with the Azure por
44
author: roygara
55
ms.service: azure-elastic-san-storage
66
ms.topic: how-to
7-
ms.date: 11/06/2023
7+
ms.date: 11/07/2023
88
ms.author: rogarana
99
ms.custom: references_regions, devx-track-azurepowershell, devx-track-azurecli
1010
---
@@ -18,7 +18,7 @@ This article explains how to deploy and configure an elastic storage area networ
1818
- If you're using Azure PowerShell, install the [latest Azure PowerShell module](/powershell/azure/install-azure-powershell).
1919
- If you're using Azure CLI, install the [latest version](/cli/azure/install-azure-cli).
2020
- Once you've installed the latest version, run `az extension add -n elastic-san` to install the extension for Elastic SAN.
21-
There are no additional registration steps required.
21+
There are no extra registration steps required.
2222

2323
## Limitations
2424

@@ -31,7 +31,7 @@ There are no additional registration steps required.
3131
1. Sign in to the Azure portal and search for **Elastic SAN**.
3232
1. Select **+ Create a new SAN**
3333
1. On the basics page, fill in the appropriate values.
34-
- **Elastic SAN name** must be between 3 and 24 characters long. The name may only contain lowercase letters, numbers, hyphens and underscores, and must begin and end with a letter or a number. Each hyphen and underscore must be preceded and followed by an alphanumeric character.
34+
- **Elastic SAN name** must be between 3 and 24 characters long. The name can only contain lowercase letters, numbers, hyphens and underscores, and must begin and end with a letter or a number. Each hyphen and underscore must be preceded and followed by an alphanumeric character.
3535
For best performance, your SAN should be in the same zone as your VM.
3636

3737
1. Specify the amount of base capacity you require, and any additional capacity, then select next.
@@ -49,7 +49,7 @@ Use one of these sets of sample code to create an Elastic SAN that uses locally
4949
| Placeholder | Description |
5050
|----------------------------------|-------------|
5151
| `<ResourceGroupName>` | The name of the resource group where the resources will be deployed. |
52-
| `<ElasticSanName>` | The name of the Elastic SAN to be created.<br>*The Elastic SAN name must be between 3 and 24 characters long. The name may only contain lowercase letters, numbers, hyphens and underscores, and must begin and end with a letter or a number. Each hyphen and underscore must be preceded and followed by an alphanumeric character.* |
52+
| `<ElasticSanName>` | The name of the Elastic SAN to be created.<br>*The Elastic SAN name must be between 3 and 24 characters long. The name can only contain lowercase letters, numbers, hyphens and underscores, and must begin and end with a letter or a number. Each hyphen and underscore must be preceded and followed by an alphanumeric character.* |
5353
| `<ElasticSanVolumeGroupName>` | The name of the Elastic SAN Volume Group to be created. |
5454
| `<VolumeName>` | The name of the Elastic SAN Volume to be created. |
5555
| `<Location>` | The region where the new resources will be created. |
@@ -94,11 +94,11 @@ Use one of these sets of sample code to create an Elastic SAN that uses locally
9494
| Placeholder | Description |
9595
|----------------------------------|-------------|
9696
| `<ResourceGroupName>` | The name of the resource group where the resources will be deployed. |
97-
| `<ElasticSanName>` | The name of the Elastic SAN to be created.<br>*The Elastic SAN name must be between 3 and 24 characters long. The name may only contain lowercase letters, numbers, hyphens and underscores, and must begin and end with a letter or a number. Each hyphen and underscore must be preceded and followed by an alphanumeric character.* |
97+
| `<ElasticSanName>` | The name of the Elastic SAN to be created.<br>*The Elastic SAN name must be between 3 and 24 characters long. The name can only contain lowercase letters, numbers, hyphens and underscores, and must begin and end with a letter or a number. Each hyphen and underscore must be preceded and followed by an alphanumeric character.* |
9898
| `<ElasticSanVolumeGroupName>` | The name of the Elastic SAN Volume Group to be created. |
9999
| `<VolumeName>` | The name of the Elastic SAN Volume to be created. |
100100
| `<Location>` | The region where the new resources will be created. |
101-
| `<Zone>` | The availability zone where the Elastic SAN will be created.<br> *Specify the same availability zone as the zone that will host your workload.*<br>*Use only if the Elastic SAN will use locally-redundant storage.*<br> *Must be a zone supported in the target location such as `1`, `2`, or `3`.* |
101+
| `<Zone>` | The availability zone where the Elastic SAN will be created.<br> *Specify the same availability zone as the zone that will host your workload.*<br>*Use only if the Elastic SAN uses locally-redundant storage.*<br> *Must be a zone supported in the target location such as `1`, `2`, or `3`.* |
102102

103103
The following command creates an Elastic SAN that uses **locally-redundant** storage.
104104

@@ -140,7 +140,7 @@ Now that you've configured the basic settings and provisioned your storage, you
140140
# [Portal](#tab/azure-portal)
141141

142142
1. Select **+ Create volume group** and name your volume group.
143-
- The name must be between 3 and 63 characters long. The name may only contain lowercase letters, numbers and hyphens, and must begin and end with a letter or a number. Each hyphen must be preceded and followed by an alphanumeric character. The volume group name can't be changed once created.
143+
- The name must be between 3 and 63 characters long. The name can only contain lowercase letters, numbers and hyphens, and must begin and end with a letter or a number. Each hyphen must be preceded and followed by an alphanumeric character. The volume group name can't be changed once created.
144144

145145
1. Select **Next : Volumes**
146146

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: An overview of Azure Elastic SAN Preview, a service that enables yo
44
author: roygara
55
ms.service: azure-elastic-san-storage
66
ms.topic: overview
7-
ms.date: 11/06/2023
7+
ms.date: 11/07/2023
88
ms.author: rogarana
99
ms.custom: ignite-2022
1010
---
@@ -45,25 +45,25 @@ The following diagram illustrates the relationship and mapping of an Azure Elast
4545

4646
When you configure an Elastic SAN, you select the redundancy of the entire SAN and provision storage. The storage you provision determines how much performance your SAN has, and the total capacity that can be distributed to each volume within the SAN.
4747

48-
Your Elastic SAN's name has some requirements. The name may only contain lowercase letters, numbers, hyphens and underscores, and must begin and end with a letter or a number. Each hyphen and underscore must be preceded and followed by an alphanumeric character. The name must be between 3 and 24 characters long.
48+
Your Elastic SAN's name has some requirements. The name can only contain lowercase letters, numbers, hyphens and underscores, and must begin and end with a letter or a number. Each hyphen and underscore must be preceded and followed by an alphanumeric character. The name must be between 3 and 24 characters long.
4949

5050
### Volume groups
5151

5252
Volume groups are management constructs that you use to manage volumes at scale. Any settings or configurations applied to a volume group, such as virtual network rules, are inherited by any volumes associated with that volume group.
5353

54-
Your volume group's name has some requirements. The name may only contain lowercase letters, numbers and hyphens, and must begin and end with a letter or a number. Each hyphen must be preceded and followed by an alphanumeric character. The name must be between 3 and 63 characters long.
54+
Your volume group's name has some requirements. The name can only contain lowercase letters, numbers and hyphens, and must begin and end with a letter or a number. Each hyphen must be preceded and followed by an alphanumeric character. The name must be between 3 and 63 characters long.
5555

5656
### Volumes
5757

5858
You partition the SAN's storage capacity into individual volumes. These individual volumes can be mounted to your clients with iSCSI.
5959

60-
The name of your volume is part of their iSCSI IQN. The name may only contain lowercase letters, numbers, hyphens and underscores, and must begin and end with a letter or a number. Each hyphen and underscore must be preceded and followed by an alphanumeric character. The name must also be between 3 and 63 characters long.
60+
The name of your volume is part of their iSCSI IQN. The name can only contain lowercase letters, numbers, hyphens and underscores, and must begin and end with a letter or a number. Each hyphen and underscore must be preceded and followed by an alphanumeric character. The name must also be between 3 and 63 characters long.
6161

6262
## Support for Azure Storage features
6363

6464
The following table indicates support for Azure Storage features with Azure Elastic SAN.
6565

66-
The status of items in this table may change over time.
66+
The status of items in this table might change over time.
6767

6868
| Storage feature | Supported for Elastic SAN |
6969
|-----------------|---------|

0 commit comments

Comments
 (0)