Java SE on Azure Web app

Urrutia Jacome, A 1 Reputation point
2020-10-02T01:53:32.74+00:00

Hi ,

Our asp net 4.7 web app references a DLL that requires Java SE 8+. I noticed Windows based Azure Web app comes with a few versions of JDK and JRE.

Is it possible to install another version of either JDK, JRE or Java SE by command line on Windows Based Azure Web app?

29791-image.png

Regards,

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ryan Hill 30,326 Reputation points Microsoft Employee Moderator
    2020-10-02T21:56:20.807+00:00

    Hi @Urrutia Jacome, A ,

    App services runs on a sandbox and therefore you won't be able to install any custom software. If your referenced DLL isn't able to run using one of the available runtimes, you would be to deploy your application inside a custom image and host your container your app service. You will have to create a new Web App for Containers app service though. For the long term, I would also encourage submitting feedback to the product group asking for additional JDK/JREs to be installed.

    Regards,
    Ryan

    0 comments No comments

Your answer

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