Reputation: 151
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
Reputation: 805
Check the ServiceManifest.xml file for the endpoint configuration. It should specify a port to access the service in.
Upvotes: 1