How to host Website using Virtual Machine in Azure?

2.5k Views Asked by At

I have created a virtual machine windows server 2012 on azure and I have bought a domain name from godaddy.com .My website folder is in htdocs folder of xampp. I have also created the virtual host in Virtual machine and I have given the IP address of it to the domain name. I am unable to figure out what to do next . Please help me out !

1

There are 1 best solutions below

3
On

If you web server is up and running in your VM you just need to open the external endpoints now.

From Azure portal >> Navigate to your VM >> Endpoints >> Add >> Type name, port and select protocol

For you custom domain, you have to go to godaddy dns manager and add a new host (A) entry pointing to your VM public ip.

Also make sure windows firewall is not blocking connections.