Skip to content

Commit f5ed346

Browse files
committed
Fix init container configs
1 parent 18d54d9 commit f5ed346

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-apps/java-apm-agent-config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ The following commands help you define variables and ensure your Container Apps
107107
## Prepare an image to set up Java agent and push to Azure Container Registry
108108
109109
> [!TIP]
110-
> You can skip this step and use `` as the init-container image.
110+
> You can skip this step and use `croff.azurecr.io/app-insights-java-agent-setup:3.5.4` as the init-container image.
111111
112112
1. Build setup image for Application Insights Java agent.
113113
@@ -129,7 +129,7 @@ The following commands help you define variables and ensure your Container Apps
129129
130130
---
131131
132-
```shell
132+
```setup.sh
133133
#!/bin/sh
134134
135135
if [[ -z "$CONNECTION_STRING" ]]; then

0 commit comments

Comments
 (0)