Overview
This quickstart will take you through an end-to-end DevOps journey to get Bicep code you have developed into production.
In this documentation, we will call out the overall process and key steps you should consider so that you can apply the information to your organization. We have attempted to be complete as possible, however:
- You will still need to adapt these details to meet the policy and change requirements of your organization.
- Depending on the size and nature of your organization, you may not have responsiblity for all parts of the process.
The following diagram shows the overall DevOps branching process:
--- title: Example --- gitGraph commit id: "Start" commit id: " " branch feature/n commit id: "Implement a feature" type: REVERSE commit id: "Fix issues" checkout main merge feature/n id: "Release to dev" commit id: "End"