fix instrumentation keys

This commit is contained in:
Tommy Parnell
2017-12-12 13:10:39 -05:00
parent d58c49b1d5
commit 9bc3f9d4f6
2 changed files with 1 additions and 3 deletions

View File

@@ -3,8 +3,6 @@
<TargetFramework>netcoreapp2.0</TargetFramework> <TargetFramework>netcoreapp2.0</TargetFramework>
<AssemblyName>aka.terribledev.io</AssemblyName> <AssemblyName>aka.terribledev.io</AssemblyName>
<PackageId>aka.terribledev.io</PackageId> <PackageId>aka.terribledev.io</PackageId>
<ApplicationInsightsResourceId>/subscriptions/6332a4fe-3d5b-4857-9206-6dedd406f451/resourcegroups/Default-ApplicationInsights-EastUS/providers/microsoft.insights/components/tparnellaka</ApplicationInsightsResourceId>
<ApplicationInsightsAnnotationResourceId>/subscriptions/6332a4fe-3d5b-4857-9206-6dedd406f451/resourcegroups/Default-ApplicationInsights-EastUS/providers/microsoft.insights/components/tparnellaka</ApplicationInsightsAnnotationResourceId>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<None Update="wwwroot\**\*"> <None Update="wwwroot\**\*">

View File

@@ -8,6 +8,6 @@
} }
}, },
"ApplicationInsights": { "ApplicationInsights": {
"InstrumentationKey": "c8395922-9889-4634-abe5-9c40ef101856" "InstrumentationKey": "c65d5477-68f6-4c5d-ac58-36ff3be6c8d5"
} }
} }