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.
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](https://i.stack.imgur.com/RHPtZ.png)
More information about add A record, please refer to this link.