How to deploy spring cloud microservice on Azure cloud

冷暖自知 提交于 2019-12-24 02:52:37

问题


I am working on micro service development using Spring Cloud and Netflix Eureka. Now I want to deploy these microservices on Azure. I tried to follow this Link but I am not sure that it's a best way to deploy microservices on Azure cloud.

Please suggest me what is the best way to deploy these micro service on Azure Cloud?


回答1:


Two options

  1. You can use Spring-Boot and push it to the docker container, as docker recently launched the support for Azure cloud.
  2. You can deploy through Pivotal Cloud Foundry on Microsoft Azure.


来源:https://stackoverflow.com/questions/38412725/how-to-deploy-spring-cloud-microservice-on-azure-cloud

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!