Hi,
I am deploying and swapping my Azure App Service via AzDo tasks. Sometimes, when there's an issue with the application itself, swapping will fail with:
Error: Failed to swap App Service 'myservice' slots - 'staging' and 'production'. Error: ExpectationFailed - Cannot swap site slots for site 'myservice' because the 'staging' slot did not respond to http ping. (CODE: 417)
Which is fine, my app cannot start up correctly because of configuration issues.
My question here is if there's a setting either in the AzDo task or in Azure itself to maximize the number of app startup attempts, because we need to wait more than 20 minutes for the AzDo task to fail at the moment, which is a bit too long.
Thanks,
Ferenc