Skip to content

Commit a380e54

Browse files
Merge pull request #218349 from v-jbasden/jbasden-update-msdate-app-insights-1
Bulk updating ms.date metadata
2 parents 4adf45b + 8b005a7 commit a380e54

9 files changed

+10
-10
lines changed

articles/azure-monitor/app/azure-ad-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Azure AD authentication for Application Insights
33
description: Learn how to enable Azure Active Directory (Azure AD) authentication to ensure that only authenticated telemetry is ingested in your Application Insights resources.
44
ms.topic: conceptual
5-
ms.date: 08/02/2021
5+
ms.date: 11/14/2022
66
ms.devlang: csharp, java, javascript, python
77
ms.reviewer: rijolly
88
---

articles/azure-monitor/app/azure-web-apps-net.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Monitor Azure app services performance ASP.NET | Microsoft Docs
33
description: Application performance monitoring for Azure app services using ASP.NET. Chart load and response time, dependency information, and set alerts on performance.
44
ms.topic: conceptual
5-
ms.date: 08/24/2022
5+
ms.date: 11/14/2022
66
ms.devlang: javascript
77
ms.custom: devx-track-dotnet
88
ms.reviewer: abinetabate
@@ -185,7 +185,7 @@ The table below provides a more detailed explanation of what these values mean,
185185

186186
### System.IO.FileNotFoundException after 2.8.44 upgrade
187187

188-
2.8.44 version of auto instrumentation upgrades Application Insights SDK to 2.20.0. Application Insights SDK has an indirect reference to `System.Runtime.CompilerServices.Unsafe.dll` through `System.Diagnostics.DiagnosticSource.dll`. If application has [binding redirect](https://learn.microsoft.com/dotnet/framework/configure-apps/file-schema/runtime/bindingredirect-element) for `System.Runtime.CompilerServices.Unsafe.dll` and if this library is not present in application folder it may throw `System.IO.FileNotFoundException`.
188+
2.8.44 version of auto instrumentation upgrades Application Insights SDK to 2.20.0. Application Insights SDK has an indirect reference to `System.Runtime.CompilerServices.Unsafe.dll` through `System.Diagnostics.DiagnosticSource.dll`. If application has [binding redirect](/dotnet/framework/configure-apps/file-schema/runtime/bindingredirect-element) for `System.Runtime.CompilerServices.Unsafe.dll` and if this library is not present in application folder it may throw `System.IO.FileNotFoundException`.
189189

190190
To resolve this issue, remove the binding redirect entry for `System.Runtime.CompilerServices.Unsafe.dll` from web.config file. If the application wanted to use `System.Runtime.CompilerServices.Unsafe.dll` then set the binding redirect as below.
191191

articles/azure-monitor/app/console.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Application Insights for console applications | Microsoft Docs
33
description: Monitor web applications for availability, performance, and usage.
44
ms.topic: conceptual
5-
ms.date: 05/21/2020
5+
ms.date: 11/14/2022
66
ms.devlang: csharp
77
ms.custom: devx-track-csharp
88
ms.reviewer: casocha

articles/azure-monitor/app/create-workspace-resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Create a new Azure Monitor Application Insights workspace-based resource
33
description: Learn about the steps required to enable the new Azure Monitor Application Insights workspace-based resources.
44
ms.topic: conceptual
5-
ms.date: 07/14/2022
5+
ms.date: 11/14/2022
66
ms.reviewer: cogoodson
77
ms.custom: devx-track-azurepowershell, devx-track-azurecli
88
---

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Continuous export of telemetry from Application Insights | Microsoft Docs
33
description: Export diagnostic and usage data to storage in Azure and download it from there.
44
ms.topic: conceptual
5-
ms.date: 10/24/2022
5+
ms.date: 11/14/2022
66
ms.custom: references_regions
77
ms.reviewer: mmcc
88
---

articles/azure-monitor/app/javascript-angular-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: azure-monitor
55
ms.workload: tbd
66
ms.tgt_pltfrm: ibiza
77
ms.topic: conceptual
8-
ms.date: 10/07/2020
8+
ms.date: 11/14/2022
99
ms.devlang: javascript
1010
ms.reviewer: mmcc
1111
---

articles/azure-monitor/app/javascript-react-native-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: azure-monitor
55
ms.workload: tbd
66
ms.tgt_pltfrm: ibiza
77
ms.topic: conceptual
8-
ms.date: 08/06/2020
8+
ms.date: 11/14/2022
99
ms.devlang: javascript
1010
ms.reviewer: mmcc
1111
---

articles/azure-monitor/app/javascript-react-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: azure-monitor
55
ms.workload: tbd
66
ms.tgt_pltfrm: ibiza
77
ms.topic: conceptual
8-
ms.date: 07/28/2020
8+
ms.date: 11/14/2022
99
ms.devlang: javascript
1010
ms.reviewer: mmcc
1111
---

articles/azure-monitor/app/resource-manager-app-resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Resource Manager template samples for Application Insights Resources
33
description: Sample Azure Resource Manager templates to deploy Application Insights resources in Azure Monitor.
44
ms.topic: sample
5-
ms.date: 04/27/2022
5+
ms.date: 11/14/2022
66
ms.custom: ignite-fall-2021
77
ms.reviewer: vitalyg
88
---

0 commit comments

Comments
 (0)