Skip to content

Commit 964f867

Browse files
Acrolinx edit to change ACA to Azure Container Apps.
1 parent b920ea6 commit 964f867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/java-microservice-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.author: yiliu6
1515
In this quickstart, you learn how to deploy an application in Azure Container Apps that uses Java components to handle configuration management, service discovery, and health and metrics. The sample application used in this example is the Java PetClinic, which uses the microservice architecture pattern. The following diagram depicts the architecture of the PetClinic application on Azure Container Apps:
1616

1717
:::image type="complex" source="media/java-microservice-get-started/azure-container-apps-pet-clinic-architecture.png" alt-text="Diagram of the relationship between the Java components and the microservice applications." lightbox="media/java-microservice-get-started/azure-container-apps-pet-clinic-architecture.png":::
18-
Diagram of an Azure Container Apps environment illustrating the architecture of four microservices-based applications deployed within an Azure resource group. A resource group contains the Azure Container Apps environment. The environment includes three Azure Container Apps managed Java components: a config server, a service registry, and an admin server. The config server fetches configuration data stored as versioned YAML files in a Git repository external to the ACA environment. The service registry handles service discovery and registration. The admin server provides a live view of the system. An API gateway routes requests to three microservices: vets service, customers service, and visits service. Each service is linked to its own database for data persistence. The environment supports external interactions through a browser and a mobile app and integrates with monitoring tools via Azure Log Analytics Workspaces for tracking system performance and health.
18+
Diagram of an Azure Container Apps environment illustrating the architecture of four microservices-based applications deployed within an Azure resource group. A resource group contains the Azure Container Apps environment. The environment includes three Azure Container Apps managed Java components: a config server, a service registry, and an admin server. The config server fetches configuration data stored as versioned YAML files in a Git repository external to the Azure Container Apps environment. The service registry handles service discovery and registration. The admin server provides a live view of the system. An API gateway routes requests to three microservices: vets service, customers service, and visits service. Each service is linked to its own database for data persistence. The environment supports external interactions through a browser and a mobile app and integrates with monitoring tools via Azure Log Analytics Workspaces for tracking system performance and health.
1919
:::image-end:::
2020

2121
The PetClinic application includes the following features:

0 commit comments

Comments
 (0)