From abc1133c7e077d484e4c97f75cee8460a3004397 Mon Sep 17 00:00:00 2001
From: Eltjo <github@eltjoveninga.nl>
Date: Wed, 22 Jun 2022 14:50:56 +0000
Subject: [PATCH] Adds Azure Application Insights as a new analytics option (#692)
---
docs/configurations.md | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/docs/configurations.md b/docs/configurations.md
index 8472fb0..5e07d0b 100644
--- a/docs/configurations.md
+++ b/docs/configurations.md
@@ -9,6 +9,7 @@
* [Goat Counter](#goat-counter)
* [Cloudflare](#cloudflare)
* [Matomo](#matomo)
+ * [Application Insights](#application-insights)
* [Commenting Systems](#commenting-systems)
* [Disqus](#disqus)
* [Commento](#commento)
@@ -33,6 +34,7 @@
* [Goat Counter](https://www.goatcounter.com/)
* [Cloudflare](https://www.cloudflare.com/analytics/)
* [Matomo](https://matomo.org/)
+ * [Application Insights](https://azure.com/)
* Commenting Systems
* [Disqus](https://disqus.com/)
* [Commento](https://commento.io/)
@@ -89,6 +91,13 @@
serverURL = "analytics.example.com"
```
+#### Application Insights
+
+```toml
+[params.applicationInsights]
+ connectionString = "connectionstring" # https://docs.microsoft.com/en-us/azure/azure-monitor/app/sdk-connection-string
+```
+
### Commenting Systems
Comments are displayed within post pages, but can be disabled with `disableComments` front-matter.
--
Gitblit v1.10.0