Hello Gayan,
Welcome to the MS Q&A Forum.
There are could be several different reasons why you are not able to access the web app page.
Web Server Configuration:
- Ensure that your web server (e.g., Apache, Nginx, etc.) is properly configured and running. Make sure it is listening on the correct port (usually port 80 for HTTP or port 443 for HTTPS).
- Verify that your web application files, including the
index.php
file, are in the correct directory and accessible to the web server.
Firewall Rules:
- Review the network security group (NSG) rules associated with your Azure VM. Make sure that port 80 (HTTP) and/or port 443 (HTTPS) are open for incoming traffic.
- Check the local firewall (iptables/ufw) on the VM to ensure it's not blocking incoming web traffic.
DNS Configuration, etc.
Use the instructions in this article to get up and running with any web app, framework, and back-end technology that uses the Linux OS.
Hope above answers your question and concern. Let me know if you need additional assistance. If the answer was helpful, please accept it and complete the quality survey so that others can find a solution.
Olga Os.