How to use Azure CLI’s `az account get-access-token –resource ` command to fetch a token for a resource in the list of configured permissions?
After having preauthorized the Azure CLI for an application object (resource), I often use the following command to fetch a token for the preauthorized scopes (e.g. user_impersonation
):