You are the administrator of the ACME banking group. You are in the process of automating the virtual machine creation process via ARM templates in JSON format. You need to configure the VM to automatically allow RDP traffic when this template is used. Under which variable can you edit the access rules?
"NetworkSecurityGroupRules" is correct, this is the equivalent to configuring the NSG rules to allow RDP access via the Network Security Group linked to this VM. "NetworkInterfaceName" is incorrect as this is only the name of the network interface. "NetworkSecurityGroupName" Is incorrect as it only references the NSG name, not the rules within it. "PublicIPAddressType" is incorrect as this is the public IP type, which can be dynamic or static.