Skip to content

Commit 0063771

Browse files
authored
Merge pull request #262044 from MicrosoftDocs/main
12/28/2023 PM Publish
2 parents 5061b30 + b318b05 commit 0063771

12 files changed

+99
-65
lines changed

articles/ddos-protection/ddos-switch-ddos-protection-tier.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ You can switch from Network Protection to IP Protection using the Azure portal.
6161
The DDoS protection plan must be disassociated from the protected resources before you can delete the plan.
6262

6363
>[!WARNING]
64-
>To maintain DDoS Protection during migration, ensure IP protection is enabled on all pubic IPs protected by Network Protection.
64+
>To maintain DDoS Protection during migration, ensure IP protection is enabled on all public IPs protected by Network Protection.
6565
6666
1. In the search box at the top of the portal, enter **DDoS protection plans**. Select your DDoS protection plan.
6767
1. In the **Settings** page, select the **Protected Resources** tab, then select the **Dissociate** icon next to the virtual network that contains the resources you are protecting. When prompted, select **Yes** to confirm.

articles/ddos-protection/manage-ddos-protection-powershell-ip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ $publicIp = Get-AzPublicIpAddress -Name myStandardPublicIP -ResourceGroupName My
6969
#Checks the status of the public IP address
7070
$protectionMode = $publicIp.DdosSettings.ProtectionMode
7171
72-
#Returns the status of the pubic IP address
72+
#Returns the status of the public IP address
7373
$protectionMode
7474
7575
```

articles/expressroute/expressroute-connectivity-models.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ services: expressroute
55
author: duongau
66
ms.service: expressroute
77
ms.topic: conceptual
8-
ms.date: 10/31/2022
8+
ms.date: 12/28/2023
99
ms.author: duau
1010
---
1111

1212
# ExpressRoute connectivity models
1313

14-
ExpressRoute allows you to create a connection between your on-premises network and the Microsoft cloud in four different ways, [CloudExchange Co-location](#CloudExchange), [Point-to-point Ethernet Connection](#Ethernet), [Any-to-any (IPVPN) Connection](#IPVPN), and [ExpressRoute Direct](#Direct). Connectivity providers may offer more than one connectivity models. You can work with your connectivity provider to pick the model that works best for you.
14+
ExpressRoute allows you to create a connection between your on-premises network and the Microsoft cloud in four different ways, [CloudExchange Colocation](#CloudExchange), [Point-to-point Ethernet Connection](#Ethernet), [Any-to-any (IPVPN) Connection](#IPVPN), and [ExpressRoute Direct](#Direct). Connectivity providers might offer more than one connectivity models. You can work with your connectivity provider to pick the model that works best for you.
1515
<br><br>
1616

1717
:::image type="content" source="./media/expressroute-connectivity-models/expressroute-connectivity-models-diagram.png" alt-text="ExpressRoute connectivity model diagram":::
1818

19-
## <a name="CloudExchange"></a>Co-located at a cloud exchange
19+
## <a name="CloudExchange"></a>Colocated at a cloud exchange
2020

21-
If you're co-located in a facility with a cloud exchange, you can request for virtual cross-connections to the Microsoft cloud through the co-location provider’s Ethernet exchange. Co-location providers can offer either Layer 2 cross-connections, or managed Layer 3 cross-connections between your infrastructure in the co-location facility and the Microsoft cloud.
21+
If you're colocated in a facility with a cloud exchange, you can request for virtual cross-connections to the Microsoft cloud through the colocation provider’s Ethernet exchange. Colocation providers can offer either Layer 2 cross-connections, or managed Layer 3 cross-connections between your infrastructure in the colocation facility and the Microsoft cloud.
2222

2323
## <a name="Ethernet"></a>Point-to-point Ethernet connections
2424

@@ -41,4 +41,4 @@ You can connect directly into the Microsoft global network at a peering location
4141
* Configure your ExpressRoute connection.
4242
* [Create an ExpressRoute circuit](expressroute-howto-circuit-portal-resource-manager.md)
4343
* [Configure routing](expressroute-howto-routing-portal-resource-manager.md)
44-
* [Link a VNet to an ExpressRoute circuit](expressroute-howto-linkvnet-portal-resource-manager.md)
44+
* [Link a virtual network to an ExpressRoute circuit](expressroute-howto-linkvnet-portal-resource-manager.md)

articles/expressroute/expressroute-howto-circuit-arm.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This quickstart shows you how to create, provision, verify, update,
44
services: expressroute
55
author: duongau
66
ms.author: duau
7-
ms.date: 12/27/2022
7+
ms.date: 12/28/2023
88
ms.topic: quickstart
99
ms.service: expressroute
1010
ms.custom: devx-track-azurepowershell, mode-api
@@ -34,7 +34,7 @@ This quickstart shows you how to create an ExpressRoute circuit using PowerShell
3434

3535
Before you create an ExpressRoute circuit, you need the list of supported connectivity providers, locations, and bandwidth options.
3636

37-
The PowerShell cmdlet **Get-AzExpressRouteServiceProvider** returns this information, which you’ll use in later steps:
37+
The PowerShell cmdlet **Get-AzExpressRouteServiceProvider** returns this information, which you use in later steps:
3838

3939
```azurepowershell-interactive
4040
Get-AzExpressRouteServiceProvider
@@ -145,7 +145,7 @@ Peerings : []
145145

