You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
southernsun edited this page Oct 14, 2024
·
13 revisions
This page is outdated, as it has been replaced with Bicep
š§ This page is a work in progress - feel free to improve or ask questions š§
This page provides basic instructions on how to deploy apps built using the template.
The template includes a built-in CI/CD workflow to automatically build, test, and deploy your app. This workflow has been built using GitHub Actions, so in order to leverage it, you will first need to create a new GitHub repository for your project (it must be a public repository for free/personal accounts). Once complete, follow the steps below to set up your environment and deploy your app to Azure. If you run into any problems, be sure to review the resources included at the end of this page.
Background
The deployment scripts are build around the concept of Trunk-Based Development (TBD), more about this approach can be found on the 'ADR-002: Adopting TrunkāBased Development for Branching Strategy' Wiki page.