- Diagram of an Azure Container Apps (ACA) environment illustrating the architecture of four microservices-based applications deployed within an Azure Resource Group. An Azure Resource Group contains the Azure Container Apps environment. The environment includes three ACA 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.
0 commit comments