Alpha state. A platform designed for building enterprise-grade, multi-tenant products using Azure, .NET, React, TypeScript, Infrastructure as Code, etc.
Add logic to deployment workflows to monitor deployments and fail workflows if activation does not result in a healthy running container. This ensures that any issues during deployment are promptly identified and addressed.
Change health probes for worker containers to use TCP instead of HTTP, improving reliability and accuracy in monitoring the health of worker containers.
Update deployment logic to ensure that any changes to _deploy-container.yml trigger the deployment of self-contained systems.
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
Add logic to deployment workflows to monitor deployments and fail workflows if activation does not result in a healthy running container. This ensures that any issues during deployment are promptly identified and addressed.
Change health probes for worker containers to use TCP instead of HTTP, improving reliability and accuracy in monitoring the health of worker containers.
Update deployment logic to ensure that any changes to
_deploy-container.yml
trigger the deployment of self-contained systems.Checklist