Skip to content

Commit e8d4874

Browse files
committed
acrolinux
1 parent 7333b15 commit e8d4874

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/app-service/tutorial-custom-container-sidecar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ You configure environment variables for the containers like any App Service app,
136136
The otel-collector sidecar should export data to Application Insights now.
137137
138138
1. Back in the browser tab for `https://<app-name>.azurewebsites.net`, refresh the page a few times to generate some web requests.
139-
1. Go back to the resource group overview page, select the Application Insights resource. You should now see some data in the default charts.
139+
1. Go back to the resource group overview page, then select the Application Insights resource. You should now see some data in the default charts.
140140
141141
:::image type="content" source="media/tutorial-custom-container-sidecar/app-insights-view.png" alt-text="Screenshot of the Application Insights page showing data in the default charts.":::
142142

articles/app-service/tutorial-sidecar.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ You configure environment variables for the containers like any App Service app,
108108

109109
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).
110110

111-
1. Back in the Cloud Shell, craete *startup.sh* with the following lines.
111+
1. Back in the Cloud Shell, create *startup.sh* with the following lines.
112112

113113
```azurecli-interactive
114114
cat > startup.sh << 'EOF'
@@ -157,7 +157,7 @@ In this step, you create the autoinstrumentation for your app according to the s
157157
The otel-collector sidecar should export data to Application Insights now.
158158
159159
1. Back in the browser tab for `https://<app-name>.azurewebsites.net`, refresh the page a few times to generate some web requests.
160-
1. Go back to the resource group overview page, select the Application Insights resource. You should now see some data in the default charts.
160+
1. Go back to the resource group overview page, then select the Application Insights resource. You should now see some data in the default charts.
161161
162162
:::image type="content" source="media/tutorial-sidecar/app-insights-view.png" alt-text="Screenshot of the Application Insights page showing data in the default charts.":::
163163

0 commit comments

Comments
 (0)