Azure
Connect Azure to the Pagerly SRE Agent to monitor resources, AKS, and activity logs.
Last updated
Connect Azure to the Pagerly SRE Agent to monitor resources, AKS, and activity logs.
List Azure resources by type β VMs, App Services, SQL databases, Storage
List AKS clusters β status, version, node count, power state
Query Azure Monitor metrics for specific resources
Get Activity Log β find recent changes, deployments, failures
Go to Azure Portal > Azure Active Directory > App Registrations
Create a new registration (e.g., Pagerly SRE)
Add Reader role on your subscription (IAM > Add role assignment)
Create a client secret under Certificates & Secrets
Use az account get-access-token to get a Bearer token
Enter the token and your subscription ID in the Pagerly dashboard
Bearer Token
Azure OAuth access token
eyJ0eXAiOiJKV1Qi...
Subscription ID
Your Azure subscription ID
12345678-abcd-efgh-...
"Our AKS cluster is prod-aks in eastus. Key resource group is rg-production. App Service is api-service."
Last updated