Related command
az login --identity
Is your feature request related to a problem? Please describe.
Managed identity has lots of variations in different services (VM, app service, Azure Arc, hybrid runbook). Each variation requires special handling.
There are feature requests to support new types of managed identities:
But there are some technical difficulties:
Describe the solution you'd like
In order to support new variations of managed identity, Azure CLI needs to incorporate msrestazure's code and make changed on top of that.
Describe alternatives you've considered
MSAL to support managed identity.
Related command
az login --identityIs your feature request related to a problem? Please describe.
Managed identity has lots of variations in different services (VM, app service, Azure Arc, hybrid runbook). Each variation requires special handling.
There are feature requests to support new types of managed identities:
az login --identityfor Azure Arc #16573But there are some technical difficulties:
msrestazurefor managed identity authentication, butmsrestazurehas been replaced by Azure Identity and out of maintainanceDescribe the solution you'd like
In order to support new variations of managed identity, Azure CLI needs to incorporate
msrestazure's code and make changed on top of that.Describe alternatives you've considered
MSAL to support managed identity.