azure-hybrid-connections

Azure Resources Management API. Authorization issue when creating Service Bus Hybrid Connection

非 Y 不嫁゛ 提交于 2021-02-08 11:36:58
问题 We try to use Azure Resources Management API to create a Hybrid Connection. (https://docs.microsoft.com/en-us/rest/api/relay/hybridconnections.) The problem we have is that every time we submit HTTP request it returns us 401 error with message: { "error":{"code":"AuthenticationFailedInvalidHeader","message":"Authentication failed. The 'Authorization' header is provided in an invalid format."}} We prefer to use REST API rather than SDK/nugget packages Here is console app code: using System;

Azure Resources Management API. Authorization issue when creating Service Bus Hybrid Connection

偶尔善良 提交于 2021-02-08 11:35:49
问题 We try to use Azure Resources Management API to create a Hybrid Connection. (https://docs.microsoft.com/en-us/rest/api/relay/hybridconnections.) The problem we have is that every time we submit HTTP request it returns us 401 error with message: { "error":{"code":"AuthenticationFailedInvalidHeader","message":"Authentication failed. The 'Authorization' header is provided in an invalid format."}} We prefer to use REST API rather than SDK/nugget packages Here is console app code: using System;

MS Graph API return errors for Hybrid integration only on some IPs

不打扰是莪最后的温柔 提交于 2021-02-08 03:27:26
问题 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 a couple of testing calls (endpoint /me/sendMail) to MS Graph API using our production app credential and different environments (local, dev cloud AWS, staging cloud GCP, prod cloud GCP) and valid user tokens. Here are the results and strange

MS Graph API return errors for Hybrid integration only on some IPs

╄→гoц情女王★ 提交于 2021-02-08 03:27:15
问题 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 a couple of testing calls (endpoint /me/sendMail) to MS Graph API using our production app credential and different environments (local, dev cloud AWS, staging cloud GCP, prod cloud GCP) and valid user tokens. Here are the results and strange

MS Graph API return errors for Hybrid integration only on some IPs

主宰稳场 提交于 2021-02-08 03:27:09
问题 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 a couple of testing calls (endpoint /me/sendMail) to MS Graph API using our production app credential and different environments (local, dev cloud AWS, staging cloud GCP, prod cloud GCP) and valid user tokens. Here are the results and strange

Link existing hybrid connection to an azure web app through ARM-template

偶尔善良 提交于 2021-01-03 06:06:34
问题 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 task in the azure portal is trivial but since I want to run "complete mode" during my ARM-template deploy I need to do this during deployment. I cannot find any good documentation for this and lots of answers seems outdated. Is this possible, and

Link existing hybrid connection to an azure web app through ARM-template

北慕城南 提交于 2021-01-03 06:05:27
问题 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 task in the azure portal is trivial but since I want to run "complete mode" during my ARM-template deploy I need to do this during deployment. I cannot find any good documentation for this and lots of answers seems outdated. Is this possible, and

Link existing hybrid connection to an azure web app through ARM-template

一世执手 提交于 2021-01-03 06:01:55
问题 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 task in the azure portal is trivial but since I want to run "complete mode" during my ARM-template deploy I need to do this during deployment. I cannot find any good documentation for this and lots of answers seems outdated. Is this possible, and

Connect to On Prem SQL server from Azure Web app

强颜欢笑 提交于 2020-12-08 07:32:44
问题 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 subscription. I am facing below error, A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server

Access Shared Folder Via Azure Hybrid Connection

为君一笑 提交于 2020-02-25 03:36:52
问题 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 dedicated service in the on-premises system? UPDATE: I added port 139 and 445 to the connection manager endpoints and shared a folder to everyone on the designated server. Then created an azure function with an App Service Plan that had access to my