Deploying to Microsoft Azure Permalink to " Deploying to Microsoft Azure"

Microsoft Azure is a great solution to run JHipster applications in the cloud.

  • The easiest way is to use Azure App Service to deploy your monoliths.
  • If you are using Spring Boot microservices, Azure Spring Cloud fully supports JHipster applications.
  • As with any Docker and Kubernetes cloud provider, you can use the JHipster Docker and Kubernetes support to deploy your Docker images to Microsoft Azure. Follow our Docker Compose documentation and our Kubernetes documentation for more information on these options.

Microsoft Azure

Deploying using NubesGen

NubesGen is a deployment platform that fully supports JHipster applications, and is the best solution to deploy your applications to Azure.

To deploy your JHipster application with NubesGen, select in the dropdown menu:

  • “Spring Boot (Java) with Maven” to run your JHipster application with Maven.
  • “Spring Boot (Java) with Gradle” to run your JHipster application with Gradle.
  • “Docker with Spring Boot” to package your JHipster application with Docker and run it with Docker. Performance might be better than with Maven or Gradle, but you will have less monitoring options and no Java support from Microsoft.

Go to the NubesGen website for full documentation.

[Deprecated] Deploying using the "azure" sub-generator

JHipster still has an “azure” sub-generator, which is documented in our previous versions, but it is deprecated.