Skip to content

Commit 7690247

Browse files
committed
Wording tweaks
1 parent 5130fc9 commit 7690247

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/storage/common/storage-failover-private-endpoints.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ For connections from a data center, a VPN connection would be made to the hub ne
4545

4646
This architecture uses functionality of private endpoints that may not be commonly encountered when doing single region deployments.
4747

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.
4949

5050
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.
5151

@@ -57,7 +57,7 @@ It's common to use private endpoints located in the same region to reduce costs.
5757

5858
### Cross Region Traffic Costs
5959

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/).
6161

6262
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).
6363

@@ -129,7 +129,7 @@ In it, both services can communicate to the storage account through their region
129129

130130
If there's a regional outage, the load balancing front end should redirect all application traffic to the active region.
131131

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.
133133

134134
While both regions are healthy, the service operates as illustrated:
135135

0 commit comments

Comments
 (0)