services.prometheus.scrapeConfigs.*.azure_sd_configs.*.authentication_method

NixOS option

The authentication method, either OAuth or ManagedIdentity. See https://docs.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/overview Defaults to OAuth in prometheus when set to null.

type: null or one of "OAuth", "ManagedIdentity"
Default
null
declared in: nixos/modules/services/monitoring/prometheus/default.nixView source on NixOS/nixpkgs →