How to access Euraka configuration/portal in Azure?

Jacky Lam 205 Reputation points
2023-07-28T14:46:31.2033333+00:00

Hi, I have a Spring app Service instance with 10 applications inside. Where can I find my Euraka servce URL? Thanks, Jacky

Azure Spring Apps
Azure Spring Apps
An Azure platform as a service for running Spring Boot applications at cloud scale. Previously known as Azure Spring Cloud.
116 questions
0 comments No comments
{count} votes

Accepted answer
  1. MuthuKumaranMurugaachari-MSFT 22,276 Reputation points
    2023-07-28T17:16:01.5433333+00:00

    Jacky Lam Thanks for posting your question in Microsoft Q&A. We support the default endpoints of the Spring Cloud Config server and Service Registry and you can replace the below URLs with the service name.

    • 'https://<SERVICE_NAME>.svc.azuremicroservices.io/eureka/{path}'
    • 'https://<SERVICE_NAME>.svc.azuremicroservices.io/config/{path}'

    Check out Access Config Server and Service Registry Endpoints doc and Eureka REST operations for more info related to this (use apps/appID for accessing specific app instances) . To enable and disable Eureka server, refer https://learn.microsoft.com/en-us/azure/spring-apps/quickstart-standard-consumption-eureka-server doc.

    I hope this helps and let me know if any questions.


0 additional answers

Sort by: Most helpful