Hi Team,
i am doing the build using orxy and its doing the build and deployed the application azure app service evironment.
its keeping the output.tar.gz file under /home/site/wwwroot/ but its not extracting, i used related path startup.sh to run under /tmp//startup.sh.
every time app service restart, its extracting the contents /home/site/wwwrroot/output.tar.gz and starting the application.
we using python 3.11.
Can anyone suggest how to deploy and test this ?