Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 454 Bytes

File metadata and controls

25 lines (22 loc) · 454 Bytes

HealthCheckTeamsNotificationMethod

appSettings.json

  "Umbraco": {
    "CMS": {
      "HealthChecks": {
        "Notification": {
          "Enabled": true,
          "NotificationMethods": {
            "teams": {
              "Enabled": true,
              "Verbosity": "Detailed",
              "Settings": {
                "webHookUrl": "your_webhook_here"
              }
            }
          }
        }
      }
    }
  }