Maintenance windows
Declare a period when an application is expected to be disturbed. Probes inside a window are excluded from the availability figures and can never raise an incident, so a planned change does not read as an outage. Windows apply retroactively — you can also declare one after the fact to clear a mark you have already caused.
Schedule a window
Existing windows
Automatic deploy windows
Every deploy can open its own window, so a revision swap never shows up as an outage. The deploy workflow calls the status service at the start of a deployment and closes the window when it finishes. Those windows are tagged deploy in the list above and are capped at 30 minutes so a stuck workflow cannot suppress monitoring indefinitely.
Enable it by setting STATUS_DEPLOY_KEY on this
Container App and adding the same value as a STATUS_DEPLOY_KEY
secret in the deploying repository. See the README for the workflow snippet.