I'm in the process of migrating an existing Azure classic VM to a newer Resource Manager based VM and would appreciated some advice.
The new architecture will have
- Load Balancer bound to a public IP
- 1 Virtual Network
- 1 Network Security Group
- 1 Subnet
- 1 NIC
- 1 VM
What is the best way to migrate the old endpoints and associated ACL's to the new structure? Is it to add what were the Endpoints and ACLs as individual Inbound Security Rules to the new Network Security Group?
Thanks.