0

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.

thanks

Blue Clouds
  • 7,295
  • 4
  • 71
  • 112
Jojo Peter
  • 141
  • 2
  • 9

1 Answers1

1

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

Casey
  • 805
  • 4
  • 10