Questions tagged [azure-hybrid-connections]

104 questions
0
votes
1 answer

Azure Hybrid connection error - Microsoft.Azure.Relay.AuthorizationFailedException - InvalidSignature

I'm connecting an AWS EC2 SQL Database instance/server with an Azure Web app, using a Hybrid connection. It was working but had sporadic errors so I thought I'd delete the connection in Azure, re-create it, re-install Hybrid Connection Manager on…
Ralpharama
  • 441
  • 4
  • 20
0
votes
2 answers

Web API hosted on Azure doesn't return On-Premise Data after Get Request

I created an ASP.NET Core Web API and deployed it in Azure as an App Service. I created a Hybrid Connection and installed the Hybrid Connection Manager on the On-Premise Database Server, set the Hybrid Connection Status to Connected (Successfully…
0
votes
0 answers

Azure Hybrid Connection SQL Connection stops working. Restart of Web App helps. Problem with EnableRetryOnFailure?

I have an Azure Time stamping Web App connecting to about 50 different customers On Premise SQL databases using Hybrid connection. The web app is an Asp.Net Core 2.2 based C# app using EF. The app has been working extremely well over 2 years without…
0
votes
1 answer

Connect webapp to hybrid connection

I have a webapp in one resource group, and a hybrid connection in another resource group. How can I connect this webapp that is in one RG to the Hybrid connection that is in another? The command to connect to HC looks like this: az webapp…
Bryan
  • 3,421
  • 8
  • 37
  • 77
0
votes
1 answer

Every 1 in 30 connections I get Win32Exception: Unknown location error. Azure web app to AWS SQL DB

We have a couple of .NET Core 3.0 Web Apps (UK South) that connect to a MS SQL 2016 database which is running on an Amazon Windows Server 2016 Datacenter (EC2 instance). We connect via an Azure Relay/Hybrid Connection which is installed on the SQL…
0
votes
1 answer

Azure relay hybrid connection with multiple listener

If Azure relay hybrid connection has multiple listeners, will race condition raised between the listeners & eventually only one listener processes the incoming request (or) each listener will receives copy of request and process it? please clarify
EnthuAz
  • 67
  • 1
  • 1
  • 9
0
votes
2 answers

How to create hybrid connection inside azure function using arm template

I have created azure function app using arm template. But I want to create few hybrid connections under networking of the azure function like this below: So, can anyone suggest me how to do this?
Pradeep
  • 5,101
  • 14
  • 68
  • 140
0
votes
1 answer

Azure app service with hybrid connection can't access on prem SQL Server

I have an app service with hybrid connection enabled(on a VM in the same network with the SQL Sever) for me to access on prem SQL Server, which I don't own. However, the connectivity has been pretty unstable. I am able to access to the SQL Server…
0
votes
1 answer

How to find existing Hybrid Connection RelayId using Pulumi.Azure?

I have an existing App Service and an existing Hybrid Connection, I was able to get all the parameters I need to create a new Pulumi.Azure.AppService.HybridConnection but the RelayId, var webApiHybridConnection = new HybridConnection( …
Frankely Diaz
  • 886
  • 1
  • 9
  • 16
0
votes
0 answers

grpc-web over azure hybrid conenction throws An attempt was made to access a socket in a way forbidden by its access permissions

I'm trying to run a blazor app in an webapp in azure but the database is in a local domain. So Azure hybrid connection is a good idea to get on the local domain. Due to some restrictions we cannot directly link to the database and chose to create an…
linmic
  • 139
  • 2
  • 10
0
votes
1 answer

What are some Architecture design consideration while choosing Azure HCM over Azure VPN S2S connection for application hosted on Azure App Service?

I am trying to deploy Hybrid Application on Azure. My Application will be hosted on Azure Cloud App Service and Database will be on company's private DC. I have some question on optimal architecture or optimum architecture solution on Azure in this…
0
votes
1 answer

Azure Function Apps Hybrid Connections connect to Azure Load Balancer

Regarding Hybrid Connections attaching the relevant documentation here. What we currently have is: (WebApp) <--> (Hybrid Connection Manager) <--> (EndPoint A) In the configuration of Hybrid Connection we specify: Hybrid Connection name Endpoint…
0
votes
1 answer

Where to find Azure Hybrid Connection Logs

Is there a way to enable Logs related to azure Hybrid Connection. My ChatBot sends requests to an on-premise API through Azure Hybrid Connection. Sometimes we are getting intermittent connectivity issues. For example 1 out of 10 connection fails.…
roney
  • 964
  • 3
  • 15
  • 37
0
votes
1 answer

Why is there device information missing after Hybrid Azure joined?

I have successfully have my device showing as 'Hybrid Azure AD joined' but the Owner is now blank. How do you get the to populate again?
0
votes
1 answer

How to access on-prem resource from an App Service through Express Route?

I have an app service in Azure (not in ASE App Service Env). It is integrated with a vnet. And I have an API on-premises that this app must access by its internal on-prem DNS name. And there is an Express Route between Azure and on-prem…
Michael Chudinov
  • 2,620
  • 28
  • 43