add appinsights

This commit is contained in:
Tommy Parnell
2017-05-20 12:00:44 -04:00
parent 9dabe7b488
commit b84a9b15c5

View File

@@ -30,6 +30,7 @@ namespace aka.terribledev.io
// This method gets called by the runtime. Use this method to add services to the container. // This method gets called by the runtime. Use this method to add services to the container.
public void ConfigureServices(IServiceCollection services) public void ConfigureServices(IServiceCollection services)
{ {
services.AddApplicationInsightsTelemetry();
services.AddRouting(); services.AddRouting();
} }