Skip to content

Commit 65f1994

Browse files
Xuyang CaoXuyang Cao
authored andcommitted
refine docs
1 parent 570eaf1 commit 65f1994

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ To complete this tutorial, you need the following items:
2828
|--|--|
2929
| Azure account | An active subscription is required. If you don't have one, you [can create one for free](https://azure.microsoft.com/free/). |
3030
| Azure CLI | Install the [Azure CLI](/cli/azure/install-azure-cli).|
31+
| An existing Eureka Server for Spring Java component | If you don't have one, follow the [Create the Eureka Server for Spring](#create-the-eureka-server-for-spring) section to create one. |
3132

3233
## Considerations
3334

@@ -88,9 +89,9 @@ Before you begin, create the necessary resources by executing the following comm
8889
--location $LOCATION
8990
```
9091

91-
## Create the Eureka Server for Spring
92+
## Optional: Create the Eureka Server for Spring
9293

93-
1. Create the Eureka Server Java component.
94+
1. If you don't have an existing Eureka Server for Spring, follow the command below to create the Eureka Server Java component.
9495
9596
```azurecli
9697
az containerapp env java-component eureka-server-for-spring create \

articles/container-apps/java-admin.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,10 @@ Now that you have an existing environment, you can create your container app and
185185

186186
:::image type="content" source="media/java-components/sba-alone.png" alt-text="Screenshot of the Admin for Spring dashboard." lightbox="media/java-components/sba-alone.png":::
187187

188+
## Optional: Integrate the Eureka Server for Spring and Admin for Spring Java components
189+
190+
If you want to integrate the Eureka Server for Spring and the Admin for Spring Java components, you can follow the steps in the [Tutorial: Integrate the managed Admin for Spring with Eureka Server for Spring](java-admin-eureka-integration.md).
191+
188192
## Clean up resources
189193

190194
The resources created in this tutorial have an effect on your Azure bill. If you aren't going to use these services long-term, run the following command to remove everything created in this tutorial.

articles/container-apps/java-eureka-server.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,10 @@ Now that you have an existing environment, you can create your container app and
201201

202202
:::image type="content" source="media/java-components/eureka-alone.png" alt-text="Screenshot of the Eureka Server for Spring dashboard." lightbox="media/java-components/eureka-alone.png":::
203203

204+
## Optional: Integrate the Eureka Server for Spring and Admin for Spring Java components
205+
206+
If you want to integrate the Eureka Server for Spring and the Admin for Spring Java components, you can follow the steps in the [Tutorial: Integrate the managed Admin for Spring with Eureka Server for Spring](java-admin-eureka-integration.md).
207+
204208
## Clean up resources
205209

206210
The resources created in this tutorial have an effect on your Azure bill. If you aren't going to use these services long-term, run the following command to remove everything created in this tutorial.

0 commit comments

Comments
 (0)