简体   繁体   English

查看 Azure SQL 白名单中删除的 IP 地址

[英]View Dropped IP Addresses in Azure SQL Whitelist

Is there a way to query Azure SQL server logs to see when an IP address was dropped from a whitelist?有没有办法查询 Azure SQL 服务器日志以查看 IP 地址何时从白名单中删除? Thanks!谢谢!

First enable Auditing on the Azure SQL Database:首先在 Azure SQL 数据库上启用审计:

在此处输入图像描述

在此处输入图像描述

Next Create Log Analytics workspace and try to query: Next 创建 Log Analytics 工作区并尝试查询:

在此处输入图像描述

We could not get the IP which failed connecting to the Azure SQL database as of the date.截至日期,我们无法获得未能连接到 Azure SQL 数据库的 IP。 We can get the sum/count of Failed/Successful Connections:我们可以获得失败/成功连接的总和/计数:

在此处输入图像描述

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

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