To use JVM 32 bit in Azure spring app.

AnilYadav-2387 20 Reputation points
2023-08-10T13:43:09.1566667+00:00

We have a spring boot application which runs on JVM 32 bit only. So, how can we set JVM 32 bit in azure spring app to run our application.

could you please help me for this?

Azure Spring Apps
Azure Spring Apps
An Azure platform as a service for running Spring Boot applications at cloud scale. Previously known as Azure Spring Cloud.
124 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. MuthuKumaranMurugaachari-MSFT 22,321 Reputation points
    2023-08-15T13:24:27.4766667+00:00

    Anil Yadav Thanks for posting your question in Microsoft Q&A. Azure Spring Apps support only 64-bit Java runtime and there is no support for 32-bit JAVA runtime. Therefore, if your Spring Boot application requires a 32-bit JVM, it cannot be deployed to Azure Spring Apps, and you might have to consider other options such as installing 32-bit Java on Azure VM or Azure Web Apps (Windows) etc.

    I hope this helps and let me know if any questions.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.