Skip to content

Commit 0f6eee0

Browse files
committed
typos
1 parent 30e85a7 commit 0f6eee0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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 see confirm autoinstrumentation is enabled correctly.
141+
If you are 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

@@ -148,7 +148,7 @@ Confirm that autoinstrumentation is enabled in the Application Insights blade on
148148

149149
#### Step 2: Confirm that your App Settings are correct
150150

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.
152152

153153
:::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":::
154154

@@ -174,7 +174,7 @@ Here's an example JSON file:
174174

175175
```
176176

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.
178178

179179
### Django apps
180180

0 commit comments

Comments
 (0)