Skip to content

Configuring Alerts

Alert settings are stored in Azure Table Storage (AlertsConfig table).

Using Azure Storage Explorer

  1. Open Azure Storage Explorer
  2. Navigate to Storage Account → Tables → AlertsConfig
  3. Edit the existing alerts row:
FieldValue
PartitionKeyconfig
RowKeyalerts
webhookUrlTeams webhook URL
minimumSeverityCritical, High, Medium, or Low
enabledtrue or false

Getting a Teams Webhook URL

  1. In Teams, go to the channel for alerts
  2. Click ⋯ → Connectors → Incoming Webhook
  3. Name it "Beacon Alerts" and copy the URL

Example

PartitionKey: config
RowKey: alerts
webhookUrl: https://outlook.office.com/webhook/...
minimumSeverity: Medium
enabled: true