Skip to content

Commit fda9268

Browse files
Fixed example config for AppInsights
1 parent ee06892 commit fda9268

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/configs/test-config-appinsights.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@ providers:
22
- name: AppInsights
33
appInsightsConfig:
44
name: demo-appinsights
5+
subscriptionId: "00000000-0000-0000-0000-000000000000"
56
resourceGroup: demoRG
67
location: "westeurope"
78
geoLocation: ["us-tx-sn1-azr","emea-nl-ams-azr","us-fl-mia-edge","latam-br-gru-edge"]
89
emailAction:
910
send_to_service_owners: false
1011
custom_emails: ["[email protected]"]
1112
webhookAction:
12-
service_uri: https://webhook.io
13-
enableMonitorDeletion: true
13+
service_uri: https://webhook.io
14+
enableMonitorDeletion: true

0 commit comments

Comments
 (0)