Use specific Java JRE version in Azure Function

206 Views Asked by At

I have an Azure function that was previously working on Java JRE version: zulu8.52.0.23-jre8.0.282-win_x64(X), but recently after an Azure update, it went from that version to a new version: zulu8.54.0.21-jre8.0.292-win_x64(y).

I accessed the azure function using kudu and found out that version X is still there in the directory, but the path variable is referring to the latest JRE available on the machine i.e version Y..

JRE LIST

What I need is to go back to the previous JRE version that the function was previously running on.

0

There are 0 best solutions below