Skip to content

Commit 95959fb

Browse files
authored
Merge pull request #203030 from AaronMaxwell/aaronmax-redirect-tshoot
[AppInsights][AaronMax] redirecting 5 low-impact break-fix tshoot docs
2 parents 60cbd6a + b296fcf commit 95959fb

12 files changed

+34
-1018
lines changed

.openpublishing.redirection.azure-monitor.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,31 @@
141141
"redirect_url": "https://docs.microsoft.com/troubleshoot/azure/azure-monitor/app-insights/troubleshoot-portal-connectivity",
142142
"redirect_document_id": false
143143
},
144+
{
145+
"source_path_from_root": "/articles/azure-monitor/app/java-2x-troubleshoot.md",
146+
"redirect_url": "https://docs.microsoft.com/troubleshoot/azure/azure-monitor/app-insights/java-2x-troubleshoot",
147+
"redirect_document_id": false
148+
},
149+
{
150+
"source_path_from_root": "/articles/azure-monitor/app/status-monitor-v2-troubleshoot.md",
151+
"redirect_url": "https://docs.microsoft.com/troubleshoot/azure/azure-monitor/app-insights/status-monitor-v2-troubleshoot",
152+
"redirect_document_id": false
153+
},
154+
{
155+
"source_path_from_root": "/articles/azure-monitor/app/asp-net-troubleshoot-no-data.md",
156+
"redirect_url": "https://docs.microsoft.com/troubleshoot/azure/azure-monitor/app-insights/asp-net-troubleshoot-no-data",
157+
"redirect_document_id": false
158+
},
159+
{
160+
"source_path_from_root": "/articles/azure-monitor/app/java-standalone-troubleshoot.md",
161+
"redirect_url": "https://docs.microsoft.com/troubleshoot/azure/azure-monitor/app-insights/java-standalone-troubleshoot",
162+
"redirect_document_id": false
163+
},
164+
{
165+
"source_path_from_root": "/articles/azure-monitor/app/troubleshoot-availability.md",
166+
"redirect_url": "https://docs.microsoft.com/troubleshoot/azure/azure-monitor/app-insights/troubleshoot-availability",
167+
"redirect_document_id": false
168+
},
144169
{
145170
"source_path_from_root": "/articles/azure-monitor/app/auto-instrumentation-troubleshoot.md",
146171
"redirect_url": "https://docs.microsoft.com/troubleshoot/azure/azure-monitor/app-insights/auto-instrumentation-troubleshoot",

articles/azure-monitor/app/asp-net-troubleshoot-no-data.md

Lines changed: 0 additions & 324 deletions
This file was deleted.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,8 @@ For the template-based ASP.NET MVC app from this article, the file that you need
366366

367367
## Troubleshooting
368368

369+
See the dedicated [troubleshooting article](https://docs.microsoft.com/troubleshoot/azure/azure-monitor/app-insights/asp-net-troubleshoot-no-data).
370+
369371
There's a known issue in the current version of Visual Studio 2019: storing the instrumentation key or connection string in a user secret is broken for .NET Framework-based apps. The key ultimately has to be hardcoded into the *applicationinsights.config* file to work around this bug. This article is designed to avoid this issue entirely, by not using user secrets.
370372

371373
## Open-source SDK
@@ -377,6 +379,4 @@ For the latest updates and bug fixes, [consult the release notes](./release-note
377379
## Next steps
378380

379381
* Add synthetic transactions to test that your website is available from all over the world with [availability monitoring](monitor-web-app-availability.md).
380-
* [Configure sampling](sampling.md) to help reduce telemetry traffic and data storage costs.
381-
382-
382+
* [Configure sampling](sampling.md) to help reduce telemetry traffic and data storage costs.

articles/azure-monitor/app/availability-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You can create up to 100 availability tests per Application Insights resource.
3131
3232
## Troubleshooting
3333

34-
See the dedicated [troubleshooting article](troubleshoot-availability.md).
34+
See the dedicated [troubleshooting article](https://docs.microsoft.com/troubleshoot/azure/azure-monitor/app-insights/troubleshoot-availability).
3535

3636
## Next steps
3737

articles/azure-monitor/app/java-2x-get-started.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,9 @@ Application Insights can test your website at regular intervals to check that it
284284

285285
[Learn more about how to set up availability web tests.][availability]
286286

287-
## Questions? Problems?
288-
[Troubleshooting Java](java-2x-troubleshoot.md)
287+
## Troubleshooting
288+
289+
See the dedicated [troubleshooting article](https://docs.microsoft.com/troubleshoot/azure/azure-monitor/app-insights/java-2x-troubleshoot).
289290

290291
## Next steps
291292
* [Monitor dependency calls](java-2x-agent.md)

articles/azure-monitor/app/java-2x-troubleshoot.md

Lines changed: 0 additions & 208 deletions
This file was deleted.

articles/azure-monitor/app/java-in-process-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ If you want to attach custom dimensions to your logs, use [Log4j 1.2 MDC](https:
516516

517517
## Troubleshooting
518518

519-
For help with troubleshooting, see [Troubleshooting](java-standalone-troubleshoot.md).
519+
See the dedicated [troubleshooting article](https://docs.microsoft.com/troubleshoot/azure/azure-monitor/app-insights/java-standalone-troubleshoot).
520520

521521
## Release notes
522522

0 commit comments

Comments
 (0)