From 4119a8db2b61bd6e845d3590130c5b1e5231c10a Mon Sep 17 00:00:00 2001 From: damienbod Date: Sun, 14 Jan 2024 00:28:54 +0100 Subject: [PATCH] remove old stuff --- AspNetCoreAzureLogging/appsettings.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/AspNetCoreAzureLogging/appsettings.json b/AspNetCoreAzureLogging/appsettings.json index 99a7666..e2c2953 100644 --- a/AspNetCoreAzureLogging/appsettings.json +++ b/AspNetCoreAzureLogging/appsettings.json @@ -46,9 +46,6 @@ } ] }, - //"ApplicationInsights": { // should we add this? - // "ConnectionString": "[Enter ApplicationInsights Connection String]" - //}, "AllowedHosts": "*" }