Mods
Azure

Policy: Azure > SQL > Server > Firewall > IP Ranges > Approved > IP Addresses

Configure SQL server to allow access from specific internet IP addresses. This configuration grants access to specific internet-based services and on-premises networks, and blocks general internet traffic.

Provide allowed internet IP addresses in the form of individual startIpAddress and endIpAddress like in the below example.

Example: - startIpAddress: 203.0.113.5
endIpAddress: 203.0.113.5

Resource Types

This policy targets the following resource types:

Primary Policy

This policy is used with the following primary policy:

Controls

Policy Specification

Schema Type
array
Default
[]
Examples [YAML]
  • - startIpAddress: 203.0.113.5
      endIpAddress: 203.0.113.5
    

Category

In Your Workspace

Developers