Skip to content

Commit b06e209

Browse files
AarDavMaxjeremydvoss
authored andcommitted
Adding TOC entry. Acrolinx updates.
1 parent 748ef05 commit b06e209

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

articles/azure-monitor/app/azure-web-apps-python.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
---
2-
title: Monitor Azure app services performance Python | Microsoft Docs
2+
title: Monitor Azure app services performance Python (Preview)
33
description: Application performance monitoring for Azure app services using Python. Chart load and response time, dependency information, and set alerts on performance.
44
ms.topic: conceptual
5-
ms.date: 10/31/2023
5+
ms.date: 04/01/2024
66
ms.devlang: python
77
ms.custom: "devx-track-python"
88
ms.reviewer: abinetabate
99
---
1010

11-
# Application monitoring for Azure App Service and Python (preview)
11+
# Application monitoring for Azure App Service and Python
12+
13+
> [!IMPORTANT]
14+
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
1215
1316
Monitor your Python web applications on Azure App Services without modifying the code. This guide shows you how to enable Azure Monitor Application Insights and offers tips for automating large-scale deployments.
1417

@@ -31,8 +34,8 @@ Logging telemetry is collected at the level of the root logger. To learn more ab
3134

3235
## Prerequisites
3336

34-
* Python version must be 3.11 or below.
35-
* App Service must be deployed as code. Custom containers are not supported.
37+
* Python version 3.11 or prior.
38+
* App Service must be deployed as code. Custom containers aren't supported.
3639

3740
## Enable Application Insights
3841

@@ -127,7 +130,7 @@ In order to use the OpenTelemetry Django Instrumentation, you need to set the `D
127130

128131
## Troubleshooting
129132

130-
Below is our step-by-step troubleshooting guide for monitoring Python applications on Azure App Services using autoinstrumentation.
133+
Here we provide our step-by-step troubleshooting guide for monitoring Python applications on Azure App Services using autoinstrumentation.
131134

132135
### Step 1: Confirm that App Service autoinstrumentation is enabled
133136

articles/azure-monitor/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ items:
6767
href: app/azure-web-apps-java.md
6868
- name: Node.js
6969
href: app/azure-web-apps-nodejs.md
70+
- name: Python
71+
href: app/azure-web-apps-python.md
7072
- name: Azure Functions
7173
displayName: functions, monitor functions, automation
7274
href: app/monitor-functions.md

0 commit comments

Comments
 (0)