Skip to content

Commit 0c173f8

Browse files
committed
nits
1 parent e95734e commit 0c173f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/app-service/tutorial-sidecar.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,9 @@ You configure environment variables for the containers like any App Service app,
173173
174174
:::image type="content" source="media/tutorial-sidecar/configure-app-settings.png" alt-text="Screenshot showing a web app's Configuration page with two app settings added.":::
175175
176-
## 5. Configure autoinstrumentation at startup
176+
## 5. Configure instrumentation at startup
177177
178-
In this step, you create the autoinstrumentation for your app according to the steps outlined in the [OpenTelemetry .NET zero-code instrumentation](https://opentelemetry.io/docs/zero-code/net/getting-started/#instrumentation).
178+
In this step, you create the instrumentation for your app according to the steps outlined in the [OpenTelemetry .NET zero-code instrumentation](https://opentelemetry.io/docs/zero-code/net/getting-started/#instrumentation).
179179
180180
1. Back in the Cloud Shell, create *startup.sh* with the following lines.
181181
@@ -206,7 +206,7 @@ In this step, you create the autoinstrumentation for your app according to the s
206206
EOF
207207
```
208208
209-
1. Deploy this file to your app with the following Azure CLI command. If you're still in the `~/MyFirstAzureWebApp`, then no other parameters are necessary because the resource group and web app were saved as defaults by `az webapp up`.
209+
1. Deploy this file to your app with the following Azure CLI command. If you're still in the *~/MyFirstAzureWebApp* directory, then no other parameters are necessary because `az webapp up` already set defaults for the resource group and the app name.
210210
211211
```azurecli-interactive
212212
az webapp deploy --src-path startup.sh --target-path /home/site/startup.sh --type static
@@ -237,7 +237,7 @@ The otel-collector sidecar should export data to Application Insights now.
237237
238238
## 6. Clean up resources
239239
240-
When you no longer need the environment, you can delete the resource group, App service, and all related resources. Just run this command in the Cloud Shell:
240+
When you no longer need the environment, you can delete the resource groups and all related resources. Just run these commands in the Cloud Shell:
241241
242242
```azurecli-interactive
243243
cd ~/MyFirstAzureWebApp

0 commit comments

Comments
 (0)