c# - hosted wcf service accessing external service -


i have wcf service named "servicea" been hosted in azure cloud service . now, have 1 more service can accessed within private network.

is possible make "servicea" consume "serviceb" present in private network adding network ip address anywhere in configuration?.

yes can using azure servicebus relay. using service bus relay, start exposing private service through outbound port , parties need reach private service (service b) can come servicebus relay in turn knows how reach private service. have on azure servicebus relay.

but may end having piece of code exposes private service on relay, small one.

ref - https://azure.microsoft.com/en-in/documentation/articles/service-bus-dotnet-how-to-use-relay/


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

php - Find a regex to take part of Email -