Posts

Showing posts from January, 2024

Azure Hybrid Cloud Migration Architecture

Image
Azure Hybrid Cloud Migration Architecture Use Case This solution provides a continuous integration and continuous deployment (CI/CD) pipeline that pushes  each of your changes automatically to Azure app services & AKS cluster, which allows you to deliver value faster to your customers. DevOps Dataflow Commit code to Azure Git. Continuous Integration Trigger to Azure DevOps. Azure Pipelines builds and stores artifacts in Azure Storage Azure Pipelines deploys Java applications to Azure Web Apps backed by Azure for SQL DB. Azure Application Insights provides metrics on application performance. Monitor applications and make improvements. Azure Pipelines triggers a build job using Azure Container Instances for a dynamic build agent. DevOps Pre-requisites Service connection Details- Azure service connections are used in Azure Pipelines to securely connect to and interact with various Azure services and resources. When you create a service connection in Azure DevOps, it establ...