Hi All,
I am completely new to Azure and I totally confused with regards to linux. I have a number of python web services running on a Linux apace instance locally. I want to deploy these services to the cloud. To do this I have created a Linux virtual machine. The trouble I have is trying to figure out how to map the domain I have (exampledomain.com) to the IP address of the Linux machine so that the services can be consumed (Example: exampledomain.com/services/listproducts/id1).
Is the IP address of the Linux machine static (or reserved) publicly so I only need to map my domain to the IP through the domain registrar, or is there something funky I need to do with Azure?
Thanks in advance!