Choose part, but not all of a template, using azd init
#4052
TWolversonReply
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I
init
a new project, I will generally want:I'd remove the other option of these from the repo in both cases. Samples tend to come with both styles of pipeline, but usually there are two copies of the template in different origin repos, one implemented with Bicep and one with Terraform.
When I write my own templates, I would like to be able to keep both Bicep and Terraform versions in one repo so that I don't have to do all the source code updates twice, and have
init
be able to select one or the other infra implementation and discard the other. I'd also like to do the same for the pipelines, by selecting either the Azure DevOps or the GitHub version but not both.Is this something that is on the roadmap, or is there a way to do this that I haven't discovered? My earlier question about preinit/postinit might be somewhere that could implement this workflow - moving and deleting unwanted
init
ed code in response to user inputs could fulfil this need.Beta Was this translation helpful? Give feedback.
All reactions