“Spring on Azure” 与 “Azure Spring Cloud” 之间的区别。

huangapple go评论69阅读模式
英文:

Difference between Spring on Azure and Azure Spring Cloud

问题

我对Azure及其服务还不熟悉,正试图弄清楚其中的区别。如果有人想在Azure上部署一个Spring Boot应用,是否可以在不使用Azure Spring Cloud的情况下完成?另外,Azure Functions是否只能与Azure Spring Cloud集成?

以下是两者的文档页面:

在Azure上使用Spring

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:

Spring on Azure

Azure Spring Cloud

答案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.

huangapple
  • 本文由 发表于 2020年4月4日 04:57:11
  • 转载请务必保留本文链接:https://go.coder-hub.com/61020289.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定