Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (15 loc) · 1.73 KB

README.md

File metadata and controls

26 lines (15 loc) · 1.73 KB

NOTE: Public Archive. This project has been adopted by & transferred to dodevops/azure-app-exporter

azure-app-exporter Artifact Hub

azure-app-exporter

Exposing Prometheus Metrics for Azure App Registration useful for alerting on expiring Service Principal Credentials.

Example Grafana Dashboard

See Documentation for more information.

Contribute on the Project page

Quick Start

Install using Helm or Docker and create a Service Principal to use with Azure.

The service authenticates against Azure using Environmental Credentials, i.e.

  • AZURE_TENANT_ID: ID of the service principal's tenant. Also called its 'directory' ID.
  • AZURE_CLIENT_ID: the application ID
  • AZURE_CLIENT_SECRET: one of the service principal's client secrets

The Service Principal should have at least API permission Application.Read.All (Graph & Active Directory)