Through out North America, we have lots of legacy devices, which sends data to our server which has static IP Address.
Now we are moving to Azure cloud services, and as you know they do not guarantee static ip address. And there is no way to reconfigure all those legacy devices to point them to new ip address, and those devices also does not support DNS (or CNAME) resolution.
I know, the azure cloud service ip address does not change as far as we don't delete the deployment. But it is very likely that it will be deleted (in case if we go and change configuration of all the devices.)
So what we want to do is, redirect the traffic which we get on an ip address to something.cloudapp.net.
I am a just developer, any network (hardware/software) solution will be greatly appreciated.