Skip to content

Commit 6ebe269

Browse files
committed
fix url
1 parent 9b7339a commit 6ebe269

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ You configure environment variables for the containers like any App Service app,
126126
127127
1. In the app's management page, from the left menu, select **Configuration**.
128128
129-
1. Add an app setting by selecting **New application setting** and configure it as follows:
129+
1. Add an app setting by selecting **New application setting** and configure it as follows:
130130
- **Name**: *APPLICATIONINSIGHTS_CONNECTION_STRING*
131131
- **Value**: The connection string in the output of `azd provision`
132132
@@ -141,7 +141,7 @@ You configure environment variables for the containers like any App Service app,
141141
142142
The otel-collector sidecar should export data to Application Insights now.
143143
144-
1. Back in the browser tab for `https:<app-name>.azurewebsites.net`, refresh the page a few times to generate some web requests.
144+
1. Back in the browser tab for `https://<app-name>.azurewebsites.net`, refresh the page a few times to generate some web requests.
145145
1. Go back to the resource group overview page, select the Application Insights resource. You should now see some data in the default charts.
146146
147147
:::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.":::

0 commit comments

Comments
 (0)