Skip to content

Commit 87e02bc

Browse files
authored
Merge pull request #251795 from AaronMaxwell/aaronmax-otel-tshoot-to-include
Moving tshoot to include
2 parents dc3ce04 + 45659d7 commit 87e02bc

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

articles/azure-monitor/app/opentelemetry-enable.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,6 @@ Run your application and open your **Application Insights Resource** tab in the
292292

293293
You've now enabled Application Insights for your application. All the following steps are optional and allow for further customization.
294294

295-
Not working? Check out the troubleshooting page for [ASP.NET Core](/troubleshoot/azure/azure-monitor/app-insights/opentelemetry-troubleshooting-dotnet), [Java](/troubleshoot/azure/azure-monitor/app-insights/opentelemetry-troubleshooting-java), [Node.js](/troubleshoot/azure/azure-monitor/app-insights/opentelemetry-troubleshooting-nodejs), or [Python](/troubleshoot/azure/azure-monitor/app-insights/opentelemetry-troubleshooting-python).
296-
297295
> [!IMPORTANT]
298296
> If you have two or more services that emit telemetry to the same Application Insights resource, you're required to [set Cloud Role Names](opentelemetry-configuration.md#set-the-cloud-role-name-and-the-cloud-role-instance) to represent them properly on the Application Map.
299297

articles/azure-monitor/includes/azure-monitor-app-insights-opentelemetry-support.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,30 @@ ms.topic: include
66
ms.date: 08/26/2023
77
---
88

9+
## Troubleshooting
10+
11+
### [ASP.NET Core](#tab/aspnetcore)
12+
13+
Not working? Check out the troubleshooting page for [ASP.NET Core](/troubleshoot/azure/azure-monitor/app-insights/opentelemetry-troubleshooting-dotnet).
14+
15+
#### [.NET](#tab/net)
16+
17+
Not working? Check out the troubleshooting page for [.NET](/troubleshoot/azure/azure-monitor/app-insights/opentelemetry-troubleshooting-dotnet).
18+
19+
### [Java](#tab/java)
20+
21+
Not working? Check out the troubleshooting page for [Java](/troubleshoot/azure/azure-monitor/app-insights/opentelemetry-troubleshooting-java).
22+
23+
### [Node.js](#tab/nodejs)
24+
25+
Not working? Check out the troubleshooting page for [Node.js](/troubleshoot/azure/azure-monitor/app-insights/opentelemetry-troubleshooting-nodejs).
26+
27+
### [Python](#tab/python)
28+
29+
Not working? Check out the troubleshooting page for [Python](/troubleshoot/azure/azure-monitor/app-insights/opentelemetry-troubleshooting-python).
30+
31+
---
32+
933
## Support
1034

1135
Select a tab for the language of your choice to discover support options.

0 commit comments

Comments
 (0)