{ "operation": "Microsoft.Network/networkSecurityGroups/securityRules/write", "rule": { "direction": "Inbound", "access": "Allow", "protocol": "TCP", "sourceAddressPrefix": "10.0.0.0/24", "sourcePortRange": "*", "destinationAddressPrefix": "*", "destinationPortRange": "80", "priority": 1001 } }