exam questions

Exam AZ-720 All Questions

View all questions & answers for the AZ-720 exam

Exam AZ-720 topic 2 question 24 discussion

Actual exam question from Microsoft's AZ-720
Question #: 24
Topic #: 2
[All AZ-720 Questions]

A company plans to implement ExpressRoute by using the provider connectivity model.
The company creates an ExpressRoute circuit. You are unable to connect to resources through the circuit.
You need to determine the provisioning state of the service provider.
Which PowerShell cmdlet should you run?

  • A. Get-AzExpressRouteCircuitPeeringConfig
  • B. Get-AzExpressRouteCircuitConnectionConfig
  • C. Get-AzExpressRouteCircuitRouteTable
  • D. Get-AzExpressRouteCircuit
  • E. Get-AzExpressRouteCircuitARPTable
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
terawatt
1 year, 11 months ago
Selected Answer: D
To determine the provisioning state of the service provider, you should run the Get-AzExpressRouteCircuit PowerShell cmdlet. This cmdlet gets one or more ExpressRoute circuits. Among other details, it provides the status of the circuit, including the provider's provisioning state.
upvoted 1 times
...
cris_exam
2 years, 2 months ago
Selected Answer: D
D is correct
upvoted 1 times
...
Alvin_Widiawan
2 years, 4 months ago
Selected Answer: D
https://learn.microsoft.com/en-us/powershell/module/az.network/get-azexpressroutecircuit?view=azps-9.3.0#example-1-get-the-expressroute-circuit The output of command Get-AzExpressRouteCircuit looks like this : Name : test ResourceGroupName : testrg Location : southcentralus Id : /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testrg/pro viders/Microsoft.Network/expressRouteCircuits/test Etag : W/"00000000-0000-0000-0000-000000000000" ProvisioningState : Succeeded
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...