Azure SQL 数据库的连接日志
Connection log for Azure SQL Database
我需要建立到 Azure SQL 数据库的系统到系统连接。
要启用与 Azure SQL 数据库的连接,我需要打开连接系统 IP 的防火墙。
我认为尝试连接到我的 Azure SQL 数据库的系统的 IP 地址有误 - 但我无法验证它。
如何查看连接到 Azure SQL 数据库失败的 IP。
请在 Azure SQL 数据库上启用审核。
如果您的数据库已经启用了审核,请访问仪表板。
之后点击 "Azure SQL - Security Insights"。
现在选择"Distribution by success"。
如何查看连接到 Azure SQL 数据库失败的 IP?
答案是否定的,我们无法获取连接到 Azure SQL 数据库失败的 IP。
我们可以得到的是 Failed Connections 的 sum/count :
希望对您有所帮助。
我需要建立到 Azure SQL 数据库的系统到系统连接。
要启用与 Azure SQL 数据库的连接,我需要打开连接系统 IP 的防火墙。
我认为尝试连接到我的 Azure SQL 数据库的系统的 IP 地址有误 - 但我无法验证它。
如何查看连接到 Azure SQL 数据库失败的 IP。
请在 Azure SQL 数据库上启用审核。
如果您的数据库已经启用了审核,请访问仪表板。
之后点击 "Azure SQL - Security Insights"。
现在选择"Distribution by success"。
如何查看连接到 Azure SQL 数据库失败的 IP?
答案是否定的,我们无法获取连接到 Azure SQL 数据库失败的 IP。
我们可以得到的是 Failed Connections 的 sum/count :
希望对您有所帮助。