ExpressRoute Direct gives you the ability to directly connect to Microsoft's global network through peering locations strategically distributed across the world. For more information, see About ExpressRoute Direct.
Before you begin
Before using ExpressRoute Direct, you must first enroll your subscription. To enroll, run the following command using Azure PowerShell:
Sign in to Azure and select the subscription you wish to enroll.
Connect-AzAccount
Select-AzSubscription -Subscription "<SubscriptionID or SubscriptionName>"
Register your subscription using the following command:
Once enrolled, verify the Microsoft.Network resource provider is registered to your subscription. Registering a resource provider configures your subscription to work with the resource provider.
Create the resource
Sign in to Azure and select the subscription. The ExpressRoute Direct resource and ExpressRoute circuits must be in the same subscription.
Connect-AzAccount
Select-AzSubscription -Subscription "<SubscriptionID or SubscriptionName>"
Re-register your subscription to Microsoft.Network to access the expressrouteportslocation and expressrouteport APIs.
Name : Equinix-San-Jose-SV1
Id : /subscriptions/<subscriptionID>/providers/Microsoft.Network/expressRoutePortsLocations/Equinix-San-Jose-
SV1
ProvisioningState : Succeeded
Address : 11 Great Oaks Blvd, SV1, San Jose, CA 95119
Contact : support@equinix.com
AvailableBandwidths : [
{
"OfferName": "100 Gbps",
"ValueInGbps": 100
}
]
Note
If bandwidth is unavailable in the target location, open a support request in the Azure portal and select the ExpressRoute Direct Support Topic.
Create an ExpressRoute Direct resource based on the location in the previous step.
ExpressRoute Direct supports both QinQ and Dot1Q encapsulation. If QinQ is selected, each ExpressRoute circuit is dynamically assigned an S-Tag and is unique throughout the ExpressRoute Direct resource. Each C-Tag on the circuit must be unique on the circuit, but not across the ExpressRoute Direct.
If Dot1Q encapsulation is selected, you must manage uniqueness of the C-Tag (VLAN) across the entire ExpressRoute Direct resource.
Important
ExpressRoute Direct can only be one encapsulation type. Encapsulation can't be changed after ExpressRoute Direct creation.
Reference the recently created ExpressRoute Direct resource, input a customer name to write the LOA to and (optionally) define a file location to store the document. If a file path isn't referenced, the document downloads to the current directory.
Written Letter of Authorization To: C:\Users\SampleUser\Downloads\LOA.pdf
Cloud Shell
Replace the <USERNAME> with the username displayed in the prompt, then run the command to generate the Letter of Authorization. Use the exact path define in the command.
Select the Upload/Download button and then select Download. Select the loa.pdf file and select Download.
Change Admin State of links
This process should be used to conduct a Layer 1 test, ensuring that each cross-connection is properly patched into each router for primary and secondary.
Use the same procedure with AdminState = "Disabled" to turn down the ports.
Create a circuit
By default, you can create 10 circuits in the subscription where the ExpressRoute Direct resource is. You can increase this limit through a support request. You're responsible for tracking both Provisioned and Utilized Bandwidth. Provisioned bandwidth is the sum of bandwidth of all circuits on the ExpressRoute Direct resource and utilized bandwidth is the physical usage of the underlying physical interfaces.
There are more circuit bandwidths that can be utilized on ExpressRoute Direct port to support only scenarios outlined previously. These bandwidths are 40 Gbps and 100 Gbps.
SkuTier can be Local, Standard, or Premium.
SkuFamily can only be MeteredData at creation. To use Unlimited data, you'll need to update the SkuFamily after creation.
Note
Once you change to Unlimited data, you won't be able to change it back without recreating the ExpressRoute circuit.
Create a circuit on the ExpressRoute Direct resource.
Prior to deleting the ExpressRoute Direct resource, you first need to delete any ExpressRoute circuits created on the ExpressRoute Direct port pair.
You can delete the ExpressRoute Direct resource by running the following command:
Enable ExpressRoute Direct and circuits in different subscriptions
You can create an authorization for your ExpressRoute Direct resource, and redeem the authorization to create an ExpressRoute circuit in a different subscription or Microsoft Entra tenant.
Sign in to Azure and select the ExpressRoute Direct subscription.
Connect-AzAccount
Select-AzSubscription -Subscription "<SubscriptionID or SubscriptionName>"
Faites la démonstration de la conception, de l’implémentation et de la maintenance de l’infrastructure de mise en réseau, du trafic d’équilibrage de charge, du routage réseau Azure et bien plus encore.