Forum Discussion
akin_k
Jul 16, 2024Copper Contributor
Copying template.json from Export Template and deploy in bicep
I have a question, i want to deploy my resources (already created on Azure Portal) on my Azure Dev Ops Repo. My question is: is it legit to take the template.json from Export Template and then conver...
- Jul 22, 2024I am also generally in favour of building things up from the base. The template.json file can help you with this and simplify the start.
akin_k
Jul 19, 2024Copper Contributor
thank you very much, yeah i thought my question was not good enough and often people then ignore!
But what things should be modified? Is it not better than to start from scratch especially for things like azure functions? It would be not so much time-consuming?
But what things should be modified? Is it not better than to start from scratch especially for things like azure functions? It would be not so much time-consuming?
Matthias-Braun
Jul 22, 2024Brass Contributor
I am also generally in favour of building things up from the base. The template.json file can help you with this and simplify the start.