本文介绍了C#使用混合连接通过VPN从Azure Function通过Azure连接到本地SQL数据库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我的任务是通过VPN从Azure Function连接本地SQL数据库.
I have a task to connect on-premise SQL Database from Azure Function through VPN.
为此,已经创建了混合连接.
For this, it has been created the Hybrid Connection.
我有混合连接之类的网关连接字符串
I have gateway connection string from hybrid connection like
我还需要什么来获取到本地数据库的连接字符串?
What else should I have to get connection string to my on-premise database?
您能举个例子说明我如何获得数据库访问权限吗?
Can you give me an example of how I can get access to DB?
函数已使用C#编写.
Function have written with C#.
推荐答案
这篇关于C#使用混合连接通过VPN从Azure Function通过Azure连接到本地SQL数据库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!