Skip to content

Commit

Permalink
Merge pull request #19 from MOC-Labs-Review/MOC-Labs-Review-patch-7
Browse files Browse the repository at this point in the history
Update M03-Unit 5 Provision an ExpressRoute circuit.md
  • Loading branch information
jileary23 authored Nov 16, 2021
2 parents 96abfe7 + 2b153e4 commit 25bb6d3
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,7 @@ In this exercise, you will:
- To use the ExpressRoute circuit, it must be in the following state:
- Provider status: Provisioned
- Circuit status: Enabled
- You should periodically check the provisioning status and the state of the circuit key.

6. You can view the properties of the circuit that you are interested in by selecting it. Check the **Provider status** and ensure that it has moved to **Provisioned** before you continue.
- You should periodically check the provisioning status and the state of the circuit status.

![Azure portal - ExpressRoute circuit properties showing status is now provisioned](../media/provisioned.png)

Expand Down Expand Up @@ -132,7 +130,8 @@ You can delete your ExpressRoute circuit by selecting the **Delete** icon. Ensur
1. Delete all resource groups you created throughout the labs of this module by running the following command:

```powershell
Remove-AzResourceGroup -Name 'NAME OF THE RG' -Force -AsJob
Remove-AzResourceGroup -Name 'ContosoResourceGroup' -Force -AsJob
Remove-AzResourceGroup -Name 'ExpressRouteResourceGroup' -Force -AsJob
```
>**Note**: The command executes asynchronously (as determined by the -AsJob parameter), so while you will be able to run another PowerShell command immediately afterwards within the same PowerShell session, it will take a few minutes before the resource groups are actually removed.
Expand Down

0 comments on commit 25bb6d3

Please sign in to comment.