Are you sure the virtual machine was actually deleted or the deployment was deleted? Check the portal on the Virtual Machines tab. Take a look at the "Drives" section and see if there is a disk that represents the server that was running.
If so, you should be able to create a new instance of the virtual machine using the "Create" button at the bottom of the portal. Click the Create button and choose Calculate> Virtual Machine> From Gallery. Then click โMy Drivesโ in the pop-up window. This will allow you to select the drive representing the OS drive from your server.
You can also check if the cloud service container that started the server was deleted. When you create a virtual machine, a cloud service is created that will act as a container for this instance of the machine. You can also add additional machines to the same container. Take a look at the Cloud Services section of the portal and see if what you created for the virtual machine is called. If so, you will either have to remove it so that you can reuse the name, or you can use PowerShell cmdlets to start the virtual machine and put it in an existing cloud services container.
Mikewo
source share