security_rule |
(Optional) List of objects representing security rules |
any |
[ { "access": "Allow", "description": "Outbound 443", "destination_address_prefixes": [ "0.0.0.0/0" ], "destination_port_ranges": [ 443 ], "direction": "Outbound", "name": "outbound-443", "priority": "100", "protocol": "Tcp", "source_address_prefixes": [ "0.0.0.0/0" ], "source_port_ranges": [ 443 ] }, { "access": "Allow", "description": "Outbound 80", "destination_address_prefixes": [ "0.0.0.0/0" ], "destination_port_ranges": [ 80 ], "direction": "Outbound", "name": "outbound-80", "priority": "101", "protocol": "Tcp", "source_address_prefixes": [ "0.0.0.0/0" ], "source_port_ranges": [ 80 ] }, { "access": "Allow", "description": "Outbound 53", "destination_address_prefixes": [ "0.0.0.0/0" ], "destination_port_ranges": [ 53 ], "direction": "Outbound", "name": "outbound-53", "priority": "102", "protocol": "Udp", "source_address_prefixes": [ "0.0.0.0/0" ], "source_port_ranges": [ 53 ] }, { "access": "Allow", "description": "Inbound 443", "destination_address_prefixes": [ "0.0.0.0/0" ], "destination_port_ranges": [ 443 ], "direction": "Inbound", "name": "inbound-443", "priority": "100", "protocol": "Tcp", "source_address_prefixes": [ "0.0.0.0/0" ], "source_port_ranges": [ 443 ] }, { "access": "Allow", "description": "Inbound 80", "destination_address_prefixes": [ "0.0.0.0/0" ], "destination_port_ranges": [ 80 ], "direction": "Inbound", "name": "inbound-80", "priority": "101", "protocol": "Tcp", "source_address_prefixes": [ "0.0.0.0/0" ], "source_port_ranges": [ 80 ] }, { "access": "Allow", "description": "Inbound 53", "destination_address_prefixes": [ "0.0.0.0/0" ], "destination_port_ranges": [ 53 ], "direction": "Inbound", "name": "inbound-53", "priority": "102", "protocol": "Udp", "source_address_prefixes": [ "0.0.0.0/0" ], "source_port_ranges": [ 53 ] } ] |
no |