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/common/storage-failover-private-endpoints.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ For connections from a data center, a VPN connection would be made to the hub ne
45
45
46
46
This architecture uses functionality of private endpoints that may not be commonly encountered when doing single region deployments.
47
47
48
-
First, an individual service can have multiple private endpoints attached to it. For example, a storage account could have a private endpoint for its blob containers located in multiple different virtual networks, and each one will function independently.
48
+
First, an individual service can have multiple private endpoints attached to it. For example, a storage account could have a private endpoint for its blob containers located in multiple different virtual networks, and each one functions independently.
49
49
50
50
However, this pattern isn't used often in hub and spoke scenarios because a private DNS zone can only have one record for a private endpoint. If you register your first private endpoint to your private DNS zone, other private endpoints would need to use other zones.
51
51
@@ -57,7 +57,7 @@ It's common to use private endpoints located in the same region to reduce costs.
57
57
58
58
### Cross Region Traffic Costs
59
59
60
-
There are costs associated with having private endpoints in multiple regions. First, there's a cost per private endpoint. The above design would have two endpoints, and so would be charged twice. In addition there's a cost for sending the traffic between regions. For more information about private endpoint costs, see [Azure Private Link pricing](https://azure.microsoft.com/pricing/details/private-link/).
60
+
There are costs associated with having private endpoints in multiple regions. First, there's a cost per private endpoint. The above design would have two endpoints, and so would be charged twice. In addition, there's a cost for sending the traffic between regions. For more information about private endpoint costs, see [Azure Private Link pricing](https://azure.microsoft.com/pricing/details/private-link/).
61
61
62
62
Global virtual network peering is a service that connects virtual networks in multiple regions. It also has a data transfer cost between regions. This cost depends on the zone your networks are in. For more information about network costs, see [Virtual Network pricing](https://azure.microsoft.com/pricing/details/virtual-network).
63
63
@@ -129,7 +129,7 @@ In it, both services can communicate to the storage account through their region
129
129
130
130
If there's a regional outage, the load balancing front end should redirect all application traffic to the active region.
131
131
132
-
For connectivity from on-premises data center locations, if the outage impacts a region's DNS or storage account, then conditional forwarders from the data center need to be set to regions that are still available. This change will not impact Azure services.
132
+
For connectivity from on-premises data center locations, if the outage impacts a region's DNS or storage account, then conditional forwarders from the data center need to be set to regions that are still available. This change doesn't impact Azure services.
133
133
134
134
While both regions are healthy, the service operates as illustrated:
0 commit comments