Questions tagged [azure-relay]

For all questions regarding Microsoft Azure Service Bus Relay, including both WCF Relays and HybridConnections.

For detailed documentation and samples on usage, please see Azure Service Bus Relay Documentation

23 questions
3
votes
0 answers

How can I use Azure Relay and MVC with auth and still view the Swagger documentation URL?

For context, I'm very new to writing services, using Azure Relay, and Swagger, but I'm on the right track. I have legacy WCF services that I'm writing a proxy wrapper for with ASP MVC Core, then I'm using Azure Relay hybrid connection to expose them…
William YK
  • 1,025
  • 12
  • 26
3
votes
2 answers

From Logic App how to make a call to privately hosted SOAP based Web Service on some on-premise Server

We have a Logic App and private SOAP based Web Service hosted on some on-premise network. Based on some parameters, we need to call this Web Service from the Log App. What are the possible and secure ways to implement this ?
Varun05
  • 389
  • 3
  • 13
1
vote
1 answer

WCF Relay already connected to a listener, but no listeners are connected?

I'm currently attempting to write two applications in C# - a client and a server - which connect to a WCF Relay I've got set up in Azure, but I'm getting a really strange error when I try to run either. This is a brand new WCF Relay that I've set up…
Cole H.
  • 11
  • 1
1
vote
1 answer

Connecting azure relay service with Bot emulator

I am using azure relay service - hybrid connection as tunneling service. When I try to connect to the azure relay service from bot emulator, getting [POST401directline.conversationUpdate]. Note: ngrok is blocked by our organization, so using azure…
1
vote
0 answers

Get the details of Listeners on Azure Relay

I am using Azure ServiceBus Relay and although I am able to fetch the count of the current listeners, I want to know the details of those listeners as well. For example, their id or address. An attribute that I can use to access or target that…
izSaad
  • 579
  • 6
  • 25
1
vote
1 answer

Trouble Accessing Azure WCF relay Getting "The endpoint was not found. Endpoint does not exist." Error

I have been trying to use Azure WCF relay with two ASP applications as Given in the link https://learn.microsoft.com/en-us/azure/service-bus-relay/service-bus-dotnet-hybrid-app-using-service-bus-relay the example explains to create a console server…
Maulik Modi
  • 1,205
  • 12
  • 22
1
vote
1 answer

How to Delete Hybrid Connections

I accidentally deleted the relay without deleting the hybrid connection first. It appears like this left an orphaned hybrid connection, as whenever I try to create a new hybrid connection I get this error: Failed to add hybrid connection…
1
vote
0 answers

Is there way to get notified when a connection is made from a consumer to Azure Relay Connection?

Here is my use case: Configure Azure Relay with one connection Consumer connects to relay with this connection We push information to the consumer via Azure Relay Consumer connection drops and we detect the error on our side We stop pushing the…
Raghu
  • 2,859
  • 4
  • 33
  • 65
1
vote
0 answers

Not able to list the hybrid relays inside a relay namespace using namespace connection string

I am trying to list the hybrid relays inside a relay namespace. I have tried using NamespaceManager namespaceManager = NamespaceManager.CreateFromConnectionString(connectionString); var _azureRelays = await namespaceManager.GetRelaysAsync(); which…
1
vote
0 answers

Metrics not available for Azure Relay

We are currently using Azure WCF Relays, with many listeners and senders. But metrics are not available. . Is there a way to activate metrics in Azure Relay?
Asmaa B.
  • 11
  • 2
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

What are Azure Relay service throttling limits?

How throttling is defined for the Azure Fluid Relay? I cannot find it anywhere. We are implementing a pilot to switch our app to the Azure-Relay service. Unfortunately, even with a minimal user load we run into "throttling" error, i.e. 429. Meaning,…
Nikolay
  • 10,752
  • 2
  • 23
  • 51
0
votes
0 answers

Azure Relay Service can be used to do send files to end device

Can we use AzureRelay Service to send script to end device and run those scripts remotely. Can we do ssh for remote management of the end device. If yes how can we do it?? Any architecture will help
0
votes
2 answers

How to create a Hybrid connection dynamically through code

I am using Azure Event grid service to be used for notifications. Here I want to create new hybrid connection in a Relay namespace using C# code when a user logs in. How can I do that?
0
votes
0 answers

Azure Relay Hybrid connection - HTTP protocol vs WebSockets

Using "Azure Relay Hybrid Connection" while sending and receiving messages using the websocket protocol, if there is delay in receiving the response no exception occurred. But when sending and receiving messages to "Azure Relay Hybrid Connection"…
191180rk
  • 735
  • 2
  • 12
  • 37
1
2