0

I have created a new Azure Classic Virtual Machine and when I try to access from my office its not able to connect. In previous versions of Azure I used to change the Endpoints to point to 443 public port. But in new portal i'm not sure where i need to change the Endpoints. Can you help in this regard? Thanks

Arun S
  • 1,363
  • 3
  • 13
  • 17

1 Answers1

0

But in new portal i'm not sure where i need to change the Endpoints.

If I understand it correctly, we can add endpoint here:

enter image description here

Update:

It seems you create a ARM VM, if so, we can via Azure portal to add inbound security rules to NSG, like this:

enter image description here

enter image description here

More information about NSG, please refer to this link.

Jason Ye
  • 13,710
  • 2
  • 16
  • 25
  • That option is not available in the current version..you will not be able see endpoints now. – Arun S Sep 28 '17 at 11:48
  • @ArunS I see, you created was ARM VM, we should add inbound rules of NSG, we can find NSG IN that resource group – Jason Ye Sep 28 '17 at 12:20
  • @ArunS Does that work for you, please let me know if you need more help:) – Jason Ye Oct 06 '17 at 00:23
  • I created a VM with Windows R2 Server 2012 and Endpoints was available in it, but in 2016 it was not available. Will try the option you have specified and let you know for any further help. – Arun S Oct 16 '17 at 05:32