Questions tagged [azure-hybrid-connections]

104 questions
0
votes
1 answer

Hybrid Connection Exception encountered: None of the connected listeners accepted the connection within the allowed timeout

I have a hybrid connection to on-premise MSSQL server, I am trying to access this from a Node.js application. The Node.js application was originally set up to connect to Azure DB, but the requirement has changed and now need to read data from an…
RickWeb
  • 1,765
  • 2
  • 25
  • 40
0
votes
1 answer

Creating Azure Hybrid Connection with Hybrid Connection Managaer

I have some REST APIs deployed to an app service an Azure. I have added a hybrid connection to the app service, and deployed the hybrid connection manager to the relay server which I verified can connect to the DB. Both show as "connected". I am…
J.Cart
  • 519
  • 1
  • 8
  • 19
0
votes
1 answer

Azure Hybrid Connection to API hosted on Websphere (on premise)

I have an API that is hosted on Websphere Application Server (bound to a specific port), on a Windows 2012 R2 Server (on-prem), that I would like to expose to Azure API Management in the cloud. Ideally, the plan was to use Azure Hybrid Connections.…
0
votes
1 answer

Connecting to an Hybrid connection served by the Hybrid connection manager

I've made a couple of tests and, as far as I've understood, Azure Relay requires the listener to explicitly connect to the bus. In our scenario, we would like to use it from a VM in Azure (or a different system on Internet) to connect to an existing…
0
votes
2 answers

Azure Event Grid to Azure Relay, Hybrid Connection

I'm testing out Azure Event Grid with a Azure Relay, Hybrid Connection handler. It's not working for me. I can see messages being published to Azure Event Grid. So far so good. I've set up a subscription to the Event Grid topic and I've configured…
1iveowl
  • 1,622
  • 1
  • 18
  • 31
0
votes
1 answer

Azure App Service (free trial) with Azure Hybrid Connections

I have a simple question. Are Azure Hybrid Connections available with an Azure App Service free trial subscription plan? I'm able to add hybrid connections within my Azure App service; however, they are not being recognized when I try to connect to…
0
votes
1 answer

Azure publish website connecting database

So, I have an app that I want to deploy in azure. I was successfully able to deploy app to my azure url that I created. The Html page loads correctly, the JavaScript is working as expected. However, my data is not loading at all. When I looked in…
0
votes
0 answers

Azure Relay SSL

We have a web app in Azure that needs to call a site in our on-prem location, we have configured Azure Relay and it works fine for HTTP if we use HTTPS we get Could not establish trust relationship for the SSL/TLS secure channel with authority…
Garry_M
  • 1
  • 2
0
votes
1 answer

Azure Resources Management API. Authorization issue when creating Service Bus Hybrid Connection

We try to use Azure Resources Management API to create a Hybrid Connection. (https://learn.microsoft.com/en-us/rest/api/relay/hybridconnections.) The problem we have is that every time we submit HTTP request it returns us 401 error with…
Stanislav
  • 165
  • 1
  • 15
0
votes
1 answer

Can a precompiled Function App use Hybrid Connections to on-premise servers?

Can a precompiled Function App use Hybrid Connections to on-premise servers? I can access the on-premise server using a C# script Function App function ... using (var client = new HttpClient()) { var result = await…
SteveC
  • 15,808
  • 23
  • 102
  • 173
0
votes
1 answer

verify or debug azure hybrid connection

I've got an Azure Function running with a Hybrid Connection to an on premise server. Everything works nicely. In the future we will have multiple hybrid connections in multiple locations, and its possible they might have the same server name and…
0
votes
2 answers

Can an Azure Function App access an on-premises resource via a VPN or Hybrid connection?

Function Apps that run on a Dynamic service plan are restricted in certain ways (as expected). Is it possible somehow to call an on-premises resource (via a VPN or Hybrid Connection) from a Function App in a Dynamic service plan?
willem
  • 25,977
  • 22
  • 75
  • 115
-1
votes
1 answer

Data center migration with Azure Migrate

Do you need hybrid connectivity with expressroute or S2S to execute a data center migration with Azure Migrate if your goal is to exit the data center? Thank you in advance.
-1
votes
1 answer

How to connect Azure Web App througt a Hybrid Connection to Oracle Linux

I was looking for the way to connect my Azure Web App using a hybrid connection to my On Premise Database server, Oracle Linux. Any suggestions? greetings.
1 2 3 4 5 6
7