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
3
votes
1 answer

Using cloud-init on an Azure VM to mount a data disk fails

This is a similar problem to a previous SO question, from which I adapted my code How can i use cloud-init to load a datadisk on an ubuntu VM in azure Using a cloud-config file passed through Terraform: #cloud-config disk_setup: …
José Maia
  • 310
  • 5
  • 21
3
votes
1 answer

Is azure compute slow in pushing events to Azure EventGrid? Is there a way to get events quicker?

I have an azure function app with runtime v2 and language C# using EventGridTrigger. The function is subscribed to all events originating from an azure subscription. My main goal is to process events about a virtual machine's start and stop actions,…
Turbo
  • 2,179
  • 18
  • 38
3
votes
1 answer

Need help reimaging an existing Azure Node in a Azure Batch Pool with Virtual Machine Configuration

Does anyone have advice on how to reimage Linux nodes in my Azure Batch Pool account without resizing to 0 then back to N, or deleting the pool and creating it again? Or is that the recommended best practice More details: I'm having issues with…
3
votes
2 answers

What is the smallest vm available in azure?

I'm interested in creating a VM in Azure and downloading to my own machine to use in Hyper-V. The past couple of attempts at creating a VM have resulted in a 127Gb image. Can anyone tell me what the absolute smallest windows vm available is and how…
dstewart101
  • 1,084
  • 1
  • 16
  • 38
3
votes
0 answers

Azure VM network bandwith

We are currently configuring an Azure VM (Standard B4ms (4 vcpus, 16 GB memory)) This runs a .Net WCF service for transfering files to our Windows Application client. (It's a quite specialized service and cannot easily be replaced by a Azure…
Beaker
  • 227
  • 2
  • 14
3
votes
2 answers

Does Azure E2s_v3 virtual machine size support accelerated networking?

I have a B4ms Azure virtual machine whose performance and Remote Desktop experience is not too impressive. I then looked into enabling accelerated networking to improve those two attributes. I therefore followed the instructions in the Microsoft…
pnizzle
  • 6,243
  • 4
  • 52
  • 81
3
votes
2 answers

Passing Credentials using DSC and ARM Template and Deploying with Visual Studio 2017

I am taking my first crack at making a DSC (Desired State Configuration) file to go with an ARM (Azure Resource Manager) template to deploy a Windows Server 2016 and so far everything was working great until I tried to pass a username/password so I…
NightOwl888
  • 55,572
  • 24
  • 139
  • 212
3
votes
3 answers

Terraform provisioner cannot winrm to new built Windows VM on Azure

I'm trying to provision a windows VM on Azure with Terraform and bootstrap it in the same time. The way I can think of is terraform provisioner. For testing purpose, I wrote the provisioner like this: provisioner "remote-exec" { inline = [ …
Dongkai Yu
  • 89
  • 3
  • 10
3
votes
2 answers

Creating a Azure Windows VM through Terraform

In Azure, I'm trying to create a Windows VM using Terraform. I have done this through Powershell previously using Template.json file. Now I have to do with terraform, which I'm completely new to. So I have searched for some Sample scripts which…
3
votes
0 answers

VM deployment from custom image stuck in 'Create' state

I logged into an existing VM, did sysprep, selected generalize + oobe, shutdown, waited for deallocation, then captured from the portal. I created an image from the generalized disk in the Azure portal, but when it tries to start, it gets stuck in…
3
votes
2 answers

How to remove Server Endpoint of "Azure File Sync" that has no VM instance (server)

When deleting Azure File Sync resource, Microsoft recommended to remove the Server End Point first. But I didn't read that page at that time. So I deleted my VM first and then I tried to delete the File Sync resource but it didn't work because there…
C.W Park
  • 31
  • 1
  • 4
3
votes
1 answer

Is it possible to run Docker CE in an azure VM?

If so, what vm image can I use? This is purely for development purposes, and to simply run dev workloads on an azure VM that I can spin up and down as needed. Docker CE for Windows says "Docker for Windows requires Windows 10 Pro or Enterprise…
Judy007
  • 5,484
  • 4
  • 46
  • 68
3
votes
0 answers

Azure. Connection to 40.117.211.214 closed by remote host

I am currently trying to access the VM on Azure for my Big Data course. I have already set up HortonWorks on Azure. When I try to access the VM from my Ubuntu command line with my password, I get the following…
3
votes
1 answer

Accessing service on a Virtual Machine from azure app service

We have got VMs on Azure and services are running in there. We are trying to deploy our MVC Web application to Azure App service, which accesses some of the services from the VM using the private IPs but it can't connect to the service hosted on the…
3
votes
1 answer

Install extension on both Classic and ARM VMs with single PowerShell command

I have a script that installs OMS extensions to all ARM VMs in the subscription. The problem is that I have subscriptions that contain only ARM VMs, subscriptions that contain only Classic VMs, and subscription that have both types of VMs. How can I…
WinBoss
  • 879
  • 1
  • 17
  • 40