ResourceModules icon indicating copy to clipboard operation
ResourceModules copied to clipboard

[Feature Request] Add a step by step "how to create a solution"

Open MariusStorhaug opened this issue 3 years ago • 2 comments

https://docs.microsoft.com/en-us/azure/azure-resource-manager/bicep/learn-bicep

MariusStorhaug avatar Jun 09 '22 15:06 MariusStorhaug

@eriqua : Please refine this issue.

MariusStorhaug avatar Jun 09 '22 15:06 MariusStorhaug

The current wiki page solution creation contains theory about the difference between template vs pipeline orchestrated approach and code snippets on how to refer to modules published in different ways: template specs, registry, local repo or ado universal packages.

This issue is about providing a step by step guideline about how to create a solution from scratch. E.g.:

  • Identify the resources needed for your architecture
  • Identify dependencies between them
  • Choose orchestration (template vs pipeline orchestrated approach). What are the pros/cons?
  • Choose publishing (template specs, registry, local repo or ado universal packages). What are the pros/cons?
  • Check readme file for each resource and identify parameters needed for your solution
  • Based on orchestration and publishing decision build the solution. Ref to snippets and constructs
  • Deploy the solution

eriqua avatar Jun 10 '22 08:06 eriqua