Skip to content

Commit 918c45c

Browse files
Xuyang CaoXuyang Cao
authored andcommitted
change to mcr image
1 parent 0766f92 commit 918c45c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/container-apps/java-admin-eureka-integration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Before you begin, create the necessary resources by executing the following comm
5454
export EUREKA_COMPONENT_NAME=eureka
5555
export ADMIN_COMPONENT_NAME=admin
5656
export CLIENT_APP_NAME=sample-service-eureka-client
57-
export EUREKA_CLIENT_IMAGE="caoxuyang/sba-test-client:0.0.3"
57+
export CLIENT_IMAGE="mcr.microsoft.com/javacomponents/samples/sample-admin-for-spring-client:latest"
5858
```
5959

6060
| Variable | Description |
@@ -65,7 +65,7 @@ Before you begin, create the necessary resources by executing the following comm
6565
| `EUREKA_COMPONENT_NAME` | The name of the Eureka Server Java component. |
6666
| `ADMIN_COMPONENT_NAME` | The name of the Admin for Spring Java component. |
6767
| `CLIENT_APP_NAME` | The name of the container app that will bind to the Eureka Server. |
68-
| `EUREKA_CLIENT_IMAGE` | The container image used in your Eureka Server container app. |
68+
| `CLIENT_IMAGE` | The container image used in your Eureka Server container app. |
6969

7070
1. Log in to Azure with the Azure CLI.
7171

@@ -124,7 +124,7 @@ With the Eureka Server set up, you can now bind other applications to it for ser
124124
--name $CLIENT_APP_NAME \
125125
--resource-group $RESOURCE_GROUP \
126126
--environment $ENVIRONMENT \
127-
--image $EUREKA_CLIENT_IMAGE \
127+
--image $CLIENT_IMAGE \
128128
--min-replicas 1 \
129129
--max-replicas 1 \
130130
--ingress external \

articles/container-apps/java-admin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Execute the following commands to create your resource group, container apps env
5858
export ENVIRONMENT=my-environment
5959
export JAVA_COMPONENT_NAME=admin
6060
export APP_NAME=sample-admin-client
61-
export IMAGE="caoxuyang/sba-test-client:0.0.3"
61+
export IMAGE="mcr.microsoft.com/javacomponents/samples/sample-admin-for-spring-client:latest"
6262
```
6363

6464
| Variable | Description |

0 commit comments

Comments
 (0)