Azure Course Labs

Lab Hints

When resources are related to each other in Azure you can usually find the ID or name of related objects when you print the details of the main object.

Running az vm show with additional details will get you the basics.

To get all the details you need to look at the resource directly - the Azure CLI docs are worth exploring so you know how to find what you need.

Need more? Here’s the solution.