Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does Windows Azure offer static IP for VMs? [closed]

I have been trialling the Bizspark / Azure offer for my company. When we accidentally exceeded our free usage limit by 1c, Microsoft deleted our VMs and handed our IP addresses to other customers. This was done instantly, out of hours and without prior warning. It took three days for the DNS changes to propagate for our new IP address and during this time, anyone accessing our web sites saw the sites of random other Azure customers.

We had been encouraged to set a zero $ spending limit during test, however we have corporate credit cards registered for the account. The terms of service indicate that service suspension will take place if the spending limit is exceeded, however this was not a suspension of service that could be quickly lifted, this was a permanent removal of our IP addresses resulting in a 3 day service suspension and the deletion of data from our temp disks etc.

Our services were not in production; they are being trialled for production. However management is now concerned that such an event could take place and asks if Microsoft really knows what it is doing in the was that Amazon EC2 knows what it is doing. I have now invested time in Azure but I am also worried.

My question is: does Microsoft offer static IP addresses for Azure customers that are not lost during a server upgrade, a billing issue or other minor problem? Can this be done by setting up an Azure virtual network? Why does Microsoft take such damaging action against customers when service suspension could easily be carried out in an instantly reversible manner (for example by blocking ports)?

Is Azure a viable platform to run a reliable server?

like image 899
Francesca Goldsmith Avatar asked Dec 28 '12 10:12

Francesca Goldsmith


People also ask

Is Azure VM static IP?

Microsoft Azure by default has a dynamic assignment of a public IP address to a newly-created VM unless we change it to be static. Public IP enables communication to Azure VM from the internet. Assigning a static public IP address ensures that the address never changes as opposed to the dynamic public IP address.

How do I make my Azure virtual machine static IP?

In the network interface properties, select IP configurations in Settings. Select ipconfig1 in the IP configurations page. Select Static in Assignment. Select Save.

Is Azure static IP free?

In ARM deployment model, there is no charge for dynamic public IP addresses when the associated virtual machine is “stopped-deallocated”. However, you're charged for a static public IP address irrespective of the associated resource.

What happens when you stop a VM in Azure?

Stop a VM. You can stop a VM from inside of the virtual machine or using an Azure CLI command, such as azure vm stop. This stops the guest operating system, but keeps the compute resources. You will continue to be charged for the VM compute resources by the hour.


1 Answers

Azure Virtual Machines come with a DNS, HOST NAME, PUBLIC VIRTUAL IP ADDRESS (VIP), INTERNAL IP ADDRESS.

You can use the PUBLIC VIRTUAL IP ADDRESS as the static IP address.

The VIP remains intact with the VM through its life time i.e. restart / stop and then start etc. the VIP remains with the VM. Once you kill the instance, you don't get the hold of the IP.

Microsoft Azure's behavior of deleting the VM and IP address release is due to the spending limit. However you may talk to the support for removing the spending limit and then continuing your operation.

Azure Virtual Machines are relative new when compared to AWS EC2, perhaps, Azure VMs are being constantly upgraded with new features. A Static IP i.e. AWS EC2's notion ELASTIC IP is much awaited feature which all Azure devops are waiting for.

like image 72
Naveen Vijay Avatar answered Oct 21 '22 09:10

Naveen Vijay