Posts

Showing posts with the label Azure App Service

Deploying a Spring Boot Web Application on Azure App Service

Image
Hello everyone, Hope you are doing well. In this tutorial, you will learn to how to deploy the Spring Boot application to Azure App Services using Azure Portal. A little bit of Background Azure App Service Azure App Service is an HTTP-based service for hosting web applications, REST APIs, and mobile backends. You can develop in your favourite language, be it .NET, .NET Core, Java, Ruby, Node.js, PHP, or Python. Applications run and scale with ease on both Windows and Linux-based environments. More Info -  https://docs.microsoft.com/en-us/azure/app-service/overview Spring Boot Spring Boot makes it easy to create stand-alone, production-grade Spring-based Applications that you can "just run". More Info -  https://spring.io/projects/spring-boot GitHub Actions GitHub Actions helps you automate your software development workflows from within GitHub. You can deploy workflows in the same place where you store code and collaborate on pull requests and issues.  In GitHub Actions, a wo

Dockerize Spring Boot Application and Deploy Docker Image To Azure App Service Using GitHub Actions

Image
Hello everyone, Hope you are doing well. In this tutorial, you will learn how to d ockerize the spring boot application and deploy the docker image to the Azure app service using GitHub actions. A little bit of Background Azure App Service (Containerization and Docker ) Dockerize your app and host a custom Windows or Linux container in App Service. Run multi-container apps with Docker Compose. Migrate your Docker skills directly to App Service. More Info -  https://docs.microsoft.com/en-us/azure/app-service/overview 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 image, or timers. More Info - 

Deploy Spring Boot WAR file on Tomcat in Azure App Service

Image
Hello everyone, Hope you are doing well. In this tutorial, we will learn how to deploy the Spring boot WAR file on tomcat in Azure  App Service. A little bit of Background Azure App Service Azure App Service is an HTTP-based service for hosting web applications, REST APIs, and mobile backends. You can develop in your favourite language, be it .NET, .NET Core, Java, Ruby, Node.js, PHP, or Python. Applications run and scale with ease on both Windows and Linux-based environments. More Info -  https://docs.microsoft.com/en-us/azure/app-service/overview Spring Boot Spring Boot makes it easy to create stand-alone, production-grade Spring-based Applications that you can "just run". More Info -  https://spring.io/projects/spring-boot Apache Tomcat 9 The Apache Tomcat software is an open-source implementation of the Jakarta Servlet, Jakarta Server Pages, Jakarta Expression Language, Jakarta WebSocket, Jakarta Annotations and Jakarta Authentication specifications. These specifications