Checks key metrics for Azure Application Gateways and queries the health status of backend pools used by the gateway.
The TaskSet requires initialization to import necessary secrets, services, and user variables. The following variables should be set:
AZ_USERNAME
: Service principal's client IDAZ_SECRET_VALUE
: The credential secret value from the app registrationAZ_TENANT
: The Azure tenancy IDAZ_SUBSCRIPTION
: The Azure subscription IDAZ_RESOURCE_GROUP
: The Azure resource group that these resources reside inAPPGATEWAY
: The name of the application gateway in the resource group to target with checks
This codebundle assumes the service principal authentication flow.
- config best practices check
- Add documentation