You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to be able to authenticate to Azure without using the az mixin. It should be a mixin configuration whether or not authentication occurs automatically.
mixins:
- arm:
autoLogin: true # Automatically log into azure as neededinstall:
- arm:
description: "This step will automatically authenticate for me"
Login with ambient environment variables such as AZURE_CLIENT_ID, etc
I want to be able to authenticate to Azure without using the az mixin. It should be a mixin configuration whether or not authentication occurs automatically.
Login with ambient environment variables such as AZURE_CLIENT_ID, etc
Explicit login
The text was updated successfully, but these errors were encountered: