Skip to content

Commit d7bbcb9

Browse files
committed
Changing PNG files to SVG
1 parent 5a1d4ce commit d7bbcb9

11 files changed

+1443
-7
lines changed

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

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,26 +60,44 @@ To use the SDK, you install a small instrumentation package in your app and then
6060

6161
Refer to the decision tree below to see what is available to instrument your app.
6262

63-
<!-- TODO: Insert tabbed decision tree -->
64-
6563
### [.NET](#tab/net)
6664

67-
:::image type="content" source="media/app-insights-overview/instrumentation-decision-tree-dotnet.png" alt-text="A decision tree providing .NET instrumentation guidance." lightbox="media/app-insights-overview/instrumentation-decision-tree-dotnet.png":::
65+
:::image type="content" source="media/app-insights-overview/instrumentation-decision-tree-dotnet.svg" alt-text="A decision tree providing .NET instrumentation guidance." lightbox="media/app-insights-overview/instrumentation-decision-tree-dotnet.svg":::
6866

67+
Links:
68+
- [Azure Application Insights libraries for .NET](https://docs.microsoft.com/dotnet/api/overview/azure/insights)
69+
- [Deploy the Azure Monitor Application Insights Agent on Azure virtual machines and Azure virtual machine scale sets](azure-vm-vmss-apps.md)
70+
- [Deploy Azure Monitor Application Insights Agent for on-premises servers](status-monitor-v2-overview.md)
71+
6972
### [Java](#tab/java)
7073

71-
:::image type="content" source="media/app-insights-overview/instrumentation-decision-tree-java.png" alt-text="A decision tree providing Java instrumentation guidance." lightbox="media/app-insights-overview/instrumentation-decision-tree-java.png":::
74+
:::image type="content" source="media/app-insights-overview/instrumentation-decision-tree-java.svg" alt-text="A decision tree providing Java instrumentation guidance." lightbox="media/app-insights-overview/instrumentation-decision-tree-java.svg":::
75+
76+
Links:
77+
- [Azure Monitor OpenTelemetry-based auto-instrumentation for Java applications](java-in-process-agent.md)
78+
7279
### [Node.js](#tab/nodejs)
7380

74-
:::image type="content" source="media/app-insights-overview/instrumentation-decision-tree-node.png" alt-text="A decision tree providing Node instrumentation guidance." lightbox="media/app-insights-overview/instrumentation-decision-tree-node.png":::
81+
:::image type="content" source="media/app-insights-overview/instrumentation-decision-tree-node.svg" alt-text="A decision tree providing Node instrumentation guidance." lightbox="media/app-insights-overview/instrumentation-decision-tree-node.svg":::
82+
83+
Links:
84+
- [Enable Azure Monitor OpenTelemetry Exporter for .NET, Node.js, and Python applications](opentelemetry-enable.md)
85+
- [Monitor your Node.js services and apps with Application Insights](nodejs.md)
7586

7687
### [JavaScript](#tab/javascript)
7788

78-
:::image type="content" source="media/app-insights-overview/instrumentation-decision-tree-js.png" alt-text="A decision tree providing JavaScript instrumentation guidance." lightbox="media/app-insights-overview/instrumentation-decision-tree-js.png":::
89+
:::image type="content" source="media/app-insights-overview/instrumentation-decision-tree-js.svg" alt-text="A decision tree providing JavaScript instrumentation guidance." lightbox="media/app-insights-overview/instrumentation-decision-tree-js.svg":::
90+
91+
Links:
92+
- [Application Insights for webpages](javascript.md)
7993

8094
### [Python](#tab/python)
8195

82-
:::image type="content" source="media/app-insights-overview/instrumentation-decision-tree-python.png" alt-text="A decision tree providing Python instrumentation guidance." lightbox="media/app-insights-overview/instrumentation-decision-tree-python.png":::
96+
:::image type="content" source="media/app-insights-overview/instrumentation-decision-tree-python.svg" alt-text="A decision tree providing Python instrumentation guidance." lightbox="media/app-insights-overview/instrumentation-decision-tree-python.svg":::
97+
98+
Links:
99+
- [Enable Azure Monitor OpenTelemetry Exporter for .NET, Node.js, and Python applications](opentelemetry-enable.md)
100+
- [Set up Azure Monitor for your Python application](opencensus-python.md)
83101

84102
---
85103

articles/azure-monitor/app/media/app-insights-overview/instrumentation-decision-tree-dotnet.svg

Lines changed: 689 additions & 0 deletions
Loading
Lines changed: 203 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)