Hi,
I'd like to be able to remove and add my test virtual machine only when required to be worked upon, therefore am looking at using the powershell export-AzureVM and import-AzureVM commands.
However, I cannot find any information on whether the endpoints configured for the VM are exported/imported as part of this process also.
If they aren't, could I create some sort of script that adds to a new VM the numerous endpoints I'd need to run the VM with instead?
I also note, that due to the dynamic way in which IP addresses are assigned I wouldn't necessarily have my new 'replica' VM added with the same IP address as before.
Is there some way I can workaround that so I can assign a private domain name to the VM and still be able to browse to the VM in future, even if it has been recreated?
Thanks.