rules/conditions/Azure/NSG/allow-tcp.json

{
    filter: [
        {
            conditions : [
                ["Protocol", "eq", "*"],
                ["Protocol", "eq", "TCP"]
            ],
            operator : 'or'
        }
    ]
}