简体   繁体   English

azure上的防火墙规则

[英]Firewall Rules on azure

Can we create a rule that prevents someone adding a DB Firewall Rule with the name ClientIPAddress***??我们可以创建一个规则来阻止某人添加名为 ClientIPAddress*** 的数据库防火墙规则吗?

Thanks in advance,提前致谢,

Azure SQL database use the firewall rules to control the access. Azure SQL 数据库使用防火墙规则来控制访问。 For example, create a firewall rule to allow the access from the client through IP address.例如,创建防火墙规则,允许客户端通过 IP 地址访问。

To be able to create and manage IP firewall rules for the Azure SQL Server , you will need to either be:为了能够为 Azure SQL 服务器创建和管理 IP 防火墙规则,您需要:

  • in the SQL Server Contributor role在 SQL 服务器贡献者角色中
  • in the SQL Security Manager role在 SQL 安全管理员角色中
  • the owner of the resource that contains the Azure SQL Server包含 Azure SQL 服务器的资源的所有者

We can't create a rule that prevents someone adding a DB Firewall Rule with the name ClientIPAddress***.我们无法创建阻止某人添加名为 ClientIPAddress*** 的数据库防火墙规则的规则。 But if someone is not in these roles, they don't have the permission to add role with client IP.但是,如果有人不在这些角色中,他们就没有权限向客户端 IP 添加角色。

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

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