Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copilot Chat: Disable alwaysOn and enable health check #2084

Conversation

TaoChenOSU
Copy link
Contributor

Motivation and Context

Addressing item microsoft/chat-copilot#25.

Description

Instead of mapping / to /healthz, we decided to disable alwaysOn and enable App Service health check. This is because mapping / to /healthz creates a dependency on the deployment setup and makes the code harder to maintain, i.e when alwaysOn is disabled, there is really not point at mapping the route. Thus, disabling alwaysOn and enabling App service health check is a cleaner solution.

Contribution Checklist

@TaoChenOSU TaoChenOSU added PR: ready for review All feedback addressed, ready for reviews samples labels Jul 20, 2023
@TaoChenOSU TaoChenOSU self-assigned this Jul 20, 2023
@TaoChenOSU TaoChenOSU requested a review from a team as a code owner July 20, 2023 00:49
@shawncal shawncal changed the title Disable alwaysOn and enable health check Copilot Chat: Disable alwaysOn and enable health check Jul 20, 2023
@alliscode alliscode added this pull request to the merge queue Jul 21, 2023
Merged via the queue into microsoft:main with commit 4a0ed49 Jul 21, 2023
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: ready for review All feedback addressed, ready for reviews
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

4 participants