Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
254 views
in Technique[技术] by (71.8m points)

php - How to host Website using Virtual Machine in Azure?

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 !

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...