You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/storage/elastic-san/elastic-san-best-practices.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,8 @@ Update the registry settings for iSCSI initiator on Windows.
116
116
|Sets timeout value for WMI requests to 30 seconds |WMIRequestTimeout = 30 seconds |
117
117
|Sets timeout value for link down time to 30 seconds |LinkDownTime = 30 seconds |
118
118
119
-
**Note**: After updating registry settings for optimal performance, you must restart the VM for the changes to take effect. If you don't restart the VM, you will continue to use the default settings.
119
+
> [!NOTE]
120
+
> After updating registry settings for optimal performance, you must restart the VM for the changes to take effect. If you don't restart the VM, you will continue to use the default settings.
120
121
121
122
In cluster configurations, ensure iSCSI initiator names are unique across all nodes that are sharing volumes. In Windows, you can update them via the iSCSI Initiator app.
**Note**: After updating iSCSI configuration files, restart the VM to ensure the new settings are applied.
171
+
> [!NOTE]
172
+
> After updating iSCSI configuration files, restart the VM to ensure the new settings are applied.
171
173
172
174
In cluster configurations, ensure iSCSI initiator names are unique across all nodes that are sharing volumes. In Linux, modify `/etc/iscsi/initiatorname.iscsi` to update the initiator name.
173
175
:::image type="content" source="media/elastic-san-best-practices/update-iscsi-initiator-name-linux.png" alt-text="Screenshot updating the iSCSI Initiator Name on Linux." lightbox="media/elastic-san-best-practices/update-iscsi-initiator-name-linux.png":::
Copy file name to clipboardExpand all lines: articles/storage/elastic-san/elastic-san-configure-service-endpoints.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,14 +69,14 @@ To configure an Azure Storage service endpoint from the virtual network where ac
69
69
Virtual network service endpoints are public and accessible through the internet. You can [Configure virtual network rules](#configure-virtual-network-rules) to control access to your volume group when using storage service endpoints.
70
70
71
71
> [!NOTE]
72
-
> Configuration of rules that grant access to subnets in virtual networks that are part of a different Microsoft Entra tenant are currently supported only through PowerShell, CLI, and REST APIs. These rules can't be configured through the Azure portal. They can only be viewed in the portal.
72
+
> Currenlty, you can only configure rules that grant access to subnets in virtual networks that are part of a different Microsoft Entra tenant through the Azure CLI, Azure PowerShell module, or REST APIs. These rules can't be configured through the Azure portal. They can only be viewed in the portal.
73
73
74
74
### [Portal](#tab/azure-portal)
75
75
76
76
1. Navigate to your virtual network and select **Service Endpoints**.
77
77
1. Select **+ Add**.
78
78
1. On **Add service endpoints**:
79
-
1. For **Service**, select **Microsoft.Storage.Global** to add a [cross-region service endpoint](../common/storage-network-security.md#azure-storage-cross-region-service-endpoints).
79
+
- For **Service**, select **Microsoft.Storage.Global** to add a [cross-region service endpoint](../common/storage-network-security.md#azure-storage-cross-region-service-endpoints).
80
80
81
81
> [!NOTE]
82
82
> You might see **Microsoft.Storage** listed as an available storage service endpoint. That option is for intra-region endpoints which exist for backward compatibility only. Always use cross-region endpoints unless you have a specific reason for using intra-region ones.
@@ -129,7 +129,7 @@ You can manage virtual network rules for volume groups through the Azure portal,
129
129
> [!IMPORTANT]
130
130
> To enable access to your storage account from a virtual network or subnet in another Microsoft Entra tenant, you must use PowerShell or the Azure CLI. The Azure portal doesn't show subnets in other Microsoft Entra tenants.
131
131
>
132
-
> If you delete a subnet that you included in a network rule, you removed it from the network rules for the volume group. If you create a new subnet with the same name, it doesn't have access to the volume group. To grant access, you must explicitly authorize the new subnet in the network rules for the volume group.
132
+
> If you delete a subnet that you included in a network rule, you remove it from the network rules for the volume group. If you create a new subnet with the same name, it doesn't have access to the volume group. To grant access, you must explicitly authorize the new subnet in the network rules for the volume group.
The following script lists information from a particular volume group, enables the service endpoint for Azure Storage on an existing virtual network and subnet, and adds a networking rule for a virtual network and subnet.
173
173
174
174
> [!TIP]
175
-
> To add a rule for a subnet in a virtual network belonging to another Microsoft Entra tenant, use a fully-qualified subnet ID in the form `/subscriptions/\<subscription-ID\>/resourceGroups/\<resourceGroup-Name\>/providers/Microsoft.Network/virtualNetworks/\<vNet-name\>/subnets/\<subnet-name\>`.
175
+
> To add a rule for a subnet in a virtual network belonging to another Microsoft Entra tenant, use a fullyqualified subnet ID in the form `/subscriptions/\<subscription-ID\>/resourceGroups/\<resourceGroup-Name\>/providers/Microsoft.Network/virtualNetworks/\<vNet-name\>/subnets/\<subnet-name\>`.
176
176
>
177
177
> You can use the **subscription** parameter to retrieve the subnet ID for a virtual network belonging to another Microsoft Entra tenant.
Copy file name to clipboardExpand all lines: articles/storage/elastic-san/elastic-san-create.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ This article explains how to deploy and configure an Elastic SAN.
34
34
- **Elastic SAN name** must be between 3 and 24 characters long. The name can only contain lowercase letters, numbers, hyphens, 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.
35
35
For best performance, your SAN should be in the same zone as your VM.
36
36
37
-
1. Specify the amount of base capacity you require, and any additional capacity, then select **next**.
37
+
1. Specify the amount of base capacity you require, and any additional capacity, then select **Next**.
38
38
39
39
Increasing your SAN's base size also increases its IOPS and bandwidth. Increasing additional capacity only increases its total size (base + additional) but doesn't increase IOPS or bandwidth. However, increasing additional capacity is cheaper than increasing base.
0 commit comments