Jojo Peter
Jojo Peter

Reputation: 151

Azure Service Fabric : how to find the end point after deployment

I am new to Azure Service Fabric and trying to deploy the first stateless web API app to cloud. The publishing was successful and showing up in the fabric Service explorer.

Under All Applications menu, it is showing

fabric:/Application1

How to find the endpoint to access the application now?

Any help greatly appreciated.

Upvotes: 1

Views: 1357

Answers (1)

Casey
Casey

Reputation: 805

Check the ServiceManifest.xml file for the endpoint configuration. It should specify a port to access the service in.

Upvotes: 1

Related Questions