|
1 | 1 | ---
|
2 | 2 | title: 'Tutorial: Configure a sidecar container'
|
3 |
| -description: Add sidecar containers to your linux app in Azure App Service. Add or update services to your application without changing your application code. |
| 3 | +description: Add sidecar containers to your Linux app in Azure App Service. Add or update services to your application without changing your application code. |
4 | 4 | ms.topic: tutorial
|
5 | 5 | ms.date: 11/19/2024
|
6 | 6 | ms.author: msangapu
|
7 | 7 | author: msangapu-msft
|
8 | 8 | keywords: azure app service, web app, linux, windows, docker, sidecar
|
9 | 9 | ---
|
10 | 10 |
|
11 |
| -# Tutorial: Configure a sidecar container for a linux app in Azure App Service |
| 11 | +# Tutorial: Configure a sidecar container for a Linux app in Azure App Service |
12 | 12 |
|
13 | 13 | In this tutorial, you add an OpenTelemetry collector as a sidecar container to a Linux app in Azure App Service.
|
14 | 14 |
|
15 |
| -In Azure App Service, you can add up to nine sidecar containers for each sidecar-enabled 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. |
| 15 | +In Azure App Service, you can add up to nine sidecar containers for each Linux app. Sidecar containers let you deploy extra services and features to your Linux apps without making them tightly coupled to the main (built-in) container. For example, you can add monitoring, logging, configuration, and networking services as sidecar containers. An OpenTelemetry collector sidecar is one such monitoring example. |
16 | 16 |
|
17 | 17 | For more information about side container in App Service, see:
|
18 | 18 |
|
@@ -74,7 +74,7 @@ This basic web application is deployed as MyFirstAzureWebApp.dll to App Service.
|
74 | 74 |
|
75 | 75 | ## 3. Add a sidecar container
|
76 | 76 |
|
77 |
| -In this section, you add a sidecar container to your custom container app. The portal experience is still being rolled out. If it's not available to you yet, continue with the **Use ARM template** tab below. |
| 77 | +In this section, you add a sidecar container to your Linux app. The portal experience is still being rolled out. If it's not available to you yet, continue with the **Use ARM template** tab below. |
78 | 78 |
|
79 | 79 | ### [Use portal UI](#tab/portal)
|
80 | 80 |
|
@@ -145,7 +145,7 @@ In this section, you add a sidecar container to your custom container app. The p
|
145 | 145 | > [!TIP]
|
146 | 146 | > To use a container in a public registry, modify `properties` like the following example:
|
147 | 147 | >
|
148 |
| - > ```JSON |
| 148 | + > ```json |
149 | 149 | > "properties": {
|
150 | 150 | > "image": "mcr.microsoft.com/appsvc/docs/sidecars/sample-experiment:otel-appinsights-1.0",
|
151 | 151 | > "isMain": false,
|
|
0 commit comments