How to configure an alternate remote desktop public port for an Azure Resource Manager virtual machine -
i trying configure alternate remote desktop port (other default 3389) azure resource manager virtual machine (the new kind, not legacy classic one).
i know how classic kind (via endpoints), can not find option new resource manager one.
the furthest got discovering can manipulate rules network security group associated vm, don't see option there map specific public port 3389 private port given vm.
any ideas? many thanks!
i think below sample template looking for
https://github.com/azure/azure-quickstart-templates/blob/master/101-vm-with-rdp-port
quote above sample
"rdpport": { "type": "int", "defaultvalue": 50001, "metadata": { "description": "public port number rdp" } }
Comments
Post a Comment