Skip to content

Commit 50116ca

Browse files
committed
remove custom container metions
1 parent 31e1bcf commit 50116ca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/app-service/tutorial-sidecar.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
22
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.
44
ms.topic: tutorial
55
ms.date: 11/19/2024
66
ms.author: msangapu
77
author: msangapu-msft
88
keywords: azure app service, web app, linux, windows, docker, sidecar
99
---
1010

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
1212

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

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.
1616

1717
For more information about side container in App Service, see:
1818

@@ -74,7 +74,7 @@ This basic web application is deployed as MyFirstAzureWebApp.dll to App Service.
7474

7575
## 3. Add a sidecar container
7676

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.
7878

7979
### [Use portal UI](#tab/portal)
8080

@@ -145,7 +145,7 @@ In this section, you add a sidecar container to your custom container app. The p
145145
> [!TIP]
146146
> To use a container in a public registry, modify `properties` like the following example:
147147
>
148-
> ```JSON
148+
> ```json
149149
> "properties": {
150150
> "image": "mcr.microsoft.com/appsvc/docs/sidecars/sample-experiment:otel-appinsights-1.0",
151151
> "isMain": false,

0 commit comments

Comments
 (0)