Posts

Showing posts with the label Azure Pipeline

Azure based CI/CD Architecture Explained in Just 8 Steps

Image
Continuous integration and Continuous deployment (CI/CD) architecture using Azure  explained in just simple 8 steps. These are 1. Change application source code. 2. Commit application code and Web Apps web.config. 3. Continuous integration triggers application build and unit tests. 4. Continuous deployment trigger orchestrates deployment of application artifacts with environment-specific parameters. 5. Deployment to Web Apps. 6. Azure Application Insights collects and analyzes health, performance, and usage data. 7.  Review health, performance, and usage information. 8. Update backlog item. Tools/Services use in this process are  Visual Studio Azure Repo Azure Pipeline Azure Web App Service Azure Application Insights Azure Backlog Service or Visual Studio Team Services Backlogs. Ref:- portal.azure.com doc.microsoft.com