-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

az login


> Log in to Azure.

> Part of `az`, the command-line client for Microsoft Azure.

More information.


Log in interactively:

az login

Log in with a service principal using a client secret:

az login --service-principal --username {http://azure-cli-service-principal} --passsword {secret} --tenant {someone.onmicrosoft.com}

Log in with a service principal using a client certificate:

az login --service-principal --username {http://azure-cli-service-principal} --password {path/to/cert.pem} --tenant {someone.onmicrosoft.com}

Log in using a VM's system assigned identity:

az login --identity

Log in using a VM's user assigned identity:

az login --identity --username /subscriptions/{subscription_id}/resourcegroups/{my_rg}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{my_id}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 16:42:54 2024