Questions tagged [azure-servicebusrelay]

The Service Bus Relay Azure service enables developer to build hybrid applications that run in both a Windows Azure data center and user's own on-premises enterprise environment.

The Service Bus relay facilitates integration by enabling developer to securely expose Windows Communication Foundation (WCF) services that reside within a corporate enterprise network to the public cloud, without having to open up a firewall connection or requiring intrusive changes to a corporate network infrastructure.

The Service Bus relay allows developer to host WCF services within existing enterprise environment. Developer can then delegate listening for incoming sessions and requests to these WCF services to the Service Bus running within Windows Azure. This enables developer to expose these services to application code running in Windows Azure, or to mobile workers or extranet partner environments.

The Service Bus allows developer to securely control who can access these services at a fine-grain level. It provides a powerful and secure way to expose application functionality and data from your existing enterprise solutions and take advantage of it from the cloud.

See also the official set of samples for the Azure Service Bus Relay service.

101 questions
1
vote
2 answers

Hosting WCF Service with NetTcpRelayBinding in IIS: host closes when called

I'm having trouble hosting my WCF service with NetTcpRelayBinding in IIS. When I activate the service by browsing the WSDL it publishes a relay to Azure service bus, but as soon as I try and call it the service host closes and the relay disappears.…
1
vote
1 answer

Azure Service Bus Relay Security

I am developing a program which uses the Azure Service Bus Relay to transfer information from a server to a client. My question is, how is this information secured? Is the data I am requesting encrypted with SSL or is the data sent plaintext? I am…
erik
  • 11
  • 2
1
vote
1 answer

Javascript Client for Windows Azure Service Bus Relay service?

Is it possible to consume a WCF service via a Windows Azure Service Bus Relay in a JavaScript client?
Eric Grover
  • 421
  • 3
  • 9
1
vote
1 answer

Possible to find the service path of all running relays in an Azure namespace when display mode is set private?

This seems basic but i cant seem to find an answer. Even service bus explorer sample app can't see private relay services. Our application will be creating multiple relays using the Azure Service bus, These can be set to Discover mode public and…
Comivan
  • 100
  • 7
1
vote
1 answer

Windows Azure ServiceBus Relay clarification

Could some one Azure Service Bus expert help me with queries below? When does these TCP ports gets used 9350 to 9354? Any communication between Azure Service Bus Relay and on-premise WCF Service? If we use webHttpRelayBinding, then Client to…
Nil Pun
  • 17,035
  • 39
  • 172
  • 294
1
vote
1 answer

How to optimize the performance for Azure Service Bus REST Service

We have used an Azure Service Bus relay REST Service to expose our internal WCF webservice to external customers. Functionally all good, but we have noticed that it's significantly slower than connecting directly to WCF end point. I would have…
Nil Pun
  • 17,035
  • 39
  • 172
  • 294
1
vote
1 answer

Forward HttpWebRequest from Windows Azure worker role - on premise wcf

Using Windows Azure Service, and exposing a WCF service endpoint from on premise (behind firewall, NAT ....) is it possible to make available an intranet site to a worker role in Azure? Basically I want to be able to make an HttpWebRequest request…
1
vote
1 answer

Azure Service Bus Relay - Monitoring Request Traffic

We use the Azure Service Bus Relay to expose internal WCF services externally, but when trying to correspond our external service usage with IIS logs - we come up short since there are no entries for Service Bus relay requests in the web server log.…
SliverNinja - MSFT
  • 31,051
  • 11
  • 110
  • 173
0
votes
0 answers

Calling AzureRelay http endpoint with URL length of more then 450 characters results in error 500

Invoking Azure Relay http endpoint with URL length more than 450 characters results into error 500. Below is the request and error message GET…
0
votes
1 answer

Throttle the call to downstream systems

Requirement is to build a proxy ESB layer to throttle the calls to the downstream salesforce system to control the concurrent call threshold. Am not sure how to achieve this in Azure services, recall vaguely Logic App can throttle to max invoked…
TOMMY WANG
  • 1,382
  • 3
  • 16
  • 39
0
votes
0 answers

Communicate Azure App Service to locally hosted IIS WCF Service

I am struggling to make the communication from Azure App service ( WebApp ) to WCF hosted in IIS locally ( OnPrem ). Previosuly when both apps were deployed on IIS ( ManagementApp, AXYOneServer ) locally, they were able to communicate without any…
Usman
  • 2,742
  • 4
  • 44
  • 82
0
votes
1 answer

Can I Access Azure Service Bus Relay Using RBAC?

I know that I can access anything in Azure Service Bus using SAS token authentication, and it seems that accessing via RBAC is now becoming the preferred auth method for things like Event Hubs. What I cannot find in the various web articles or…
pjneary
  • 1,136
  • 6
  • 8
0
votes
1 answer

How to implement an HTTP relay / tunnel to access a web app?

We have web apps (ASP.Net Core hosted by IIS) running on the customers' Computers (behind a NAT). Cell phones or any other devices connected to the Internet should get access to the Web app. Restrictions: No public ip address. We do not want to…
markus s
  • 1,024
  • 1
  • 11
  • 20
0
votes
0 answers

How to configure load balancing strategy for WCF http relay

We are building a platform which will allow to invoke an on-premise API from the cloud, for this purpose we are using WCF relays which in fact is the appropriate service for us since we need to create the relays dynamically (we have an onboarding…
Coco
  • 71
  • 1
  • 4
0
votes
1 answer

How to setup azure relay hybrid connections using C# to connect to on-premises SQL Server?

I tried to test the sample provided here to use an Azure hybrid connection to connect to an on-premises SQL Server. My server has the "Hybrid Connection Manager" installed on it and I can connect to the database via Azure App Service Plan and an…
Saeid
  • 1,573
  • 3
  • 19
  • 37