146146
### Send the service key to your connectivity provider for provisioning
147147

148-
*ServiceProviderProvisioningState* provides you information about the current state of provisioning on the service-provider side. *CircuitProvisioningState* provides you the status on the Microsoft side. For more information about circuit provisioning states, see [Workflows](expressroute-workflows.md#expressroute-circuit-provisioning-states).
148+
*ServiceProviderProvisioningState* provides you with information about the current state of provisioning on the service-provider side. *CircuitProvisioningState* provides you with the status on the Microsoft side. For more information about circuit provisioning states, see [Workflows](expressroute-workflows.md#expressroute-circuit-provisioning-states).
149149

150150
When you create a new ExpressRoute circuit, the circuit is in the following state:
151151

@@ -170,7 +170,7 @@ CircuitProvisioningState : Enabled
170170

171171
### Periodically check the status and the state of the circuit key
172172

173-
Checking the status and the state of the service key will let you know when your provider has provisioned your circuit. After the circuit has been configured, *ServiceProviderProvisioningState* appears as *Provisioned*, as shown in the following example:
173+
Checking the status and the state of the service key lets you know when your provider provisioned your circuit. After the circuit gets configured, *ServiceProviderProvisioningState* appears as *Provisioned*, as shown in the following example:
174174

175175
```azurepowershell-interactive
176176
Get-AzExpressRouteCircuit -Name "ExpressRouteARMCircuit" -ResourceGroupName "ExpressRouteResourceGroup"
@@ -312,7 +312,7 @@ $ckt.sku.Name = "Premium_MeteredData"
312312
Set-AzExpressRouteCircuit -ExpressRouteCircuit $ckt
313313
```
314314

315-
The circuit now has the ExpressRoute premium add-on features enabled. We begin billing you for the premium add-on capability as soon as the command has successfully run.
315+
The circuit now has the ExpressRoute premium add-on features enabled. We begin billing you for the premium add-on capability as soon as the command successfully ran.
316316

317317
### To disable the ExpressRoute premium add-on
318318

@@ -323,8 +323,8 @@ The circuit now has the ExpressRoute premium add-on features enabled. We begin b
323323
Note the following information:
324324

325325
* Before you downgrade from premium to standard, you must ensure that the number of virtual networks that are linked to the circuit is less than 10. If you don't, your update request fails, and we bill you at premium rates.
326-
* All virtual networks in other geopolitical regions must be first unlinked. If you don't remove the link, your update request will fail and we continue to bill you at premium rates.
327-
* Your route table must be less than 4,000 routes for private peering. If your route table size is greater than 4,000 routes, the BGP session will drop. The BGP session won't be re-enabled until the number of advertised prefixes is under 4,000.
326+
* All virtual networks in other geopolitical regions must be first unlinked. If you don't remove the link, your update request fails and we continue to bill you at premium rates.
327+
* Your route table must be less than 4,000 routes for private peering. If your route table size is greater than 4,000 routes, the BGP session drops. The BGP session doesn't re-establish until the number of advertised prefixes is under 4,000.
328328

329329
You can disable the ExpressRoute premium add-on for the existing circuit by using the following PowerShell cmdlet:
330330

@@ -357,7 +357,7 @@ $ckt.ServiceProviderProperties.BandwidthInMbps = 1000
357357
Set-AzExpressRouteCircuit -ExpressRouteCircuit $ckt
358358
```
359359

360-
Your circuit will be upgraded on the Microsoft side. Then you must contact your connectivity provider to update configurations on their side to match this change. After you make this notification, we'll begin billing you for the updated bandwidth option.
360+
Your circuit is upgraded on the Microsoft side. Then you must contact your connectivity provider to update configurations on their side to match this change. After you make this notification, we'll begin billing you for the updated bandwidth option.
361361

362362
### To move the SKU from metered to unlimited
363363

@@ -382,7 +382,7 @@ Note the following information:
382382

383383
* All virtual networks must be unlinked from the ExpressRoute circuit. If this operation fails, check to see if any virtual networks are linked to the circuit.
384384
* If the ExpressRoute circuit service provider provisioning state is **Provisioning** or **Provisioned** you must work with your service provider to deprovision the circuit on their side. We continue to reserve resources and bill you until the service provider completes deprovisioning the circuit and notifies us.
385-
* If the service provider has deprovisioned the circuit meaning the service provider provisioning state gets set to **Not provisioned**, you can delete the circuit. The billing for the circuit will then stop.
385+
* If the service provider deprovisioned the circuit, meaning the service provider provisioning state gets set to **Not provisioned**, you can delete the circuit. The billing for the circuit stops.
386386

387387
## Clean up resources
388388

articles/expressroute/expressroute-howto-macsec.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: expressroute
55
author: duongau
66
ms.service: expressroute
77
ms.topic: how-to
8-
ms.date: 12/05/2023
8+
ms.date: 12/28/2023
99
ms.author: duau
1010
ms.custom: devx-track-azurepowershell
1111

@@ -94,7 +94,7 @@ Follow these steps to begin the configuration:
9494
> * For GcmAes128 and GcmAesXpn128, the CAK must be an even-length string with 32 hexadecimal digits (0-9, A-F).
9595
> * For GcmAes256 and GcmAesXpn256, the CAK must be an even-length string with 64 hexadecimal digits (0-9, A-F).
9696
97-
1. Grant the user identity the authorization to perform the GET operation.
97+
1. Grant the user identity the authorization to perform the `GET` operation.
9898
9999
```azurepowershell-interactive
100100
Set-AzKeyVaultAccessPolicy -VaultName "your_key_vault_name" -PermissionsToSecrets get -ObjectId $identity.PrincipalId

articles/expressroute/expressroute-introduction.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ description: The ExpressRoute Technical Overview explains how an ExpressRoute co
44
services: expressroute
55
author: duongau
66
ms.service: expressroute
7-
ms.custom: ignite-2022
87
ms.topic: overview
9-
ms.date: 12/22/2022
8+
ms.date: 12/28/2023
109
ms.author: duau
1110
---
1211

@@ -17,7 +16,7 @@ ms.author: duau
1716
1817
ExpressRoute lets you extend your on-premises networks into the Microsoft cloud over a private connection with the help of a connectivity provider. With ExpressRoute, you can establish connections to Microsoft cloud services, such as Microsoft Azure and Microsoft 365.
1918

20-
Connectivity can be from an any-to-any (IP VPN) network, a point-to-point Ethernet network, or a virtual cross-connection through a connectivity provider at a colocation facility. ExpressRoute connections don't go over the public Internet. This allows ExpressRoute connections to offer more reliability, faster speeds, consistent latencies, and higher security than typical connections over the Internet. For information on how to connect your network to Microsoft using ExpressRoute, see [ExpressRoute connectivity models](expressroute-connectivity-models.md).
19+
Connectivity can be from an any-to-any (IP VPN) network, a point-to-point Ethernet network, or a virtual cross-connection through a connectivity provider at a colocation facility. ExpressRoute connections offer more reliability, faster speeds, consistent latencies, and higher security than typical connections over the Internet, because they don’t go over the public Internet. For information on how to connect your network to Microsoft using ExpressRoute, see [ExpressRoute connectivity models](expressroute-connectivity-models.md).
2120

2221
![ExpressRoute connection overview](./media/expressroute-introduction/expressroute-connection-overview.png)
2322

@@ -45,7 +44,7 @@ Microsoft uses BGP, an industry standard dynamic routing protocol, to exchange r
4544

4645
### Redundancy
4746

48-
Each ExpressRoute circuit consists of two connections to two Microsoft Enterprise edge routers (MSEEs) at an [ExpressRoute Location](./expressroute-locations.md#expressroute-locations) from the connectivity provider or your network edge. Microsoft requires dual BGP connections from the connectivity provider or your network edge – one to each MSEE. You may choose not to deploy redundant devices/Ethernet circuits at your end. However, connectivity providers use redundant devices to ensure that your connections are handed off to Microsoft in a redundant manner.
47+
Each ExpressRoute circuit consists of two connections to two Microsoft Enterprise edge routers (MSEEs) at an [ExpressRoute Location](./expressroute-locations.md#expressroute-locations) from the connectivity provider or your network edge. Microsoft requires dual BGP connections from the connectivity provider or your network edge – one to each MSEE. You might choose not to deploy redundant devices/Ethernet circuits at your end. However, connectivity providers use redundant devices to ensure that your connections are handed off to Microsoft in a redundant manner.
4948

5049
### Connectivity to Microsoft cloud services
5150

@@ -63,11 +62,11 @@ For a detailed list of services supported over ExpressRoute, visit the [ExpressR
6362

6463
You can connect to Microsoft from one of our [peering locations](expressroute-locations.md) and access regions within the same geopolitical region.
6564

66-
For example, if you connect to Microsoft in Amsterdam through ExpressRoute. You'll have access to all of Microsoft cloud services hosted in North and West Europe. For an overview of the geopolitical regions, the associated Microsoft cloud regions, and corresponding ExpressRoute peering locations, see the [ExpressRoute partners and peering locations](expressroute-locations.md) article.
65+
For example, if you connect to Microsoft in Amsterdam through ExpressRoute. You have access to all of Microsoft cloud services hosted in North and West Europe. For an overview of the geopolitical regions, the associated Microsoft cloud regions, and corresponding ExpressRoute peering locations, see the [ExpressRoute partners and peering locations](expressroute-locations.md) article.
6766

6867
### Global connectivity with ExpressRoute Premium
6968

70-
You can enable [ExpressRoute Premium](expressroute-faqs.md#expressroute-premium) to extend connectivity across geopolitical boundaries. If you connect to Microsoft in Amsterdam through ExpressRoute, you'll have access to all of Microsoft cloud services hosted in every region across the globe. For example, you'll have access to services deployed in West US or Australian East the same way you access North and West Europe regions. National clouds are excluded.
69+
You can enable [ExpressRoute Premium](expressroute-faqs.md#expressroute-premium) to extend connectivity across geopolitical boundaries. If you connect to Microsoft in Amsterdam through ExpressRoute, you have access to all of Microsoft cloud services hosted in every region across the globe. For example, you have access to services deployed in West US or Australian East the same way you access North and West Europe regions. National clouds are excluded.
7170

7271
### Local connectivity with ExpressRoute Local
7372

@@ -77,7 +76,7 @@ For peering location and supported Azure local region, see [providers by locatio
7776

7877
### Across on-premises connectivity with ExpressRoute Global Reach
7978

80-
You can enable ExpressRoute Global Reach to exchange data across your on-premises sites by connecting your ExpressRoute circuits. For example, if you have a private data center in California connected to an ExpressRoute circuit in Silicon Valley and another private data center in Texas connected to an ExpressRoute circuit in Dallas. With ExpressRoute Global Reach, you can connect your private data centers together through these two ExpressRoute circuits. Your cross data-center traffic will traverse through the Microsoft network.
79+
By enabling ExpressRoute Global Reach, you can exchange data across your on-premises sites through your ExpressRoute circuits. For instance, suppose you have two private data centers, one in California and one in Texas, each connected to an ExpressRoute circuit in their respective regions. You can use ExpressRoute Global Reach to link your data centers with these circuits, and your cross data-center traffic uses the Microsoft network.
8180

8281
For more information, see [ExpressRoute Global Reach](expressroute-global-reach.md).
8382

@@ -128,8 +127,8 @@ You can select a billing model that works best for you:
128127
* **Metered data**. Billing is based on a monthly fee; all inbound data transfer is free of charge. Outbound data transfer is charged per GB of data transfer. Data transfer rates vary by region.
129128
* **ExpressRoute premium add-on**. ExpressRoute premium is an add-on to the ExpressRoute circuit. The ExpressRoute premium add-on provides the following capabilities:
130129
* Increased route limits for Azure public and Azure private peering from 4,000 routes to 10,000 routes.
131-
* Global connectivity for services. An ExpressRoute circuit created in any region (excluding national clouds) will have access to resources across every other region in the world. For example, a virtual network created in West Europe can be accessed through an ExpressRoute circuit provisioned in Silicon Valley.
132-
* Increased number of VNet links per ExpressRoute circuit from 10 to a larger limit, depending on the bandwidth of the circuit.
130+
* Global connectivity for services. An ExpressRoute circuit created in any region (excluding national clouds) has access to resources across every other region in the world. For example, a virtual network created in West Europe can be accessed through an ExpressRoute circuit provisioned in Silicon Valley.
131+
* Increased number of virtual network links per ExpressRoute circuit from 10 to a larger limit, depending on the bandwidth of the circuit.
133132

134133
## FAQ
135134

0 commit comments

Comments
 (0)