Skip to content

Commit 66b0e8a

Browse files
authored
Merge pull request #231358 from hhunter-ms/hh-71134
[Snapshot Debugger] Add snapshot debugger TSG back
2 parents decd731 + b8ffb2e commit 66b0e8a

8 files changed

+345
-20
lines changed

.openpublishing.redirection.azure-monitor.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
{
22
"redirections": [
3-
{
4-
"source_path_from_root": "/articles/azure-monitor/snapshot-debugger/snapshot-debugger-troubleshoot.md",
5-
"redirect_url": "https://learn.microsoft.com/troubleshoot/azure/azure-monitor/app-insights/snapshot-debugger-troubleshoot",
6-
"redirect_document_id": false
7-
},
8-
{
3+
{
94
"source_path_from_root": "/articles/azure-monitor/best-practices.md",
105
"redirect_url": "/azure/azure-monitor/getting-started",
116
"redirect_document_id": false

articles/azure-monitor/snapshot-debugger/snapshot-collector-release-notes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ A point release to address user-reported bugs.
2323
### Bug fixes
2424
- Fix [Hide the IDMS dependency from dependency tracker.](https://github.com/microsoft/ApplicationInsights-SnapshotCollector/issues/17)
2525
- Fix [ArgumentException: telemetryProcessorTypedoes not implement ITelemetryProcessor.](https://github.com/microsoft/ApplicationInsights-SnapshotCollector/issues/19)
26-
<br>Snapshot Collector used via SDK is not supported when Interop feature is enabled. [See more not supported scenarios.](/troubleshoot/azure/azure-monitor/app-insights/snapshot-debugger-troubleshoot.md#not-supported-scenarios)
26+
<br>Snapshot Collector used via SDK is not supported when Interop feature is enabled. [See more not supported scenarios.](snapshot-debugger-troubleshoot.md#not-supported-scenarios)
2727

2828
## [1.4.2](https://www.nuget.org/packages/Microsoft.ApplicationInsights.SnapshotCollector/1.4.2)
2929
A point release to address a user-reported bug.
@@ -36,7 +36,7 @@ A point release to revert a breaking change introduced in 1.4.0.
3636
- Fix [Method not found in WebJobs](https://github.com/microsoft/ApplicationInsights-SnapshotCollector/issues/15)
3737

3838
## [1.4.0](https://www.nuget.org/packages/Microsoft.ApplicationInsights.SnapshotCollector/1.4.0)
39-
Address multiple improvements and added support for Azure Active Directory (AAD) authentication for Application Insights ingestion.
39+
Address multiple improvements and added support for Azure Active Directory (Azure AD) authentication for Application Insights ingestion.
4040
### Changes
4141
- Snapshot Collector package size reduced by 60%. From 10.34 MB to 4.11 MB.
4242
- Target netstandard2.0 only in Snapshot Collector.
@@ -118,7 +118,7 @@ A point release to address a couple of high-impact issues.
118118

119119
## [1.3.1](https://www.nuget.org/packages/Microsoft.ApplicationInsights.SnapshotCollector/1.3.1)
120120
- Remove support for collecting snapshots with the RtlCloneUserProcess API and only support PssCaptureSnapshots API.
121-
- Increase the default limit on how many snapshot can be captured in 10 minutes from 1 to 3.
121+
- Increase the default limit on how many snapshots can be captured in 10 minutes from 1 to 3.
122122
- Allow SnapshotUploader.exe to negotiate TLS 1.1 and 1.2
123123
- Report additional telemetry when SnapshotUploader logs a warning or an error
124124
- Stop taking snapshots when the backend service reports the daily quota was reached (50 snapshots per day)
@@ -199,4 +199,4 @@ Augmented usage telemetry
199199
## [1.1.0](https://www.nuget.org/packages/Microsoft.ApplicationInsights.SnapshotCollector/1.1.0)
200200
### Changes
201201
- Added host memory protection. This feature reduces the impact on the host machine's memory.
202-
- Improve the Azure portal snapshot viewing experience.
202+
- Improve the Azure portal snapshot viewing experience.

articles/azure-monitor/snapshot-debugger/snapshot-debugger-app-service.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ If you're running a different type of Azure service, here are instructions for e
4949
* [Azure Function](snapshot-debugger-function-app.md?toc=/azure/azure-monitor/toc.json)
5050
* [Azure Cloud Services](snapshot-debugger-vm.md?toc=/azure/azure-monitor/toc.json)
5151
* [Azure Service Fabric services](snapshot-debugger-vm.md?toc=/azure/azure-monitor/toc.json)
52-
* [Azure Virtual Machines and virtual machine scale sets](snapshot-debugger-vm.md?toc=/azure/azure-monitor/toc.json)
52+
* [Azure Virtual Machines and Virtual Machine Scale Sets](snapshot-debugger-vm.md?toc=/azure/azure-monitor/toc.json)
5353
* [On-premises virtual or physical machines](snapshot-debugger-vm.md?toc=/azure/azure-monitor/toc.json)
5454

5555
## Enable Snapshot Debugger for other clouds
@@ -89,7 +89,7 @@ For User-Assigned Identity:
8989

9090
|App Setting | Value |
9191
|---------------|----------|
92-
|APPLICATIONINSIGHTS_AUTHENTICATION_STRING | Authorization=AD;ClientId={Client id of the User-Assigned Identity} |
92+
|APPLICATIONINSIGHTS_AUTHENTICATION_STRING | Authorization=AD;ClientID={Client ID of the User-Assigned Identity} |
9393

9494
## Disable Snapshot Debugger
9595

@@ -149,7 +149,7 @@ Below you can find scenarios where Snapshot Collector isn't supported:
149149

150150
* Generate traffic to your application that can trigger an exception. Then, wait 10 to 15 minutes for snapshots to be sent to the Application Insights instance.
151151
* See [snapshots](snapshot-debugger.md?toc=/azure/azure-monitor/toc.json#view-snapshots-in-the-portal) in the Azure portal.
152-
* For help with troubleshooting Snapshot Debugger issues, see [Snapshot Debugger troubleshooting](/troubleshoot/azure/azure-monitor/app-insights/snapshot-debugger-troubleshoot.md).
152+
* For help with troubleshooting Snapshot Debugger issues, see [Snapshot Debugger troubleshooting](snapshot-debugger-troubleshoot.md).
153153

154154
[Enablement UI]: ./media/snapshot-debugger/enablement-ui.png
155155
[snapshot-debugger-app-setting]:./media/snapshot-debugger/snapshot-debugger-app-setting.png

articles/azure-monitor/snapshot-debugger/snapshot-debugger-function-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,4 +167,4 @@ We recommend that you have Snapshot Debugger enabled on all your apps to ease di
167167
* Generate traffic to your application that can trigger an exception. Then, wait 10 to 15 minutes for snapshots to be sent to the Application Insights instance.
168168
* [View snapshots](snapshot-debugger.md?toc=/azure/azure-monitor/toc.json#view-snapshots-in-the-portal) in the Azure portal.
169169
* Customize Snapshot Debugger configuration based on your use-case on your Function app. For more information, see [snapshot configuration in host.json](../../azure-functions/functions-host-json.md#applicationinsightssnapshotconfiguration).
170-
* For help with troubleshooting Snapshot Debugger issues, see [Snapshot Debugger troubleshooting](/troubleshoot/azure/azure-monitor/app-insights/snapshot-debugger-troubleshoot.md).
170+
* For help with troubleshooting Snapshot Debugger issues, see [Snapshot Debugger troubleshooting](snapshot-debugger-troubleshoot.md).

0 commit comments

Comments
 (0)