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
Learn how to create an ExpressRoute circuit by deploying an Azure Resource Manager template by using Azure PowerShell. For more information on developing Resource Manager templates, see [Resource Manager documentation](../azure-resource-manager/index.yml) and the [template reference](/azure/templates/microsoft.network/expressroutecircuits).
25
17
26
18
## Before you begin
27
19
28
20
* Review the [prerequisites](expressroute-prerequisites.md) and [workflows](expressroute-workflows.md) before you begin configuration.
29
-
* Ensure that you have permissions to create new networking resources. Contact your account administrator if you do not have the right permissions.
21
+
* Ensure that you have permissions to create new networking resources. Contact your account administrator if you don't have the right permissions.
30
22
31
23
## <aname="create"></a>Create and provision an ExpressRoute circuit
32
24
@@ -59,10 +51,10 @@ To create an ExpressRoute Circuit by deploying a template:
59
51
60
52
* **SKU tier** determines whether an ExpressRoute circuit is [Local](expressroute-faqs.md#expressroute-local), Standard, or [Premium](expressroute-faqs.md#expressroute-premium). You can specify *Local*, *Standard, or *Premium*.
61
53
* **SKU family** determines the billing type. You can specify *Metereddata* for a metered data plan and *Unlimiteddata* for an unlimited data plan. You can change the billing type from *Metereddata* to *Unlimiteddata*, but you can't change the type from *Unlimiteddata* to *Metereddata*. A *Local* circuit is *Unlimiteddata* only.
62
-
* **Peering Location** is the physical location where you are peering with Microsoft.
54
+
* **Peering Location** is the physical location where you're peering with Microsoft.
63
55
64
56
> [!IMPORTANT]
65
-
> The Peering Location indicates the [physical location](expressroute-locations.md) where you are peering with Microsoft. This is **not** linked to "Location" property, which refers to the geography where the Azure Network Resource Provider is located. While they are not related, it is a good practice to choose a Network Resource Provider geographically close to the Peering Location of the circuit.
57
+
> The Peering Location indicates the [physical location](expressroute-locations.md) where you're peering with Microsoft. This Peering Location is **not** linked to "Location" property, which refers to the geography where the Azure Network Resource Provider is located. While they aren't related, it's a good practice to choose a Network Resource Provider geographically close to the Peering Location of the circuit.
66
58
67
59
The resource group name is the service bus namespace name with **rg** appended.
68
60
@@ -83,7 +75,7 @@ You can delete your ExpressRoute circuit by selecting the **delete** icon. Note
83
75
84
76
* You must unlink all virtual networks from the ExpressRoute circuit. If this operation fails, check whether any virtual networks are linked to the circuit.
85
77
* 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.
86
-
* If the service provider has deprovisioned the circuit (the service provider provisioning state is set to **Not provisioned**), you can delete the circuit. This stops billing for the circuit.
78
+
* Once the service provider provisioning state is set to **Not provisioned**, you can delete the circuit. Once the circuit is deleted, its billing will also stop.
87
79
88
80
You can delete your ExpressRoute circuit by running the following PowerShell command:
0 commit comments