Posts

Showing posts with the label Azure Container Instance

Dockerize Spring Boot Application And Deploy The Docker Image To The Azure Container Instance

Image
Hello everyone, Hope you are doing well. In this tutorial, you will learn how to  Dockerize Spring Boot Application and Deploy the Docker image to an  Azure Container Instance. A little bit of Background Azure Container Instance Azure Container Instances is a solution for any scenario that can operate in isolated containers, without orchestration. Run event-driven applications, quickly deploy from your container development pipelines, and run data processing and build jobs. More Info -  https://docs.microsoft.com/en-us/azure/container-instances/ Azure Container Registry Azure Container Registry allows you to build, store, and manage container images and artifacts in a private registry for all types of container deployments. Use Azure container registries with your existing container development and deployment pipelines. Use Azure Container Registry Tasks to build container images in Azure on-demand, or automate builds triggered by source code updates, updates to a container's base