简体   繁体   English

从Azure访问本地SQL Server而不在两者之间使用本地数据网关

[英]Accessing On-Prem SQL Server from Azure without using an On-Prem data gateway in between

Can we access an on-premise SQL Server without using an on-premise Data Gateway from Azure? 是否可以在不使用Azure中的本地数据网关的情况下访问本地SQL Server? is there any other work around? 周围还有其他工作吗? like with a compromise in security/protocol? 喜欢在安全性/协议上妥协吗? I am doing a POC project and would like to access an on-premise SQL Server from LogicApps without using any data gateway bridge in between... 我正在做一个POC项目,想从LogicApps访问本地SQL Server,而在两者之间不使用任何数据网关桥...

Just for development, absolutely yes, you can use some tools like ngrok to expose your on-premise SQL Server without any public IP or Domain in internet to create a TCP tunnel for listening the port 1433 of SQL Server, as the section TCP tunnel of ngork document said. 仅出于开发目的,绝对是的,您可以使用诸如ngrok工具来公开您的本地SQL Server,而无需Internet上的任何公共IP或域,以创建用于侦听SQL Server端口1433TCP tunnel ,如ngork文件说。

However, it is not stable so that can not be used on production . 但是,它不稳定,因此无法在生产中使用 For a PoC project, I think it's available and good enough. 对于PoC项目,我认为它是可用的并且足够好。 But when you want to deploy it as a stable service, to use Azure VPN Gateway is an only available & stable solution if there is not a public internet address for your on-premise SQL Database. 但是,当您要将其部署为稳定服务时,如果本地SQL数据库没有公共Internet地址,则使用Azure VPN网关是唯一可用且稳定的解决方案

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 本地 SQL 服务器到 Azure - On-prem SQL Server to Azure 如何通过代码直接访问 Azure On-Prem Data Gateway - How to directly access Azure On-Prem Data Gateway through code 为什么 SQL(使用数据网关的本地)逻辑应用中的插入行 (V2) 操作不填充表? - Why SQL (On-Prem using Data Gateway) Insert row (V2) action in Logic App does not populate tables? 如何从 Azure 逻辑应用调用本地托管的自定义 Web API? - How do I call On-Prem hosted Custom Web APIs from Azure Logic Apps? 按计划更新 On-Prem AD 字段的逻辑应用程序 - Logic App to update On-Prem AD fields on schedule 通过 Azure 本地数据网关连接到本地 SMB 共享 - Connecting to on prem SMB share via Azure On Premise Data Gateway Azure 用于逻辑应用登录帐户的 Prem 数据网关 - Azure on prem data gateway for logic app sign in account 如何从 Azure 逻辑应用标准连接本地服务 - How to connect on prem service from Azure logic app standrad Azure 数据网关和逻辑应用程序 - 存储 sql 服务器登录详细信息 - Azure data gateway & logic apps - storing sql server login details 在 Azure 逻辑应用 ARM 模板中,使用本地数据网关的 SQL Server 连接器的 AuthType 属性的可能值是什么? - In Azure Logic Apps ARM template, what are the possible values for the AuthType property for a SQL Server connector using On-Premise Data Gateway?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM