Skip to content

Commit 3a8a87e

Browse files
author
Cephas Lin
committed
acrolinx
1 parent b9008ab commit 3a8a87e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords: azure app service, web app, linux, windows, docker, container, sidecar
1212

1313
In this tutorial, you add OpenTelemetry collector as a sidecar container to a Linux custom container app in Azure App Service.
1414

15-
In Azure App Service, you can add up to [TODO: #] sidecar containers for each custom container app. Sidecar containers let you deploy additional services and features to your container application without making them tightly coupled to your main application container. For example, you can add monitoring, logging, configuration, and networking services as sidecar containers. An OpenTelemetry collector sidecar is one such monitoring example.
15+
In Azure App Service, you can add up to [TODO: #] sidecar containers for each custom container app. Sidecar containers let you deploy extra services and features to your container application without making them tightly coupled to your main application container. For example, you can add monitoring, logging, configuration, and networking services as sidecar containers. An OpenTelemetry collector sidecar is one such monitoring example.
1616

1717
For more information about sidecars, see [Sidecar pattern](/azure/architecture/patterns/sidecar).
1818

@@ -130,7 +130,7 @@ You configure environment variables for the containers like any App Service app,
130130
- **Name**: *APPLICATIONINSIGHTS_CONNECTION_STRING*
131131
- **Value**: The connection string in the output of `azd provision`
132132
133-
1. Selet **Save**, then select **Continue**.
133+
1. Select **Save**, then select **Continue**.
134134
135135
:::image type="content" source="media/tutorial-custom-container-sidecar/configure-app-settings.png" alt-text="Screenshot showing a web app's Configuration page with two app settings added.":::
136136
@@ -159,7 +159,7 @@ azd down
159159

160160
## Differences for sidecar-enabled containers
161161

162-
Sidecar-enabled custom container apps differ from custom container apps that are not sidecar-enabled in that the settings are not set, especially in how you configure basic container settings. Custom container apps that are not sidecar-enabled are configured mainly using app settings, but sidecar-enabled custom container apps are configured directly as resource properties in the app. For example, these app settings don't apply for sidecar-enabled custom container apps:
162+
Sidecar-enabled custom container apps differ from custom container apps that aren't sidecar-enabled in that the settings aren't set, especially in how you configure basic container settings. Custom container apps that aren't sidecar-enabled are configured mainly using app settings, but sidecar-enabled custom container apps are configured directly as resource properties in the app. For example, these app settings don't apply for sidecar-enabled custom container apps:
163163

164164
- Registry authentication settings: `DOCKER_REGISTRY_SERVER_URL`, `DOCKER_REGISTRY_SERVER_USERNAME` and `DOCKER_REGISTRY_SERVER_PASSWORD`.
165165
- Container port: `WEBSITES_PORT`

0 commit comments

Comments
 (0)