How I add new endpoints to my VM on new azure portal (preview)?
on old portal it was easy and there is tab for it, but with new one I can\'t find it.
Yes, for v2 VMs the process for exposing endpoints is slightly different. V2 VMs no longer sit inside a cloud service, instead they are deployed into a VNET. If you want to be able to access the VM outside the VNET then you can deploy a VM with a public ip address. If you do that then the VM firewall is what protects the VM, In addition you can also apply Network Security groups around the VM NIC or the subnet the VM sits in to apply additional network security around it.