Azure / azure-dev

A developer CLI that reduces the time it takes for you to get started on Azure. The Azure Developer CLI (azd) provides a set of developer-friendly commands that map to key stages in your workflow - code, build, deploy, monitor, repeat.
https://aka.ms/azd
MIT License
395 stars 190 forks source link

Support native authentication in AzDo pipelines #1126

Open ellismg opened 1 year ago

ellismg commented 1 year ago

In #1022 we added some code to azure-dev.yml for the AzDo pipelines to delegate auth to the AZ CLI. We should figure out how we can work natively in this world instead of requiring the az CLI, similar to our GitHub support.

ellismg commented 1 year ago

I don't know if we should hold the release for this. We have a suitable workaround (and the templates have been updated to use it). I would hate to gate the entire feature just because we still depend on the az CLI when running in Azure Dev Ops.

rajeshkamal5050 commented 1 year ago

I don't know if we should hold the release for this. We have a suitable workaround (and the templates have been updated to use it). I would hate to gate the entire feature just because we still depend on the az CLI when running in Azure Dev Ops.

Removing blocker based on the above.