AI am trying to deploy my custom startup script to App Service following the CLI command mentioned in the documentation.
https://learn.microsoft.com/en-us/azure/app-service/deploy-zip#deploy-a-startup-script
After running the command I got Jason response without any errors. I executed : aż webapp deploy --resource-group my-group --name my-app --src-path startupfiles/my-app-startup-file.sh --type=startup --target-path=/home/site/wwwroot/
Then I checked in server using Kudu tools (connected with SSH) and couldn’t find the script which I expected to see in /home/site/wwwroot/ directory.
Maybe I did something wrong?
Thanks in advance!
I tried to connect to the server and check if the startup file deployed successfully, but I couldn’t find it.