Not able to access application hosted on Linux VM on Azure cloud

2016-01-18T23:20:50

I have created a CentOS 7.1 VM using Resource Manager deployment model.

I am not able to access the application using a browser on a machine connected to internet.

However I am able to access the application on same machine and other VM on same virtual network using private IP address.

I configured Network Security Group and allowed port 80 and 443 in Inbound Rules.

Copyright License:
Author:「Milan Pandey」,Reproduced under the CC 4.0 BY-SA copyright license with link to original source & disclaimer.
Link to:https://stackoverflow.com/questions/34858186/not-able-to-access-application-hosted-on-linux-vm-on-azure-cloud

About “Not able to access application hosted on Linux VM on Azure cloud” questions

I have created a CentOS 7.1 VM using Resource Manager deployment model. I am not able to access the application using a browser on a machine connected to internet. However I am able to access the
I have 2 azure VMs 1st is Linux machine(ubuntu 18.04) and 2nd is windows azure vm. I have MySql database in Linux machine. I want to move the data from Linux MySql database to SQL Server Database w...
Not able to access "Azure File Storage" from .net web application hosted on azure vm using system.io. getting exception username and pwd are required, though the drive is mounted on vm
Dear All we want to use AZURE Application Gateway to implement SSL in front of our LINUX VM (hosting our node.js microservices). As per current configuration: -we have same resource group for both
I have hosted a python flask web application on azure virtual machine (Windows OS). When I start the python application, it gets hosted on 127.0.01:5000 i.e. localhost. I can access this in browser...
I have created a new linux Virtual Machine on MS Azure cloud. I am not able to access the console of the new machine. I have enabled "boot diagnostics" for the VM but want to access console during ...
I have created ASP.net vNext application in Visual Studio 2015. I have used Docker tools for VS 2015. Created the Windows Server 2016 VM and published my asp.net vnext application inside a containe...
I have self hosted signal r console application which I need to run within a VM on Azure I need to be able to access the hub externally I cannot host this via Azure App Services because it is using
I am trying to learn how to move an application from on-prem to Cloud (Azure). I have an existing application (PHP, Laravel, MySQL) which is hosted on IIS. Following this tutorial, I was able to cr...
I have a flask server hosted on my azure vm. if __name__ == '__main__': app.run(debug=True, host="127.0.0.1", port=4400) On vm, I can access the server via the address 127.0.0.1:4400 Now I wa...

Copyright License:Reproduced under the CC 4.0 BY-SA copyright license with link to original source & disclaimer.