Questions tagged [azure-hybrid-connections]

104 questions
1
vote
1 answer

Connect To Azure Web Job from Client over Hybrid Connection

I have an on premise server (mockhospital1) and I have an Azure Web App in an App Service Plan. I have created a Hybrid Connection from this Azure Web App to link Server A, and I downloaded the HCM on Server A and added the connection there (this…
1
vote
1 answer

Cannot access on-premise Web API through Azure Hybrid connection

I deployed a web API at port 8090 on an on-prem server. Created a hybrid connection to on-prem server using port 8090. Status is connected. I deployed an Angular application as a Web App to Azure but AJAX request fails with "Name not resolved".
1
vote
0 answers

Api App Sqlconnector not allowing Hybrid setup

Trying to configure my SQL Connector API App named (CENTRAL.SQLCONNECTOR.EMPLOYEESYNC.DEV) to use the Hybrid Connection Manager. I have had to delete it and recreate multiple times assessing the query options, and confused because it seems very…
0
votes
0 answers

Azure web app for containers (Spring Boot 3 Java 17 using JDBC) connection issues w/ Microsoft SQL Server Hybrid Connection

Overview I have deployed a Spring Boot API from my private container registry to an Azure Web App for containers instance. I have setup a hybrid connection via Azure Hybrid Relay w/ a HCM hosted on a Windows 2022 server VM that has a connection to a…
0
votes
1 answer

Add Existing Hybrid Connection to Azure App service Plan via ARM Template

We created an Azure Standard Logic App created via ARM template. This Logic App should use an existing Hybrid Connection. I shared the ARM template below that we used to create Azure App Service Plan. I think I need to reference the Hybrid…
0
votes
0 answers

Intune Autopilot automate OU redirect

We have an Intune autopilot OU in our Active Directory which all of the computers which join our domain are redirected to. The problem is that we need to manually move them from the OU to other sub OU's which are based on geographical locations. Is…
0
votes
0 answers

Connection can not be closed if the app is hosted in docker and access db via Azure Hybrid Connection

I'm building an API that using node-mssql package to connect to MSSQL, it provides connection pool functionality, so I can reuse the connection to improve performance. It works well in local env, the connection is reused, and can be closed within…
0
votes
2 answers

Can't use localhost for Azure Hybrid Connection's Endpoint Host

It's been about two years since I had to set up a Hybrid Connection for one of my App Services. Last time and this time the use cases are basically the same. I have a Web API hosted on two on-prem boxes. One is the production box and the other is…
bubbleking
  • 3,329
  • 3
  • 29
  • 49
0
votes
1 answer

Linux Azure Function - how to change the port used by underlying container?

I am trying to deploy Azure function to Linux environment. Function needs to use hybrid connection to connect to on-prem API on port 80. After deploy I receive the following error "Azure Functions Runtime is unreachable". Here is the output from…
0
votes
1 answer

Azure Hybrid Connection Not finding MS SQL Server

I am trying to use an Azure Hybrid connection on a Linux Azure Web App. When I connect to a Hybrid connection on my local computer, it works with no problem. I just enter the Computer name, and the SQL port, and create my connection string. This…
ghawes
  • 193
  • 1
  • 11
0
votes
2 answers

What is the minimum functional level of forrest for managing hybrid 365 deployments

We have a hybrid deployment and have run into some troubles managing mail settings from the on-prem DCs. I believe the solution is to raise the functional level of the forrest to 2016, but I want to confirm before migrating. Domain controllers run…
0
votes
2 answers

Traffic Manager to Load balance Layer 4 traffic between On Prem Physical machines and Azure VM

Can Traffic Manager be used to load Balance(Active-Active or Active-Passive) Non-HTTP(S) Layer 4 traffic between On Premises and Azure Virtual Machines.
0
votes
1 answer

Two-way Hybrid Connections

I established a Hybrid Connection from App Service to on-premises by using Hybrid Connection Manager (HCM). Is it possible to connect the other way from on-premises to the App Service? This would be needed to have a two-way communication channel. To…
Sven
  • 2,345
  • 2
  • 21
  • 43
0
votes
0 answers

Azure hybrid connection for on prem SSRS (SQL Server Reporting Services)

I have hosted an ASP.Net application and it connects with on premise SSRS reports. Application is connecting properly when working locally but when i publish on azure, it does not connect to SSRS. I have created Azure hybrid connection for on prem…
0
votes
1 answer

Azure Hybrid Connection SSPI handshake failed

I have an instance of Azure Hybrid Connections running on a server where SQL Server is installed. I hosted an WebApp on azure, set up the hybrid connection and I'm consistently getting the same SSPI Handshake error SSPI handshake failed with error…
jacroll
  • 1
  • 1