Skip to content

Commit c4701b2

Browse files
authored
Merge pull request #2851 from tbertenshaw/patch-1
spelling
2 parents 5f7145b + 9f71dca commit c4701b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-fabric/service-fabric-connect-and-communicate-with-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ As shown in the following diagram, the DNS service, running in the Service Fabri
6161
For more details on how to use the DNS service see [DNS service in Azure Service Fabric](service-fabric-dnsservice.md) article.
6262

6363
### Reverse proxy service
64-
The reverse proxy addresses services in the cluster that exposes HTTP endpoints including HTTPS. The reverse proxy greatly simplifies calling other services and their methods by having a specific URI format and handles the resolve, connect, retry steps required for one service to communicate with another using the Naming Serivce. In other words, it hides the Naming Service from you when calling other services by making this as simple as calling a URL.
64+
The reverse proxy addresses services in the cluster that exposes HTTP endpoints including HTTPS. The reverse proxy greatly simplifies calling other services and their methods by having a specific URI format and handles the resolve, connect, retry steps required for one service to communicate with another using the Naming Service. In other words, it hides the Naming Service from you when calling other services by making this as simple as calling a URL.
6565

6666
![service endpoints][10]
6767

0 commit comments

Comments
 (0)