From dc20c2ba8377a90a3170642c9b3df6cd5166ad72 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> Date: Sun, 25 Aug 2024 23:12:48 +0200 Subject: Initial commit --- Backend/host.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Backend/host.json (limited to 'Backend/host.json') diff --git a/Backend/host.json b/Backend/host.json new file mode 100644 index 0000000..ee5cf5f --- /dev/null +++ b/Backend/host.json @@ -0,0 +1,12 @@ +{ + "version": "2.0", + "logging": { + "applicationInsights": { + "samplingSettings": { + "isEnabled": true, + "excludedTypes": "Request" + }, + "enableLiveMetricsFilters": true + } + } +} \ No newline at end of file -- cgit v1.3