How to assign a domain to my website hosted in Azu

2020-01-19 05:21发布

In my azure account i have created a Linux VM on which i have hosted my files instead of creating a webapp resource.

I have installed all the required software & uploaded my files via FTP. Now i can access my site by using the ip say http://11.22.32.44

I have also purchase a domain from register.com. Suppose my domain name is example.com

I want to access my website with my domain name now. Like example.com instead of http://11.22.32.44

I am new to this type of things plus i don't have much knowledge in Azure.

Please Help.

标签: linux azure dns
1条回答
老娘就宠你
2楼-- · 2020-01-19 05:39

I want to access my website with my domain name now. Like example.com instead of http://11.22.32.44

According to your description, we can add a A record to register.com. We should do this in the domain name manager web page, map the domian name to this public IP address, in this way, we can access this web via example.com.

Same as this image:enter image description here

More information about add A record, please refer to this link.

查看更多
登录 后发表回答