- Created a Basic Azure Service Fabric , Stateful Service, using reliable service framework using .NET core.
- Created a values controller with get operation returning string collection
- created endpoint configuration in service manifest with protocol of http
- Created DNS service name in the application manifest for the service
- Created Azure service fabric Cluster from portal
- Configured the nodes with ReverseProxy and Enable DNS
- Configured the LB rules 8081,80,19080,19000
- Have healthprobe at 19000,19080,8081
- Published my azure fabric application from Visual studio, and I can open the fabric explorer, it shows my services are deployed correctly
- but not able to access the service from outside of cluster
http://domain.eastus2.cloudapp.azure.com:19080/MyCalculatorApplication/AgeCalculatorService/api/values throws exception as {"Error":{"Code":"E_INVALIDARG","Message":"Invalid argument"}}