Questions tagged [azure-hybrid-connections]

104 questions
0
votes
0 answers

Hybrid Connection Listener windows service

I am new to C# and Azure Hybrid Connections, so please be kind. We have a console app in c# that uses the Hybrid Connection Listener that waits for connection requests. When a request comes in with the data, it does stuff (technical term) with the…
ducman
  • 1
  • 1
0
votes
1 answer

Why does my users get a .ost error message after giving them Full Access to mailbox?

I work in a big company and we have just migrated to office 365 in a hybrid scenario. Here is the "stack": Exchange 2016 Hybrid ADSync with AADConnect Usermailboxes hosted on Office 365 Users use the Outlook 2016 Client (can't roll out o365 client,…
0
votes
1 answer

Getting BGP peers of an ExpressRoute gateway

I am trying to pull the IP addresses of BGP speakers that establish a peering with an ExpressRoute gateway. For instance, if I create a VirtualNetworkGatewayConnection between my ExpressRoute circuit and an ER gateway, how do I get the IP addresses…
0
votes
1 answer

Azure Function Hybrid connection to share folder

I would like to know your advice on the below scenario: We have Azure Function (not durable function) and output of the function spouse to create a file and copy it to VM folder (a shared folder on VM) on the same subscription. Express route V NET…
Deepak Shaw
  • 461
  • 3
  • 6
0
votes
1 answer

How to Connect to OnPremise SQL Server from SSMS in Azure VM usign Hybrid Connection Manager

This question is bit on the Reverse Side of Connecting via SSMS from Azure VM to on premise SQL Server. Can Hybrid connection Manager be used to configure connectivity between Onpremise and Azure such that i can use SSMS from Azure VM to connect to…
NSS
  • 1,835
  • 2
  • 29
  • 66
0
votes
1 answer

Get Azure HybridWorker Environement Variable in Powershell

I have an Azure Powershell Runbook which is used to invoke a java jar inside the Hybrid Worker Groups. Currently we pass the absolute java path and run the program, Iwant to change this and pass JAVA_HOME instead. I have set java home as environment…
0
votes
1 answer

Azure Web App Hybrid Connection with Windows Authentication

We're running into an issue connecting an Azure Web App to an on premise SQL Server using Windows Authentication via a Hybrid Connection. We're able to get it working using SQL Server authentication, but the issue we're facing is that we also want…
0
votes
3 answers

How to connect to on-premise Oracle-db using Azure Functions?

I'm trying to create an Azure Function to connect and query an on-premise Oracle-DB. I can not see that the Oracle Client or an ODBC-driver is installed on the servers to handle this. Are there any solutions to this using JS or Python? I have tried…
0
votes
1 answer

How to setup azure relay hybrid connections using C# to connect to on-premises SQL Server?

I tried to test the sample provided here to use an Azure hybrid connection to connect to an on-premises SQL Server. My server has the "Hybrid Connection Manager" installed on it and I can connect to the database via Azure App Service Plan and an…
Saeid
  • 1,573
  • 3
  • 19
  • 37
0
votes
1 answer

Azure hybrid connection not connecting sql server database instance using java as backend code

I am tring create connection for sql server database using azure hybrid connection and my database server is sql server instance and it's name is something like this serverName/instance and my java code to connect the database server is similar to…
0
votes
1 answer

Disable Azure Hybrid Connection

I would like to have the ability of enabling\disabling individual Hybrid Connections inside an Azure Relay Namespace. Looking around the management portal it seems like I can only delete a Hybrid Connection.
Fder Aragon
  • 81
  • 1
  • 5
0
votes
2 answers

Azure Relay - Hybrid connection reuse

Creating new HybridConnectionStream object like below, for every client request thread takes time (~3sec) var client = new HybridConnectionClient(new Uri(String.Format("sb://{0}/{1}", relayConfiguration.Value.RelayNamespace,…
191180rk
  • 735
  • 2
  • 12
  • 37
0
votes
0 answers

Hybrid Connection keeps on disconnecting

Seems like our hybrid connection to the server has been constantly disconnecting every month or two. What we usually do is disconnect/connect the connection to fix it. Do hybrid connections have auto-reconnect when this happens? And quite wondering…
jbtamares
  • 778
  • 7
  • 26
0
votes
0 answers

Connection from Azure Web App to On Premise SQL Server using Hybrid Connection is not working in a closed network environment

The installation on both Azure and Sql Server side is done exactly according to Microsoft specifications in https://learn.microsoft.com/en-us/azure/app-service/app-service-hybrid-connections. The endpoint host is the SQL Server machine name using…
BengtBr
  • 11
  • 2
0
votes
1 answer

Using Azure Hybrid Connection to connect to internal Web API

Very new to Azure, and I have an internal web API on an internal address http://internal-server:182/api/policies. I have set up a Hybrid Connection internal-service.servicebus.windows.net. This is connected and working. My struggle is getting the C#…
Ian M
  • 1
  • 1