Add default root path to prevent AppService AlwaysOn feature to generate failed requests
What is the current behavior?
AppService AlwaysOn feature calls the root path every 5 minutes to prevent the service to idle.
If there is no controller to answer, a HTTP 404 error is thrown and generate unwanted noise in logs.
What is the new behavior?
Add a default controller that respond HTTP 200 with no payload
Checklist
[ ] Documentation has been added/updated
[ ] Automated Unit / Integration tests for the changes have been added/updated
GitHub Issue: # NA
Proposed Changes
Add default root path to prevent AppService AlwaysOn feature to generate failed requests
What is the current behavior?
AppService AlwaysOn feature calls the root path every 5 minutes to prevent the service to idle. If there is no controller to answer, a HTTP 404 error is thrown and generate unwanted noise in logs.
What is the new behavior?
Add a default controller that respond HTTP 200 with no payload
Checklist
Documentation has been added/updatedAutomated Unit / Integration tests for the changes have been added/updatedContains NO breaking changesUpdated the ChangelogAssociated with an issue