Skip to content

Commit 144a485

Browse files
author
Eltjo Veninga
committed
Updated configurations.md
1 parent 6e087fc commit 144a485

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/configurations.md

+9
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* [Goat Counter](#goat-counter)
1010
* [Cloudflare](#cloudflare)
1111
* [Matomo](#matomo)
12+
* [Application Insights](#application-insights)
1213
* [Commenting Systems](#commenting-systems)
1314
* [Disqus](#disqus)
1415
* [Commento](#commento)
@@ -33,6 +34,7 @@ This theme supports:
3334
* [Goat Counter](https://www.goatcounter.com/)
3435
* [Cloudflare](https://www.cloudflare.com/analytics/)
3536
* [Matomo](https://matomo.org/)
37+
* [Application Insights](https://azure.com/)
3638
* Commenting Systems
3739
* [Disqus](https://disqus.com/)
3840
* [Commento](https://commento.io/)
@@ -89,6 +91,13 @@ Follow [these steps](https://gohugo.io/templates/internal/#configure-google-anal
8991
serverURL = "analytics.example.com"
9092
```
9193

94+
#### Application Insights
95+
96+
```toml
97+
[params.applicationInsights]
98+
connectionString = "connectionstring" # https://docs.microsoft.com/en-us/azure/azure-monitor/app/sdk-connection-string
99+
```
100+
92101
### Commenting Systems
93102

94103
Comments are displayed within post pages, but can be disabled with `disableComments` front-matter.

0 commit comments

Comments
 (0)