Hello, I am trying to deploy Sorl 9.2.1 into an Azure App service running on Linux OS, I have extracted all Sorl files into app service home directory, however, even after run the command "install_solr_service.sh" when I try to start the application Azure cannot find the Sorl startup file, as per the following logs.
2023-07-06T21:33:16.199625410Z: [INFO] STARTUP_FILE= 2023-07-06T21:33:16.199737513Z: [INFO] STARTUP_COMMAND= 2023-07-06T21:33:16.199833115Z: [INFO] No STARTUP_FILE available. 2023-07-06T21:33:16.199908217Z: [INFO] No STARTUP_COMMAND defined. 2023-07-06T21:33:16.231018143Z: [INFO] Could not find an excecutable jar in /home/site/wwwroot/ or any subdirectory. Using default parking page at /usr/local/appservice/parkingpage.jar There are several instructions in the internet about how deploy Sorl in Azure app service running Windows OS but does not exist for Linux. Is there any limitation or instruction that someone can share? Not sure what I am missing. Thank you!