I deployed my web application utilizing Azure App Services. I have startup script which runs the application via command “java -jar test jar -D parameter list”. Everything works good,but when I am trying to add a new addintnal parameter to java command using Azure portal, then I got the error popup with the message “failed to save ..”
Is it any limitation on startup script content?
Thanks in advance!
I tried to replace one of the existing parameters with a new one and no issues. I could save the changes. Seems startup script has some limitations.
Vagharshak Avetisyan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.