File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
articles/azure-monitor/app Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ There are several ways to get started. Begin with whichever works best for you.
102
102
* [ .NET Console Applications] ( ../../azure-monitor/app/console.md )
103
103
* [ Java] ( ../../azure-monitor/app/java-get-started.md )
104
104
* [ Node.js] ( ../../azure-monitor/app/nodejs.md )
105
+ * [ Python (preview)] ( ../../azure-monitor/app/opencensus-python.md )
105
106
* [ Other platforms] ( ../../azure-monitor/app/platforms.md )
106
107
* ** [ Instrument your web pages] ( ../../azure-monitor/app/javascript.md ) ** for page view, AJAX, and other client-side telemetry.
107
108
* ** [ Analyze mobile app usage] ( ../../azure-monitor/learn/mobile-center-quickstart.md ) ** by integrating with Visual Studio App Center.
@@ -120,6 +121,8 @@ Get started at development time with:
120
121
* [ ASP.NET Core] ( ../../azure-monitor/app/asp-net-core.md )
121
122
* [ Java] ( ../../azure-monitor/app/java-get-started.md )
122
123
* [ Node.js] ( ../../azure-monitor/app/nodejs.md )
124
+ * [ Python (preview)] ( ../../azure-monitor/app/opencensus-python.md )
125
+
123
126
124
127
## Support and feedback
125
128
* Questions and Issues:
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ ms.reviewer: olegan
17
17
* [ Java] ( ../../azure-monitor/app/java-get-started.md )
18
18
* [ JavaScript] ( ../../azure-monitor/app/javascript.md )
19
19
* [ Node.JS] ( ../../azure-monitor/app/nodejs.md )
20
+ * [ Python (preview)] ( ../../azure-monitor/app/opencensus-python.md )
20
21
21
22
## Supported platforms and frameworks
22
23
@@ -33,6 +34,7 @@ ms.reviewer: olegan
33
34
* [ iOS] ( ../../azure-monitor/learn/mobile-center-quickstart.md ) (App Center)
34
35
* [ Java EE] ( ../../azure-monitor/app/java-get-started.md )
35
36
* [ Node.JS] ( https://www.npmjs.com/package/applicationinsights )
37
+ * [ Python (preview)] ( ../../azure-monitor/app/opencensus-python.md )
36
38
* [ Universal Windows app] ( ../../azure-monitor/learn/mobile-center-quickstart.md ) (App Center)
37
39
* [ Windows desktop applications, services, and worker roles] ( ../../azure-monitor/app/windows-desktop.md )
38
40
You can’t perform that action at this time.
0 commit comments