Azure Spring Apps vs Spring Cloud Azure

TheCode Alchemist 0 Reputation points
2023-10-14T10:07:21.7866667+00:00

Hi, I have just started learning Azure and I'm interesting in running Spring/Spring Boot apps in Azure.

I see two similar sections under the Java documentation and I'm super confused which one should be used and when?What's the difference between these two offerings?

Please share the relevant documentation or tutorials on the same. How do I decide the solution based on my usecase?User's image

Azure Spring Apps
Azure Spring Apps
An Azure platform as a service for running Spring Boot applications at cloud scale. Previously known as Azure Spring Cloud.
111 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Muyao 5 Reputation points Microsoft Vendor
    2023-10-16T05:31:53.9933333+00:00

    Hi @TheCode Alchemist ,

    Azure Spring Apps is a service to makes it easy to deploy Spring Boot applications to Azure without any code changes. https://learn.microsoft.com/en-us/azure/spring-apps/overview

    Spring Cloud Azure is an open-source project that provides seamless Spring integration with Azure. https://learn.microsoft.com/en-us/azure/developer/java/spring-framework/developer-guide-overview

    To sum it up in one sentence, you can code with Spring Cloud Azure and deploy to Azure Spring Apps to run.

    1 person found this answer helpful.
    0 comments No comments