microsoft / azure-spring-apps-training

Guides and tutorials to make the most out of Azure Spring Apps
MIT License
431 stars 284 forks source link

why spring cloud config service & discovery service projects not created? #155

Closed javaHelper closed 2 years ago

javaHelper commented 2 years ago

I am looking to deploy full spring boot microservices project on azure. Here is the project: https://github.com/javaHelper/Spring-Boot-Microservices-and-Spring-Cloud-sergey/tree/main/9.4.microservice-communication-using-feign

In your tutorials I can't see Eureka Service Registry - how to identify/check services are registered?, can you explain in more details how eureka and service registry works in your cloud poc?

javaHelper commented 2 years ago

@All - Any quick guidance?

jdubois commented 2 years ago

This training uses Azure Spring Apps for Azure: Eureka is a managed service in this offer, so you shouldn't create it or run it by yourself. Using the Azure Spring Apps dashboard, you can check if services are registered or not.

I'm closing this as it's not a question on the workshop itself.