英文:
Difference between Spring on Azure and Azure Spring Cloud
问题
我对Azure及其服务还不熟悉,正试图弄清楚其中的区别。如果有人想在Azure上部署一个Spring Boot应用,是否可以在不使用Azure Spring Cloud的情况下完成?另外,Azure Functions是否只能与Azure Spring Cloud集成?
以下是两者的文档页面:
英文:
I'm new to Azure and its services and I'm trying to sort out the differences. If one wants to deploy a Spring Boot app on Azure can this be done without using Azure Spring Cloud? Also, can Azure functions be integrated only with Azure Spring Cloud?
Here are the documentation pages for both:
答案1
得分: 1
- Spring on Azure 提供与 Azure 服务的集成解决方案,例如与 Active Directory 的集成。它与 Spring Cloud 项目没有共同之处,并且不仅针对微服务架构。
- Azure Spring Cloud 是一个项目,可以轻松将基于 Spring Cloud 的微服务应用部署到 Azure 上,同时保持实现平台的无关性。此外,它还提供了微服务架构相关的组件解决方案,如服务发现和注册、配置管理等。
英文:
- Spring on Azure provides solution for integration with Azure Services such as Active Directory. It has nothing common with Spring Cloud project and is not targeted to the microservice architecture only.
- Azure Spring Cloud is a project that enables easy deployment of Spring Cloud based microservice applications to Azure while keeping the implementation platform agnostic. On top of that it offers solutions of components what is the microservice architecture about such as service discovery and registry, configuration management etc.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论