Questions tagged [azure-hybrid-connections]

104 questions
2
votes
1 answer

SQL Server connection through Azure Hybrid Connection?

The end goal of this is to be able to expose a on-prem SQL Server so that it can be connected to like a 'regular' SQL Server using Azure. I'm trying to avoid doing a Azure Data Sync as I don't want to 'copy' data in this situation, although I will…
Goalaso
  • 31
  • 1
  • 2
2
votes
1 answer

Azure Hybrid Connection with Entity Framework Connection failure

I'm attempting to publish an ASP.net web app to the Azure cloud. I have to use a hybrid connection to talk with one of my SQL Servers. I believe I have it all set up correctly; however, my entity framework connection string does not appear to work.…
2
votes
1 answer

Connecting to On-Premises SQL Server from API in Azure App Service

I am trying to connect to an on-premises SQL Server from my API which i have deployed to Azure App Service. I have established a Azure Hybrid Connection to connect between on-premises SQL and Azure. I created a connection string which included…
Sumit
  • 35
  • 1
  • 6
1
vote
0 answers

Azure web app (linux) connected SQL through hybrid connection fails over and over in timeout

I have this problem i can't figure out. I'm working on a dotnet core app through Azure web app on a linux server. This app uses an Hybrid connection to connect the Azure app to a on premise SQL Db. With the 2.0 net framework everything worked fine.…
1
vote
0 answers

Azure Hybrid Connection does not connect to my on premise database

I have this web API in azure https://fysegplannerapi.azurewebsites.net/api/proyectos that That makes queries to an on-premise database in my data center in the physical office In order to reach this database I have associated a hybrid connection end…
kintela
  • 1,283
  • 1
  • 14
  • 32
1
vote
1 answer

Azure Hybrid connection manager stuck on "Saving please wait"

While connecting to Azure Hybrid connection manager I received following problem. Once I authenticate I can see the connection and I click on the connection and save the connection. However the Connection manager keeps stuck on the "Saving...…
achahbar
  • 901
  • 3
  • 21
  • 47
1
vote
0 answers

What exactly a hybrid can do and can not do

[azure] simple question. What exactly a hybrid can do and can not do? I have a Win Server 2019 on premises. Does a hybrid Win Server in Azure acts as a mirrow of my premises server? I have an accounting software running on the premises server and…
1
vote
0 answers

Monitoring of Azure Hybrid Connections and OnPremise Data Gateway

I'm using the Hybrid Connection Manager and also the On Premise Data Gateway for several projects hosted in the Azure cloud. There are more and more use cases for those two components and I need to setup a clean monitoring to detect connection…
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

Arm template deployment failed

I tried to automate to manage hybrid connections in azure through deployment of arm template through storage blobs . The problems comes when it asks for key and value which is entered in user metadata property .The template is deployed successfully…
1
vote
2 answers

Testing an Azure Hybrid Connection using SoapUI

I have an Azure Hybrid Connection that's supposed to connect to some on-prem service and expose it to my app services. However, the setup is failing somewhere, and I'm trying to narrow down exactly what the problem is. As part of this process (and…
Tomas Aschan
  • 58,548
  • 56
  • 243
  • 402
1
vote
0 answers

Azure Relay Hybridconnection Request Response Integrity

As an attempt to improve performance, Im proposing to use one common hybrid connection for all user's requests for on premises resource, in this case how to ensure the response received from hybridconnection is for the request sent since all user's…
191180rk
  • 735
  • 2
  • 12
  • 37
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

Azure Web app for containers to on-premises connection

Currently i'm hosting an API in an azure Web App for Containers App Service. Additionally, I have a logging database hosted on an on-premises service which can't be accessed publicly. For accessing the on-premises service it is possible to create a…
1
vote
1 answer

Azure Relay Hybrid Connections - how to send synchronous request/response

I'm using hybrid connections to request data from a listener. If I can write and read to the connection, how can I know that the response I've read from the connection matches the request I've given it? For example: private HybridConnectionClient…
zola25
  • 1,774
  • 6
  • 24
  • 44