We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18d54d9 commit f5ed346Copy full SHA for f5ed346
articles/container-apps/java-apm-agent-config.md
@@ -107,7 +107,7 @@ The following commands help you define variables and ensure your Container Apps
107
## Prepare an image to set up Java agent and push to Azure Container Registry
108
109
> [!TIP]
110
-> You can skip this step and use `` as the init-container image.
+> You can skip this step and use `croff.azurecr.io/app-insights-java-agent-setup:3.5.4` as the init-container image.
111
112
1. Build setup image for Application Insights Java agent.
113
@@ -129,7 +129,7 @@ The following commands help you define variables and ensure your Container Apps
129
130
---
131
132
- ```shell
+ ```setup.sh
133
#!/bin/sh
134
135
if [[ -z "$CONNECTION_STRING" ]]; then
0 commit comments