Setup A CI/CD Pipeline For Deploying Your Angular Application To Azure And Bitbucket
This article isabout Angular application's auto deployment for CI/CD pipelines using Azure app service, azure DevOps, and Bitbucket repository. Please follow the below steps. Create Azure App Service If you are using Azure for the first time and want to explore the same, please check if the free subscription is available. If you have not created a resource group and Azure web service, please create one. Then make sure you select ‘.NET Core 3.0’ in the ‘Runtime Stack’ option and web service name (here I have used “angular-auto-deployment”). Once you have filled in the details, click on the “Review and create” button. On the next screen click the “Create” button to see the newly created resource. Click your resource file. The recently created web app service is now available on your list. Please refer to the below image for your reference. Auto Deployment Setup in Azure DevOps Azure DevOps is used to deploy an application to the c...