How to access the ASP.net website deployed in Windows Azure VM (IIS Server) -


i have installd iis server in windows azure virtual machine using arm template deployed 1 application. when accessing dns name/public ip of vm default iis server coming. unable access website.

please give idea how access deployed website using dns name or public ip.

i following below github template application deployment:

https://github.com/azure/azure-quickstart-templates/tree/master/201-web-app-vm-dsc

in case using visual studio 2012 or higher, can create publishprofile , use publish feature in order deploy web app azure service. refer build->publish menu item.


Comments