Alpha state. A platform designed for building enterprise-grade, multi-tenant products using Azure, .NET, React, TypeScript, Infrastructure as Code, etc.
Change liveness and readiness health probes scheme from HTTPS to HTTP. In a previous pull request, we switched from TCP to HTTP health probes for the API in Azure Container App. However, these failed to start because the scheme was set to HTTPS instead of HTTP. This PR corrects the scheme to HTTP, ensuring proper functionality.
Checklist
[x] I have added a Label to the pull-request
[x] I have added tests, and done manual regression tests
[x] I have updated the documentation, if necessary
Summary & Motivation
Change liveness and readiness health probes scheme from HTTPS to HTTP. In a previous pull request, we switched from TCP to HTTP health probes for the API in Azure Container App. However, these failed to start because the scheme was set to HTTPS instead of HTTP. This PR corrects the scheme to HTTP, ensuring proper functionality.
Checklist