I've got a React frontend using a NodeJS backend application running as an App Service in Azure. And I'm troubleshooting that it doesn't work properly to wake up / load the backend application after it has been unloaded due to inactivity.
According to this GitHub issue, the App Service is not unloaded before 20 minutes of inactivity.
Since it would be very ineffective to have to wait 20 minutes for the app to be unloaded over and over while troubleshooting my problem, I would like to manually trigger the App Service to be unloaded. Either using the CLI, an API, a menu option in Azure or something else.
How can I manually trigger Azure to unload an App Service?