Skip to content

Commit 86793e3

Browse files
author
Wenhao Zhang
committed
Update
1 parent b31054f commit 86793e3

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

articles/container-apps/TOC.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -313,20 +313,20 @@
313313
- name: Build environment variables
314314
href: java-build-environment-variables.md
315315
displayName: java
316-
- name: Use Spring Cloud Eureka Server
317-
href: spring-cloud-eureka-server-usage.md
318-
- name: Use Spring Cloud Config Server
319-
href: spring-cloud-config-server-usage.md
316+
- name: Use Eureka Server for Spring
317+
href: eureka-server-for-spring-usage.md
318+
- name: Use Config Server for Spring
319+
href: config-server-for-spring-usage.md
320320
displayName: java
321321
- name: Tutorials
322322
items:
323323
- name: Deploy a WAR file
324324
href: java-deploy-war-file.md
325325
displayName: java
326-
- name: Connect to Spring Cloud Eureka Server
327-
href: spring-cloud-eureka-server.md
328-
- name: Connect to Spring Cloud Config Server
329-
href: spring-cloud-config-server.md
326+
- name: Connect to Eureka Server for Spring
327+
href: eureka-server-for-spring.md
328+
- name: Connect to Config Server for Spring
329+
href: config-server-for-spring.md
330330
displayName: java
331331
- name: Billing & quotas
332332
items:

articles/container-apps/spring-cloud-config-server-usage.md renamed to articles/container-apps/config-server-for-spring-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,4 +247,4 @@ You can use client side decryption of properties by following the steps:
247247
## Next steps
248248

249249
> [!div class="nextstepaction"]
250-
> [Tutorial: Connect to a managed Config Server for Spring](config-server-for-spring-server.md)
250+
> [Tutorial: Connect to a managed Config Server for Spring](config-server-for-spring.md)

articles/container-apps/spring-cloud-config-server.md renamed to articles/container-apps/config-server-for-spring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,4 +199,4 @@ az group delete \
199199
## Next steps
200200

201201
> [!div class="nextstepaction"]
202-
> [Customize Config Server for Spring settings](spring-cloud-config-server-usage.md)
202+
> [Customize Config Server for Spring settings](config-server-for-spring-usage.md)

articles/container-apps/spring-cloud-eureka-server-usage.md renamed to articles/container-apps/eureka-server-for-spring-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,4 +181,4 @@ Now you have a caller and callee application that communicate with each other us
181181
## Next steps
182182

183183
> [!div class="nextstepaction"]
184-
> [Tutorial: Connect to a managed Eureka Server for Spring](spring-cloud-eureka-server.md)
184+
> [Tutorial: Connect to a managed Eureka Server for Spring](eureka-server-for-spring.md)

articles/container-apps/spring-cloud-eureka-server.md renamed to articles/container-apps/eureka-server-for-spring.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Now that you have an existing environment, you can create your container app and
146146

147147
The `eureka.instance.prefer-ip-address` is set to `true` due to the specific DNS resolution rule in the container app environment. Don't modify this value so you don't break the binding.
148148

149-
You can also [remove a binding](spring-cloud-eureka-server-usage.md#unbind) from your application.
149+
You can also [remove a binding](eureka-server-for-spring-usage.md#unbind) from your application.
150150

151151
## Clean up resources
152152

@@ -160,4 +160,4 @@ az group delete \
160160
## Next steps
161161
162162
> [!div class="nextstepaction"]
163-
> [Configure Eureka Server for Spring settings](spring-cloud-eureka-server-usage.md)
163+
> [Configure Eureka Server for Spring settings](eureka-server-for-spring-usage.md)

0 commit comments

Comments
 (0)