From b84a9b15c5e54b4642f228dd2ad5167883801503 Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Sat, 20 May 2017 12:00:44 -0400 Subject: [PATCH] add appinsights --- Startup.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Startup.cs b/Startup.cs index e56582a..eea3d6d 100644 --- a/Startup.cs +++ b/Startup.cs @@ -30,6 +30,7 @@ namespace aka.terribledev.io // This method gets called by the runtime. Use this method to add services to the container. public void ConfigureServices(IServiceCollection services) { + services.AddApplicationInsightsTelemetry(); services.AddRouting(); }