Skip to content

Commit 086e9e8

Browse files
committed
edits and deleted screenshots
1 parent b34c6d3 commit 086e9e8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.

articles/azure-monitor/app/remove-application-insights.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ To remove Application Insights, you'll need to remove the NuGet packages and ref
5252
![Right click Solution, in the Solution Explorer, then select Manage NuGet Packages for Solution](./media/remove-application-insights/manage-nuget-framework.png)
5353

5454
> [!NOTE]
55-
> If trace collection is enabled you need to first uninstall Microsoft.ApplicationInsights.TraceListener without remove dependency selected and then follow the steps below to uninstall Microsoft.ApplicationInsights.Web with remove dependency selected.
55+
> If trace collection is enabled you need to first uninstall Microsoft.ApplicationInsights.TraceListener without remove dependencies selected and then follow the steps below to uninstall Microsoft.ApplicationInsights.Web with remove dependencies selected.
5656
5757
1. Click on the "Microsoft.ApplicationInsights.Web" package. On the right, check the checkbox next to *Project* to select all projects.
5858

@@ -90,7 +90,7 @@ When you add Application Insights to your project, it creates files and adds cod
9090

9191
# [.NET](#tab/net)
9292

93-
When you add Application Insights Telemetry to a Visual Studio ASP.NET template project, it adds the following files:
93+
When you add Application Insights Telemetry to a Visual Studio ASP.NET project, it adds the following files:
9494

9595
- ApplicationInsights.config
9696
- AiHandleErrorAttribute.cs
@@ -141,7 +141,7 @@ If your project has a Layout.cshtml file the code below is added.
141141
function r(config){ t[config] = function(){ var i = arguments; t.queue.push(function(){ t[config].apply(t, i)})} }
142142
var t = { config:config},u=document,e=window,o='script',s=u.createElement(o),i,f;for(s.src=config.url||'//az416426.vo.msecnd.net/scripts/a/ai.0.js',u.getElementsByTagName(o)[0].parentNode.appendChild(s),t.cookie=u.cookie,t.queue=[],i=['Event','Exception','Metric','PageView','Trace','Ajax'];i.length;)r('track'+i.pop());return r('setAuthenticatedUserContext'),r('clearAuthenticatedUserContext'),config.disableExceptionTracking||(i='onerror',r('_'+i),f=e[i],e[i]=function(config, r, u, e, o) { var s = f && f(config, r, u, e, o); return s !== !0 && t['_' + i](config, r, u, e, o),s}),t
143143
}({
144-
instrumentationKey:'415c0ab5-90c7-4a2b-96dd-fcb94336fc30'
144+
instrumentationKey:'00000000-0000-0000-0000-000000000000'
145145
});
146146
147147
window.appInsights=appInsights;
@@ -181,7 +181,7 @@ When you add Application Insights Telemetry to a Visual Studio ASP.NET Core temp
181181
```csharp
182182
<PropertyGroup>
183183
<TargetFramework>netcoreapp3.1</TargetFramework>
184-
<ApplicationInsightsResourceId>/subscriptions/b21990e9-15a7-47eb-9ad0-f6b7155ab349/resourcegroups/Default-ApplicationInsights-EastUS/providers/microsoft.insights/components/WebApplication4core</ApplicationInsightsResourceId>
184+
<ApplicationInsightsResourceId>/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/Default-ApplicationInsights-EastUS/providers/microsoft.insights/components/WebApplication4core</ApplicationInsightsResourceId>
185185
</PropertyGroup>
186186

187187
<ItemGroup>

0 commit comments

Comments
 (0)