ObserveNow
...
Cloud Providers
Microsoft Azure
logs and metrics generated by azure services can be brought into observenow seamlessly using one of 2 methods agent integration for azure metrics for agent side integration, you should have a vm or k8s cluster running the opsverse observenow agent on it the existing agent can be configured to pull metrics from azure services into yout observenow installation to get started, create a new azure app registration https //learn microsoft com/en us/entra/identity platform/howto create service principal portal the access for the exporter will depend on this app registration, so ensure it has broad access to the azure resources you want to monitor once this is done, you can enable the azure metrics exporter in the observenow agent for helm based k8s agent installations, you can add the following into your values yaml to enable the azure metrics exporter azure metrics exporter enabled true env debug "true" verbose "true" azure client id "\<azure client id>" azure tenant id "\<azure tenant id>" azure client secret "\<azure client secret>" re run the helm install step to ensure the metrics exporter is up and running you can now configure scrape jobs depending on the service you want to scrape instructions of jobs for https //docs opsverse io/azure app services , https //docs opsverse io/azure sql server , https //docs opsverse io/azure cosmos db are available, and can be used a sample for other services as well server side integration for azure metrics/logs docs coming soon