In order to support Azure DevOps as a repository for a azd - project and use its CI pipeline:
- azd CLI must provide a command to require using Azure DevOps. Similar to how currently
azd pipeline config uses GitHub and GitHub actions by default.
@jongio proposed to use --provider {github|azdo} as an option for azd pipeline command. The option will be default to github, and users would be able to change it to azdo.
Will confirm the user story with @savannahostrowski
In order to support
Azure DevOpsas a repository for aazd - projectand use its CI pipeline:azd pipeline configuses GitHub and GitHub actions by default.@jongio proposed to use
--provider {github|azdo}as an option forazd pipelinecommand. The option will be default to github, and users would be able to change it to azdo.Will confirm the user story with @savannahostrowski