- Lab
- A Cloud Guru
Using Service Principal Identity to List AD Roles
In this hands-on lab, you are tasked with gathering the role definitions and role assignments for your organization. You do not have access to the portal, so you must collect this information via SSH connection, by using a Linux VM and a service principal. Once access to the Azure subscription has been gained, use the Azure CLI to collect the required information, and output to a file so you can email it to your manager.
Path Info
Table of Contents
-
Challenge
Log in to Azure using the Service Principal
- Once connected to the Linux VM, perform the
az login
command with the--service-principal
flag to login to the Azure account.
- Once connected to the Linux VM, perform the
-
Challenge
List the Role Definitions and Role Assignments
- Enter the Azure CLI command to list the role definitions and output to a file named
roleinfo.json
. - Enter the Azure CLI command to list the role assignments and append the output to the same file.
- Enter the Azure CLI command to list the role definitions and output to a file named
What's a lab?
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.