Azure-Samples / service-fabric-dotnet-getting-started

Get started with Service Fabric with these simple introductory sample projects.
MIT License
230 stars 329 forks source link

When deployed to Azure cluster, statefulbackend gives 404 #62

Open harrchen opened 7 years ago

harrchen commented 7 years ago

The code works fine in local cluster. However after deploying to Azure cluster, stateful back end call produces 404.

rameshbolla commented 7 years ago

I am also facing the same problem

generated reverse proxy url is

http://localhost:19081/GettingStartedApplication/StatefulBackendService/api/values?PartitionKind=Int64Range&PartitionKey=-9223372036854775808

throwing exception, message "No connection could be made because the target machine actively refused it [::1]:19081"

any suggestions or alternate ways to connect stateful service ?

shawnweisfeld commented 7 years ago

I think this is the same problem as #54

Is enabling the reverse proxy service an option in your cluster? more info