PPHA-645: create container app health checks#359
Merged
mrlockstar merged 4 commits intomainfrom Mar 17, 2026
Merged
Conversation
6a0e90e to
f67584c
Compare
f67584c to
46217e3
Compare
Themitchell
previously approved these changes
Mar 17, 2026
1ec5ee5 to
401b739
Compare
401b739 to
0ed9f1d
Compare
Themitchell
approved these changes
Mar 17, 2026
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



What is the change?
This includes infrastructure alarming on the Database and Container webapp.
Also includes an Application insights web test, this will test the availability of the container app via hitting the healthcheck endpoint.
Also adds a boolean option to enable alerting or not, but default its false
Also adds in the number of replicas for the container app.
And adds in the memory used by the container app (default 1).
To test this out:-
kv-lungcs-[environment]-infmonitoring-email-addressto a pre created monitring email address, if this is not set up then set it to your own email address.Why are we making this change?