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
0 answers

Connecting OnPrem REST API to Azure API Management using Azure Service Bus Relay

Is it possible to publish/import OnPrem REST API to Azure API Management using Azure Service Bus relay? If so, please let me know with some example case , if possible... Thanks in advance.
1
vote
1 answer

How to handle duplex wcf in azure wcf relay

I have a duplex wcf service that works fine but know i want to use the ability of azure wcf-relay to connect the client and the service. I made it all work with all my other services my only problem is the duplex service since it has a callback and…
roy barak
  • 53
  • 5
1
vote
2 answers

Is it possible to create azure service bus relay using Windows Service application?

I have a windows service bus relay application running in console application. Initially I created using console app for testing. Now I have a requirement to convert this console application to windows service. All the Azure documentation only show…
1
vote
0 answers

Azure relay hybrid connection - multiple servers (one premise) one client

I want to build a service using Azure relay hybrid connection. The service will be downloaded by the customers and installed on their premise. The service itself is a server basically that will allow a client to connect to and get data from a…
1
vote
1 answer

Can I programmatically get a list of Azure Service Bus Relays and how many listeners they have?

Via the Azure Portal, I can see which Relays are connected and how many listeners they have. I'd like to do this programmatically so that I can know which connections I have and whether or not there is anyone is listening on them. Thanks!
Jeffrey Lott
  • 7,171
  • 6
  • 28
  • 28
1
vote
1 answer

CRM 2016 online and Azure Service Bus relay - 50200: Bad Gateway

I'm using Microsoft Dynamics CRM 2016 online and trying to use Azure Service Bus relay from custom workflow activity. I created a custom activity (based on AzureAwareWorkflowActivity from CRM SDK) and registered an endpoint (details below). Workflow…
1
vote
1 answer

Receiving MaximumListenersPerEndpoint:25 or System.ServiceModel.QuotaExceededException for service bus relay

I am using a service bus relay and are receiving the following error There is only one application connecting to the path, and for some reason the number of listeners has climbed to 25, but there is not 25 listeners. During testing I am ending the…
matvdl
  • 63
  • 4
1
vote
0 answers

How to force using TLS 1.1 or TLS 1.2 in Azure Service Bus Relay

I made an application (in C#) connecting to Azure Service Bus Relay and it works well. However using WireShark I found out that both the server and client side use encryption with TLS 1.0 which is supposed to be degraded now. How can I force it to…
pdube
  • 593
  • 1
  • 11
  • 26
1
vote
1 answer

Creating A Service Bus SAS Token and Consuming Relay in WinRT

I have a Service Bus Relay (WCF SOAP) I want to consume in my Windows Store App. I have written the code to create a token as well as the client which is below. The problem is that I get an AuthorizationFailedFault returned with a faultstring…
1
vote
1 answer

How to secure Azure Relay Service Bus Endpoint

We are using basicHttpRelayBinding for WCF service which is exposed via Azure Service bus Relay. We need to apply the security for this service so that end points are secured. Could someone please confirm whether all we need to do is…
Nil Pun
  • 17,035
  • 39
  • 172
  • 294
1
vote
1 answer

Does azure service bus relay support async wcf opertions?

Does service bus relay support async wcf operations? I get the server failed to return a meaningful response with the following code. If I change the timespan to 30 seconds though it works fine. started by following this…
Jack Woodward
  • 455
  • 4
  • 20
1
vote
1 answer

How to programmatically configure Azure ServiceBus listener for 'AutoDetect' connectivity mode?

I have designed a listener that exposes a LOB application over the service bus. I had to write this listener because our application is protected by a firewall that doesn't allow inbound connection. The code below is how I initialize my listener…
desautelsj
  • 3,587
  • 4
  • 37
  • 55
1
vote
0 answers

Service Bus netTcpRelayBinding faster than regular netTcpBinding?

I have noticed a strange situation. I am writing a paper for class about Service Bus relay component. I decided to test what impact does it have on performance (there is a "client <--> sb relay <--> service" instead of "client <--> service"…
1
vote
1 answer

Azure Service Bus relay guidance

We are building a web and mobile application that will be hosted in Azure. We need this application to retrieve and update data in our on-premise database and our firewall restrictions prevent inbound firewall rules to be created. I need convey the…
Merlus
  • 23
  • 6
1
vote
1 answer

Looking for a Azure Service Bus Relayed example that does not use WCF

I'm trying to get my head around Azure Web Service Relay, but I'm looking for a .NET (C#) example that does NOT use WCF - both on the sender and receiver side. Does anyone have any good suggestions for an Azure rookie?
Kenneth Kryger Sørensen
  • 2,702
  • 2
  • 22
  • 27