AZ- Service principal commands
Loging with service principal credentials. Remember the tenant parameter
az login --service-principal -u -p --tenant
List the role definitions - List all the role definitions
az role definition list --all
List the role assignments - Lists all the role assignments
az role assignment list --all
You can find the same information by running the following command in the Cloud Shell. They are listed in the Additional Outbound IP Addresses field.
az webapp show \