Questions tagged [azure-hybrid-connections]
104 questions
12
votes
2 answers
Connect to On Prem SQL server from Azure Web app
I have .Net application at on prim. I want to host it at Azure but don't want to move database. I publish the application on Azure but it is not able to connect to on prim database.
SQL server is in private netwrok.
For POC purpose, I am using MSDN…

umesh.chape
- 2,895
- 5
- 16
- 17
5
votes
1 answer
Link existing hybrid connection to an azure web app through ARM-template
I have a resource group in azure which contains a Relay which contains a hybrid connection. I'm trying to deploy another resourcegroup containing a web app which should link the existing hybrid connection in the other resourcegroup.
Performing this…

martenolofsson
- 501
- 1
- 4
- 20
5
votes
3 answers
Azure Functions using Azure Hybrid Connections
Is it possible to use Azure Hybrid Connections from the Azure Functions app service? The networking option appears to be missing from the routing section of the settings for the Functions service.
Any thoughts greatly appreciated.

Darren
- 1,071
- 1
- 15
- 39
3
votes
0 answers
Azure Hybrid Connection is not working in ASP.NET Core 3.1 App Service
I am working on an Azure App Service API using ASP.NET Core 3.1 and Entity Framework Core 3.1
I currently have a database connection to an Azure SQL server instance working just fine. Now I need to add an additional database connection to a local…

whiskytangofoxtrot
- 927
- 1
- 13
- 41
3
votes
1 answer
Getting TypeError: wsc.require is not a function for hyco-ws npm package
I want to use this npm package in a service that currently works. When I run "npm run start", it fails and I get the error :
TypeError: wsc.require is not a function
at Object../node_modules/hyco-ws/lib/HybridConnectionWebSocketServer.js
…

Abdul Hannan
- 73
- 6
3
votes
2 answers
Access Shared Folder Via Azure Hybrid Connection
I'm looking for a way to access the content of a shared folder in the network via Azure hybrid connections. I know I can access to SQL SERVER using Connection Manager, but is there a way to access files in the private network without creating a…

Saeid
- 1,573
- 3
- 19
- 37
3
votes
1 answer
Exchange 2016 on-premise mailbox access using Graph API (Hybrid Setup)
I have a mailbox in on prem exchange server (which is in hybrid mode) abc@onprem.com and i am trying to access this via graph api (/messages). This works perfectly if i do this in graph explorer, but fails when i do via implementation.
Required…

Karthik Hebbar
- 113
- 8
2
votes
0 answers
Export existing Azure Hybrid Connection relay to ARM template
Is it possible to export an Azure Hybrid Connection relay to an ARM template? When exporting the whole resource group, the relay is not included. The relay is defined by this ARM template.
The ARM template I use creates a corrupt relay. But if I add…

Kristoffer Jälén
- 4,112
- 3
- 30
- 54
2
votes
1 answer
How do you create an Azure Hybrid Connection using Pulumi?
Pre-requisite:
Cannot have a duplicate App Service Hybrid Connection within the same App Service Plan configured on your app services
Using the example provided from their website…

Eric Tijerina
- 186
- 1
- 6
2
votes
1 answer
MS Graph API return errors for Hybrid integration only on some IPs
We have an application that uses MS Graph API to integrate with our customer's email/calendar. One of the customers (Customer A) with the Hybrid setup, have reported issues. All the users suddenly got email integration not working. We have performed…

Val
- 21
- 2
2
votes
0 answers
Getting error:10054 while Connecting to local on-prem SQL server from Azure apps through hybrid connections
I have an Azure app that would connect to 2 local on-prem SQL Servers via hybrid connections.
SQL Server A: OS - Windows NT 6.2; SQL Server 2016 (v13.0.4001)
SQL Server B: OS - Windows Server 2012 R2 Standard (6.3); SQL Server 2017…

JenniLync11
- 147
- 1
- 9
2
votes
1 answer
How can I remove a Hybrid Connection that's shown in the Hybrid Connection Manager UI application?
I've been experimenting with Microsoft's Azure Hybrid Connections and have found that the UI tool for managing the on-premise configuration (called Hybrid Connection Manager UI) doesn't seem to have any way to remove connections once they're added.

Brett Zook
- 71
- 6
2
votes
1 answer
How to configure Hybrid mode for Exchange 2016 to have OAuth2 Client Credentials flow working with Microsoft Graph API
I configured Hybrid mode on a customer's Exchange 2016. Now users' mailboxes are exposed on the Microsoft Graph API using the individual consent flow (authorization code Oauth2 flow).
Getting an admin consent with a client credentials flow seems to…

Sybic2001
- 223
- 2
- 11
2
votes
1 answer
Azure hybrid connections "No such host is known"
I have a simple Asp.Net Core Azure Web App that needs to make a http get request to an on-premise Rest service. This Rest service is hosted on IIS with bindings set only for port 443. I've setup a new Hybrid Connection in Azure and added it to the…

Rob Bowman
- 7,632
- 22
- 93
- 200
2
votes
1 answer
C# connect to SQL Server database through azure hybrid connection
I have a task to connect on-premise SQL Database from Azure Function through VPN.
For this, it has been created the Hybrid Connection.
I have gateway connection string from hybrid connection like…

Dmitry Ediharov
- 53
- 1
- 4