Posts

Showing posts with the label Deploying a Spring Boot Web Application on 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