Questions tagged [azure-hybrid-connections]

104 questions
0
votes
0 answers

Azure Hybrid Connection Manager: firewall rules

We develop an application that fetches data from our client's databases by means of Azure Hybrid Connection. The problem is that when client whitelists just Azure Relay address on their firewall - connection is becoming unstable, it may work one…
0
votes
0 answers

Azure - on prem mssql spatial data to azure cloud via datafactory

Wondering if anyone have created an azure data pipeline to move on prem mssql data with spatial column to cloud, without needing to transform geom column to text. Azure geospatial reference architecture Regards
0
votes
2 answers

Unable to create alias on Shared Mailbox in O365 after hybrid join

I'm looking for the best practicee on how to add alias, before joining to hybrid I could add alias for single or shared account in O365/Exchange online but after hybrid join, I cannot see a way to add alias for shared account in O365. Each time I…
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

API works locally but when published on Azure as APP SERVICES using hybrid connection gives "500 : Internal Server Error" in postman

We have an API when tested locally using postman it works fine. As we are publishing it on Azure as "App Service" we have used the Azure Hybrid connection. The connection status is connected. After publishing, when we test the API using postman, it…
0
votes
1 answer

Azure function using hybrid connection

I have an azure function which is supposed to call an on-prem API. The application works fine in my dev environment. But there is a problem when I deployed it to Azure. I have already set up a hybrid connection for my Azure function to connect to…
Helen
  • 31
  • 1
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
0
votes
1 answer

Are there high-availability options for On-premise applications using Azure

We have some dedicated LOB application on-premise applications. Access to these apps is through the public Internet. Active Directory Domain Services is used to authenticate users. In Azure, there are multiple ways to create high-availability; is…
sy-huss
  • 183
  • 2
  • 14
0
votes
0 answers

HCW - hybrid configuration wizard modern - InternalUrl_Duplicate

Unable to get through the Hybrid Configuration Wizard in Modern mode. This is necessary because we want to migrate mailboxes. Classic mode works. It knows that there is a Hybrid Agent, but I can't successfully install with either path of using…
0
votes
1 answer

Access file in server with Azure Function(Hybrid Connection)

I have a Azure Function which reads a file from OnPremise server using Hybrid Connection. using (var csvStreamReader = new StreamReader("\\servername\sample.csv")) ... On run the function app converts the above filepath to…
prvn
  • 406
  • 3
  • 7
  • 24
0
votes
1 answer

Integration tests with Azure Hybrid Connection

I have an ASP.NET Core Web API that sends HTTP requests to on-prem resources. This is made possible by adding Hybrid Connections to the App Service (under "Networking"). This works fine. I added integration tests which call my API endpoints. When I…
0
votes
1 answer

Azure Express route forced-tunneling with NVA

I want to set-up forced tunneling in Azure. All traffic destined to internet should be routed to on-prem and exit to internet from there. As far as i understand i need to advertise default route via BGP in Azure so that it replaces internet default…
0
votes
2 answers

Why does my Azure Hybrid Connection show a "Status Unknown"?

So...about 5pm 2 nights ago, all 14 of my listeners on my Azure Service Bus dropped. So I logged in to my on-prem SQL Server to check on my Hybrid Connections and both of them showed a status of "Status Unknown". I can't find anything on the…
0
votes
1 answer

ODP.NET Connection pooling and Azure Hybrid Connection to on-prem database

I am using an Azure Hybrid Connection to connect from a Dotnet 5 API running in Docker on Azure Linux to an on-prem Oracle 12 server. All our database queries run stored procedures that return cursors. The server is running out of connections once a…
cdonner
  • 37,019
  • 22
  • 105
  • 153
0
votes
1 answer

Azure service fabric and hybrid connections

Is it possible to configure azure service fabric cluster to utilize hybrid connection so that on-prem services can connect to a SF service?