I am running service fabric in local cluster. And I use HttpClient.GetAsync to access https://google.com. Do I have to change any configuration to allow service fabric to talk to remote service?
Asked
Active
Viewed 708 times
1 Answers
1
Nope. If you can do it an a console app, you can do it in a Service Fabric service.
Question is more about connecting over HTTPS with HttpClient. See here: Make Https call using HttpClient
Or check your Internet connection.

Community
- 1
- 1

Vaclav Turecek
- 9,020
- 24
- 29