简体   繁体   English

安全访问SQL Azure

[英]Secure access to SQL Azure

What is the best way to create a secure connection to SQL Azure from a customer location? 从客户位置创建到SQL Azure的安全连接的最佳方法是什么?

We are currently using IP address and setting the firewall, but this is not very secure 我们当前正在使用IP地址并设置防火墙,但这不是很安全

That's pretty much all you have with the Azure SQL Database offering today. 如今,Azure SQL数据库产品几乎就是这些。 The TDS protocol is sent to the client over TLS so the transport is secured. TDS协议通过TLS发送到客户端,因此传输是安全的。

Note that you could theoretically create a "jump" or "bastion" host in Azure on a VM, and allow only connections to Azure SQL from the public VIP of that host, but I'd question how much more secure that is than what you have now. 请注意,理论上您可以在VM上的Azure中创建“跳转”或“堡垒”主机,并且仅允许从该主机的公共VIP连接到Azure SQL,但是我想知道这比您安全得多吗?现在。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM