Questions tagged [azure-virtual-machine]

IaaS service provided by Microsoft Azure to host custom persistent virtual machines running Windows Server or Linux.

Microsoft Azure Virtual Machine enables you to create a server in the cloud that you can control and manage. After you create a virtual machine in Microsoft Azure, you can access it like any other server and you can delete and re-create it whenever you need to. You can use a virtual machine in Microsoft Azure to deploy Windows OS images or various distributions of Linux operating systems.

Virtual Networks are available to connect these Virtual Machines together, and to your existing in-house infrastructure.

Note: Microsoft Azure Virtual Machine (which is IaaS) should not be confused with Microsoft Azure Cloud Services VM Role (which is PaaS and was retired 31st May 2013).

For more information, see http://msdn.microsoft.com/en-us/library/windowsazure/jj156003.aspx.

2399 questions
5
votes
1 answer

Overprovision a cluster's scale set

It seems that if you set a Scale Set's overprovision property to true (https://azure.microsoft.com/en-us/documentation/articles/virtual-machine-scale-sets-design-overview/#overprovisioning) you get an invalid SF cluster (the deleted unnecessary VMs…
5
votes
2 answers

Start generalized azure VM

I am working on an azure deployment. I am using some templates from github that creates a certain number of VM's based on a 'master image', puts them behind a load balancer, and allows access to them through RDP and ports. Now, all this is working…
5
votes
1 answer

Why I can't ping Azure VM from my local PC

I have a Windows VM on Azure and I don't understand why my ping times out. I found a probable reason: on Azure portal I see public IP "40.127.163.20", but inside VM when I do ipconfig I see different IP that is strange. Do you have any ideas?
Vnuuk
  • 6,177
  • 12
  • 40
  • 53
5
votes
2 answers

Create VM from existing VHD: Preview portal

Does anyone now how to create a VM from an existing VHD in the new azure portal ? I can find lots of info on how to do this in manage.windowsazure.com, but nothing on this functionality in portal.azure.com.
naylormat
  • 53
  • 1
  • 1
  • 5
5
votes
2 answers

Can multiple VM's use a single NIC in azure?

I am new to azure cloud ,some can help me to understand the VM--NIC assignment, the Multiple VM's can use single NIC in azure ??
5
votes
2 answers

Vnet between Virtual Machine and App Service in Azure

I cannot figure out how to connect a Web App (App Service) to a Virtual Machine in Azure. I've create a VNet from the Web App configuration panel. All items are created using the Resource Management model, are in the same subscription and are at…
5
votes
3 answers

How to verify an Azure virtual machine RDP certificate?

My VM's RDP certificate fingerprint changed for some reason. Is there a way for me to verify the new certificate fingerprint in Azure? Type: Virtual Machine (classic), Machine: Basic_A3, OS: Windows Server
Simon Warta
  • 10,850
  • 5
  • 40
  • 78
5
votes
1 answer

Azure VM public static outbound IP

I have written a small service to grab files from one ftp server, edit them, and then send them to another ftp server. The catch being the ftp server being sent to requires a white-list of IP's. Now I chose to host this service on a Azure VM set up…
5
votes
1 answer

What's the right way to run startup task for Azure Virtual Machine

We are running node application in Azure Virtual Machine, meanwhile we also want to restart VM at some certain time with the help of Azure Automation (or via management portal). But how can we restart the node application after VM restarted? We…
5
votes
2 answers

Public Static IP for Azure VM

Is there any ways to assign public static IP for Azure VM? Do I have to do through the Azure Virtual Network or I need to do it when setting up the VM? Would appreciate that if somebody could provide me some tutorial and steps to achieve it. Thank…
wendy
  • 105
  • 1
  • 1
  • 6
5
votes
2 answers

unable to add a vm to an Availability Set in azure

I just created a standard vm inside Azure, and created a new Availability set. I created another vm, with the same specs, in the same region, but when I go to configurare the availability set I don't see it in the list. I'm missing…
Luca Morelli
  • 2,530
  • 3
  • 28
  • 45
5
votes
2 answers

How to enable sound on Windows Azure VM

I would like to use a Windows Azure Virtual Machine as an development machine. I want to enable sound on that machine in order to hear the event sounds (errors, warrnings etc) and listen to the music from last.fm. Is it possible to have sound on the…
Pellared
  • 1,242
  • 2
  • 14
  • 29
5
votes
2 answers

Connecting to SQL Azure from Azure VM - internal IP or public VIP

I have an SQL Azure database and Azure Virtual Machine with an application connecting to the database. They are in the same datacenter and under the same Azure subscription. I added public virtual IP of the virtual machine to the list of allowed…
Igor
  • 15,833
  • 1
  • 27
  • 32
5
votes
2 answers

Azure VM - Endpoints do not work

I have VM with two endpoints 3389 and 80. It have been working fine for about 1 week. Yesterday I was not able to remote to it, not access its services over port 80. I rebooted it - did not help. I decided to delete and recreated endpoints, and it…
Vad
  • 858
  • 2
  • 7
  • 17
5
votes
3 answers

Error Creating Power View sheets from SSAS Tabular

I am getting a strange error when creating Excel 2013 Power View sheets off an Analysis Services (SSAS) Tabular instance running on an Azure VM in the cloud. Here is the error: Sorry, something went wrong while loading the model for the item or…
Jondlm
  • 8,764
  • 2
  • 24
  • 30