You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/azure-web-apps-python.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,7 +138,7 @@ You should only use autoinstrumentation on App Service if you are not using manu
138
138
139
139
### Missing telemetry
140
140
141
-
If you are missing telemetry, follow these steps to see confirm autoinstrumentation is enabled correctly.
141
+
If you are missing telemetry, follow these steps to confirm that autoinstrumentation is enabled correctly.
142
142
143
143
#### Step 1: Check the Application Insights blade on your App Service resource
144
144
@@ -148,7 +148,7 @@ Confirm that autoinstrumentation is enabled in the Application Insights blade on
148
148
149
149
#### Step 2: Confirm that your App Settings are correct
150
150
151
-
Confirm that the `ApplicationInsightsAgent_EXTENSION_VERSION` app setting is set to a value of `~3` and that your `APPLICATIONINSIGHTS_CONNECTION_STRING` points to the appropiate Application Insights resource.
151
+
Confirm that the `ApplicationInsightsAgent_EXTENSION_VERSION` app setting is set to a value of `~3` and that your `APPLICATIONINSIGHTS_CONNECTION_STRING` points to the appropriate Application Insights resource.
152
152
153
153
:::image type="content"source="./media/azure-web-apps-python/application-settings-python.png" alt-text="Screenshot of App Service Application Settings with available Application Insights settings." lightbox="./media/azure-web-apps-python/application-settings-python.png":::
154
154
@@ -174,7 +174,7 @@ Here's an example JSON file:
174
174
175
175
```
176
176
177
-
The `applicationinsights-extension.log` in the same folder may show other helpful diagnostics.
177
+
The `applicationinsights-extension.log`file in the same folder may show other helpful diagnostics.
0 commit comments