Skip to content

Commit 3b853fd

Browse files
Fix blocking issues
1 parent c105833 commit 3b853fd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Tutorial: Create a highly-available Eureka server component cluster in Azure Container Apps"
3-
description: Learn to create a highly-available Eureka service in Azure Container Apps.
2+
title: "Tutorial: Create a highly available Eureka server component cluster in Azure Container Apps"
3+
description: Learn to create a highly available Eureka service in Azure Container Apps.
44
services: container-apps
55
author: craigshoemaker
66
ms.service: azure-container-apps
@@ -11,7 +11,7 @@ ms.author: cshoe
1111
#customer intent: As a developer, I want to create an Eureka server cluster so that I can ensure there is no downtime of my service registries regardless of load and failures.
1212
---
1313

14-
# Tutorial: Create a highly-available Eureka server component cluster in Azure Container Apps
14+
# Tutorial: Create a highly available Eureka server component cluster in Azure Container Apps
1515

1616
In this tutorial, you learn to create a Eureka service designed to remain operational in the face of failures and high demand. Building a highly available Eureka service ensures the service registry is always available to clients regardless of demand.
1717

@@ -210,7 +210,7 @@ With the server components linked together, you can create the container app and
210210

211211
This command returns the URL you can use to access the Eureka Server for Spring dashboard. Through the dashboard, you can verify that the Eureka server setup consists of two replicas.
212212

213-
:::image type="content" source="media/java-components/eureka-highly-available.png" alt-text="Screenshot of the High available Eureka Server for Spring dashboard." lightbox="media/java-components/eureka-highly-available.png":::
213+
:::image type="content" source="media/java-components/eureka-highly-available.png" alt-text="Screenshot of a highly available Eureka Server for Spring dashboard.":::
214214

215215
## Clean up resources
216216

0 commit comments

Comments
 (0)