Building and deploying code from Azure DevOps to Azure Cloud.
Create the infrastructure:
terraform -chdir="azure" init
terraform -chdir="azure" apply -auto-approveOnce that is done, create a secret in the App Registration.
Connect to your project on ADO and follow these steps:
- Create the Service Connection using the Terraform output.
- Create the Backend pipeline using the
azure-pipelines-backend.ymlfile. - Create the Frontend pipeline using the
azure-pipelines-frontend.ymlfile. You'll need to set thedeployment_tokensecret variable.
Use Releases for production use cases.