Forum Discussion
rm115
Aug 17, 2021Copper Contributor
Site from Azure VM to web
Newbie here, have a vm on azure running Windows server 2016 with IIS. Have installed a ticketing application to be hosted on IIS. I can access the application using http://localhost:portno from the a...
MaR1a
Aug 17, 2021Copper Contributor
Following link will provide guide for creating network security group (NSG) and inbound security rule: https://docs.microsoft.com/en-us/azure/virtual-machines/windows/nsg-quickstart-portal
Then try to access from both internal IP address and external firewall IP address.
Then try to access from both internal IP address and external firewall IP address.
rm115
Aug 17, 2021Copper Contributor
Thank you will try this