Has anybody created a dagger function that uses azure CLI authorization without a managed service identity? I haven't found anything about what specifically I can mount.
Terraform has a provider authorization waterfall and that call to the Azure CLI for running plans locally based on current dev credentials won't work with my current approach. Haven't found any env var equivalent like AWS allows for this.
Ideally, I have authorization for the Dev using their az login credentials, and then in CI I use the managed service identity credentials.
Not specific to dagger but more working on a dagger module that this becomes a blocker on since I didn't want to embed credentials.
