Skip to content

Commit b24209b

Browse files
committed
Remove personal ACR links
1 parent 839b0ae commit b24209b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,6 @@ The following commands help you define variables and ensure your Container Apps
106106
107107
## Prepare an image to set up Java agent and push to Azure Container Registry
108108
109-
> [!TIP]
110-
> You can skip this step and use `croff.azurecr.io/app-insights-java-agent-setup:3.5.4` as the init-container image.
111-
112109
1. Build setup image for Application Insights Java agent.
113110
114111
Save the Dockerfile along with the setup script, and run `docker build` in the same directory.
@@ -171,6 +168,9 @@ The following commands help you define variables and ensure your Container Apps
171168
docker push "$CONTAINER_REGISTRY_NAME.azurecr.io/samples/java-agent-setup:1.0.0"
172169
```
173170
171+
> [!TIP]
172+
> You can find related code in this step from [Azure-Samples/azure-container-apps-java-samples](https://github.com/Azure-Samples/azure-container-apps-java-samples).
173+
174174
## Create a Container Apps environment and a Container App as the target Java app
175175
176176
1. Create a Container Apps environment.

0 commit comments

Comments
 (0)