Skip to content

Commit 76489bd

Browse files
authored
Update azure-web-apps-python.md
Acrolinx fixes
1 parent f5f043e commit 76489bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The easiest way to monitor Python applications on Azure App Services is through
4444
Activating monitoring in the Azure portal automatically instruments your application with Application Insights and requires no code changes.
4545

4646
> [!NOTE]
47-
> You should only use autoinstrumentation on App Service if you are not using manual instrumentation of OpenTelemetry in your code, such as the [Azure Monitor OpenTelemetry Distro](./opentelemetry-enable.md?tabs=python) or the [Azure Monitor OpenTelemetry Exporter][azure_monitor_opentelemetry_exporter]. This is to prevent duplicate data from being sent. To learn more about this, check out the [troubleshooting section](#troubleshooting) in this article.
47+
> You should only use autoinstrumentation on App Service if you aren't using manual instrumentation of OpenTelemetry in your code, such as the [Azure Monitor OpenTelemetry Distro](./opentelemetry-enable.md?tabs=python) or the [Azure Monitor OpenTelemetry Exporter][azure_monitor_opentelemetry_exporter]. This is to prevent duplicate data from being sent. To learn more about this, check out the [troubleshooting section](#troubleshooting) in this article.
4848
4949
### Autoinstrumentation through Azure portal
5050

@@ -138,7 +138,7 @@ You should only use autoinstrumentation on App Service if you are not using manu
138138

139139
### Missing telemetry
140140

141-
If you are missing telemetry, follow these steps to confirm that autoinstrumentation is enabled correctly.
141+
If you're missing telemetry, follow these steps to confirm that autoinstrumentation is enabled correctly.
142142

143143
#### Step 1: Check the Application Insights blade on your App Service resource
144144

0 commit comments

Comments
 (0)