Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Azure DevOps in Pipeline Commands #101

Closed
jongio opened this issue Jul 13, 2022 · 2 comments · Fixed by #743
Closed

Support Azure DevOps in Pipeline Commands #101

jongio opened this issue Jul 13, 2022 · 2 comments · Fixed by #743
Assignees
Milestone

Comments

@jongio
Copy link
Member

jongio commented Jul 13, 2022

Today azd pipeline config supports GitHub workflows. Let's also add support for Azure DevOps Pipelines

A sample pipeline and full instructions in README to get it all setup can be found here
https://github.com/Azure/azure-dev/tree/main/templates/common/.azdo/pipelines

  1. Every template should include both
  2. azd pipeline config will default to GitHub
  3. Add a param, something like --provider {github|azdo} to facilitate more providers in the future

Plan

  1. Define azd connection model to Azure Dev Ops #236
  2. Define and implement connection between Azure DevOps and Azure #237
  3. Define and implement the user story around azd pipeline with Azure DevOps #238
  4. Update all templates with Azure DevOps pipeline for provision, build and deploy #239
@jongio jongio added the cli label Jul 13, 2022
@jongio jongio added this to the Next milestone Jul 13, 2022
@TroyWitthoeft
Copy link

Would be looking for this as well.

@johnnyreilly
Copy link

Very interested in this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
6 participants