Configuring Alerts
Alert settings are stored in Azure Table Storage (AlertsConfig table).
Using Azure Storage Explorer
- Open Azure Storage Explorer
- Navigate to Storage Account → Tables → AlertsConfig
- Edit the existing
alertsrow:
| Field | Value |
|---|---|
| PartitionKey | config |
| RowKey | alerts |
| webhookUrl | Teams webhook URL |
| minimumSeverity | Critical, High, Medium, or Low |
| enabled | true or false |
Getting a Teams Webhook URL
- In Teams, go to the channel for alerts
- Click ⋯ → Connectors → Incoming Webhook
- Name it "Beacon Alerts" and copy the URL
Example
PartitionKey: config
RowKey: alerts
webhookUrl: https://outlook.office.com/webhook/...
minimumSeverity: Medium
enabled: true