Search code examples
azurespring-bootspring-cloudnetflix-eureka

How to deploy spring cloud microservice on Azure cloud


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?


Solution

  • 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.