问题
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
- You can use Spring-Boot and push it to the docker container, as docker recently launched the support for Azure cloud.
- You can deploy through Pivotal Cloud Foundry on Microsoft Azure.
来源:https://stackoverflow.com/questions/38412725/how-to-deploy-spring-cloud-microservice-on-azure-cloud