Skip to content

Commit 4e9e333

Browse files
authored
Merge pull request #99134 from cijothomas/cithomas/fix2
Minor changes to accurately reflect product
2 parents bf2e9d2 + 9ec4313 commit 4e9e333

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

articles/azure-monitor/app/asp-net-core.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The [Application Insights SDK for ASP.NET Core](https://nuget.org/packages/Micro
6262

6363
```xml
6464
<ItemGroup>
65-
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.8.0" />
65+
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.12.0" />
6666
</ItemGroup>
6767
```
6868

@@ -437,7 +437,7 @@ This SDK requires `HttpContext`, and hence does not work in any non-HTTP applica
437437

438438
## Open-source SDK
439439

440-
[Read and contribute to the code](https://github.com/Microsoft/ApplicationInsights-aspnetcore#recent-updates).
440+
[Read and contribute to the code](https://github.com/microsoft/ApplicationInsights-dotnet#recent-updates).
441441
442442
## Video
443443

articles/azure-monitor/app/live-stream.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ For Azure Function Apps (v2), securing the channel with an API key can be accomp
153153

154154
Create an API key from within your Application Insights resource and go to **Application Settings** for your Function App. Select **add new setting** and enter a name of `APPINSIGHTS_QUICKPULSEAUTHAPIKEY` and a value that corresponds to your API key.
155155

156-
### ASP.NET Core (Requires Application Insights ASP.NET Core SDK 2.3.0-beta or greater)
156+
### ASP.NET Core (Requires Application Insights ASP.NET Core SDK 2.3.0 or greater)
157157

158158
Modify your startup.cs file as follows:
159159

articles/azure-monitor/app/telemetry-channels.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: How to customize telemetry channels in Azure Application Insights S
44
ms.service: azure-monitor
55
ms.subservice: application-insights
66
ms.topic: conceptual
7-
author: cijothomas
8-
ms.author: cithomas
7+
author: mrbullwinkle
8+
ms.author: mbullwin
99
ms.date: 05/14/2019
1010

1111
ms.reviewer: mbullwin
@@ -142,7 +142,7 @@ The short answer is that none of the built-in channels offer a transaction-type
142142

143143
1. Items in memory are lost when the application crashes.
144144

145-
1. Telemetry is lost during extended periods of network problems. Telemetry is stored to local disk during network outages or when problems occur with the Application Insights back end. However, items older than 24 hours are discarded.
145+
1. Telemetry is lost during extended periods of network problems. Telemetry is stored to local disk during network outages or when problems occur with the Application Insights back end. However, items older than 48 hours are discarded.
146146

147147
1. The default disk locations for storing telemetry in Windows are %LOCALAPPDATA% or %TEMP%. These locations are typically local to the machine. If the application migrates physically from one location to another, any telemetry stored in the original location is lost.
148148

articles/azure-monitor/app/worker-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ A valid Application Insights instrumentation key. This key is required to send a
3131

3232
```xml
3333
<ItemGroup>
34-
<PackageReference Include="Microsoft.ApplicationInsights.WorkerService" Version="2.8.2" />
34+
<PackageReference Include="Microsoft.ApplicationInsights.WorkerService" Version="2.12.0" />
3535
</ItemGroup>
3636
```
3737

0 commit comments

Comments
 (0)