Skip to content

Commit 5df3af2

Browse files
committed
add public registry example
1 parent fecbf14 commit 5df3af2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

articles/app-service/tutorial-sidecar.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,19 @@ In this section, you add a sidecar container to your custom container app. The p
142142
}
143143
```
144144

145+
> [!TIP]
146+
> To use a container in a public registry, modify `properties` like the following example:
147+
>
148+
> ```JSON
149+
> "properties": {
150+
> "image": "mcr.microsoft.com/appsvc/docs/sidecars/sample-experiment:otel-appinsights-1.0",
151+
> "isMain": false,
152+
> "authType": "Anonymous",
153+
> "volumeMounts": [],
154+
> "environmentVariables": []
155+
> }
156+
> ```
157+
145158
1. Configure the template with the following information:
146159

147160
- **Resource Group**: Select the resource group with the App Service app you created with `az webapp up` earlier.

0 commit comments

Comments
 (0)