Skip to content

Commit e2db685

Browse files
committed
minor fixes
1 parent 0655cf1 commit e2db685

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

articles/storage/common/storage-network-security.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: storage
55
author: jimmart-dev
66
ms.service: storage
77
ms.topic: how-to
8-
ms.date: 04/08/2023
8+
ms.date: 04/09/2023
99
ms.author: jammart
1010
ms.reviewer: santoshc
1111
ms.subservice: common
@@ -151,11 +151,11 @@ Configuring service endpoints between virtual networks and service instances in
151151
152152
When planning for disaster recovery during a regional outage, you should create the VNets in the paired region in advance. Enable service endpoints for Azure Storage, with network rules granting access from these alternative virtual networks. Then apply these rules to your geo-redundant storage accounts.
153153
154-
#### About global service endpoints for Azure Storage
154+
#### Azure Storage global service endpoints
155155
156-
Global service endpoints for Azure became generally available in April of 2023. With global 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.
156+
Global service endpoints for Azure became generally available in April of 2023. With global 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.
157157
158-
To use global service endpoints, it might be necessary to delete existing **Microsoft.Storage** endpoints and recreate them as global ones (**Microsoft.Storage.Global**).
158+
To use global service endpoints, it might be necessary to delete existing **Microsoft.Storage** endpoints and recreate them as global (**Microsoft.Storage.Global**).
159159
160160
### Managing virtual network rules
161161

articles/virtual-network/virtual-network-service-endpoints-overview.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: asudbring
77
ms.service: virtual-network
88
ms.topic: conceptual
99
ms.workload: infrastructure-services
10-
ms.date: 04/08/2023
10+
ms.date: 04/09/2023
1111
ms.author: allensu
1212
ms.custom:
1313
---
@@ -24,6 +24,7 @@ Service endpoints are available for the following Azure services and regions. Th
2424
**Generally available**
2525

2626
- **[Azure Storage](../storage/common/storage-network-security.md?toc=%2fazure%2fvirtual-network%2ftoc.json#grant-access-from-a-virtual-network)** (*Microsoft.Storage*): Generally available in all Azure regions.
27+
- **[Azure Storage global service endpoints](../storage/common/storage-network-security.md?toc=%2fazure%2fvirtual-network%2ftoc.json#azure-storage-global-service-endpoints)** (*Microsoft.Storage.Global*): Generally available in all Azure regions.
2728
- **[Azure SQL Database](/azure/azure-sql/database/vnet-service-endpoint-rule-overview?toc=%2fazure%2fvirtual-network%2ftoc.json)** (*Microsoft.Sql*): Generally available in all Azure regions.
2829
- **[Azure Synapse Analytics](/azure/azure-sql/database/vnet-service-endpoint-rule-overview?toc=%2fazure%2fvirtual-network%2ftoc.json)** (*Microsoft.Sql*): Generally available in all Azure regions for dedicated SQL pools (formerly SQL DW).
2930
- **[Azure Database for PostgreSQL server](../postgresql/howto-manage-vnet-using-portal.md?toc=%2fazure%2fvirtual-network%2ftoc.json)** (*Microsoft.Sql*): Generally available in Azure regions where database service is available.

0 commit comments

Comments
 (0)