Skip to content

Commit 679565b

Browse files
author
pensh
committed
Add service registry code sample link for azure spring apps
1 parent 1fbba7a commit 679565b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/spring-apps/how-to-service-registration.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ Service registration and discovery are key requirements for maintaining a list o
2323

2424
* Use Kubernetes Service Discovery approach to invoke calls among your apps.
2525

26-
Azure Spring Apps creates a corresponding kubernetes service for every app running in it using app name as the kubernetes service name. So you can invoke calls in one app to another app by using app name in a http/https request like http(s)://{app name}/path. And this approach is also suitable for Enterprise tier.
26+
Azure Spring Apps creates a corresponding kubernetes service for every app running in it using app name as the kubernetes service name. So you can invoke calls in one app to another app by using app name in a http/https request like http(s)://{app name}/path. And this approach is also suitable for Enterprise tier.
27+
You can refer to the [kubernetes registry code sample](https://github.com/Azure-Samples/Azure-Spring-Cloud-Samples/tree/master/k8s-service-registry) for more details
28+
2729

2830
* Use Managed Spring Cloud Service Registry (OSS) in Azure Spring Apps.
2931

0 commit comments

Comments
 (0)