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

When deployed to Azure cluster, statefulbackend gives 404

harrchen opened this issue · 2 comments

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

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 ?

I think this is the same problem as #54

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