1

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.

James Z
  • 12,209
  • 10
  • 24
  • 44
Amit Rathod
  • 31
  • 2
  • 8
  • Have you checked the [Azure Functions Java developer guide](https://learn.microsoft.com/en-us/azure/azure-functions/functions-reference-java?tabs=bash%2Cconsumption#supported-versions) document ? – SauravDas-MT Oct 26 '21 at 12:14

0 Answers0