Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 832 Bytes

File metadata and controls

22 lines (15 loc) · 832 Bytes

Azure Application Gateway Health

Checks key metrics for Azure Application Gateways and queries the health status of backend pools used by the gateway.

Configuration

The TaskSet requires initialization to import necessary secrets, services, and user variables. The following variables should be set:

  • AZ_USERNAME: Service principal's client ID
  • AZ_SECRET_VALUE: The credential secret value from the app registration
  • AZ_TENANT: The Azure tenancy ID
  • AZ_SUBSCRIPTION: The Azure subscription ID
  • AZ_RESOURCE_GROUP: The Azure resource group that these resources reside in
  • APPGATEWAY: The name of the application gateway in the resource group to target with checks

Notes

This codebundle assumes the service principal authentication flow.

TODO

  • config best practices check
  • Add documentation