Skip to content

Commit da9ff3c

Browse files
committed
change global service ep to cross-region ep after GA
1 parent 1421e6b commit da9ff3c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,14 @@ When planning for disaster recovery during a regional outage, you should create
7070

7171
Cross-region service endpoints for Azure became generally available in April of 2023. With cross-region service endpoints, subnets will no longer use a public IP address to communicate with any storage account. Instead, all the traffic from subnets to storage accounts will use a private IP address as a source IP. As a result, any storage accounts that use IP network rules to permit traffic from those subnets will no longer have an effect.
7272

73-
To use cross-region service endpoints, it might be necessary to delete existing **Microsoft.Storage** endpoints and recreate them as global (**Microsoft.Storage.Global**).
73+
To use cross-region service endpoints, it might be necessary to delete existing **Microsoft.Storage** endpoints and recreate them as cross-region (**Microsoft.Storage.Global**).
7474

7575
## Managing virtual network rules
7676

77-
You can manage virtual network rules for volume groups through the Azure portal, PowerShell, or CLI.
77+
You can manage virtual network rules for volume groups through the Azure portal, PowerShell, or CLI.
7878

7979
> [!NOTE]
80-
> If you registered the `AllowGlobalTagsForStorage` feature, and you want to enable access to your volumes from a virtual network/subnet in another Azure AD tenant, or in a region other than the region of the SAN or its paired region, then you must use PowerShell or the Azure CLI. The Azure portal does not show subnets in other Azure AD tenants or in regions other than the region of the storage account or its paired region, and hence cannot be used to configure access rules for virtual networks in other regions.
80+
> If you want to enable access to your storage account from a virtual network/subnet in another Azure AD tenant, you must use PowerShell or the Azure CLI. The Azure portal does not show subnets in other Azure AD tenants.
8181
8282
### [Portal](#tab/azure-portal)
8383

0 commit comments

Comments
 (0)