How to set custom domain name for nodejs app hosting on azure linux VM

拟墨画扇 提交于 2019-12-24 12:11:24

问题


I am hosting my nodejs project on microsoft azure. Now i wanted do custom domain but i don't know how to do, I have external go daddy domain.

Presently my project running on azure vm's default DNSName.southindia.cloudapp.azure.com domain, now I wanted to change my goDaddy domain. How can I do that, Can anyone help to do this

below is my vm's configuration.


回答1:


According to your description, we can add A record to map your domain name to this VM's public IP address, or you can add CNAME to map your domian name to this VM's DNSName.southindia.cloudapp.azure.com.

About add an A record.

More information about add a record, strong textplease refer to this link.



来源:https://stackoverflow.com/questions/43872094/how-to-set-custom-domain-name-for-nodejs-app-hosting-on-azure-linux-vm

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!