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
3 answers

Multiple SSL enabled sites in Azure Virtual Machine

We are nearing the end of a lot of changes to make our application work in Azure and we want to use the Virtual Machines, not the typical roles way of deploying machines. Getting to the end I started to make check lists of things I needed to do and…
Chris Lomax
  • 137
  • 2
  • 12
4
votes
0 answers

Azure RunCommand exit with -1

I am deploying a RunCommand to an azure vm (ubuntu) using ARM (bicep). I can see my script never completes, and this is the output from the log that the waaagent keeps: sudo cat /var/log/azure/run-command-handler/handler.log Writing a placeholder…
4
votes
1 answer

Use terraform to add a VM to the new Azure Monitoring (without OMS Agent)

When I configure Azure Monitoring using the OMS solution for VMs with this answer Enable Azure Monitor for existing Virtual machines using terraform, I notice that this feature is being deprecated and Azure prefers you move to the new monitoring…
Ryu S.
  • 1,538
  • 2
  • 22
  • 41
4
votes
1 answer

Why would a node http client request occasionally error out with "socket hang up" after approximately 5 seconds?

I have a node (v14.19.1) process that collects data and then inserts it into VictoriaMetrics by making an http request to /api/v1/import. I'm using axios to send the requests. The vast majority of the time, this works perfectly. Occasionally, the…
4
votes
2 answers

Azure disk encryption vs encryption at host

I want to implement end to end encryption for my azure vm. According to the documentation encryption at host is the solution for data encryption at rest on a host machine. The other option is possibly Azure Disk Encryption. The solutions are…
Damian
  • 2,752
  • 1
  • 29
  • 28
4
votes
1 answer

How to find out if Azure Virtual machine is (un)managed?

How to tell if Virtual machine is (un)managed? Meaning whether VM has only (un)managed disks since those cannot be mixed (to my knowledge). I was originally using Azure Fluent SDK. But I am having some trouble with that and there are even some…
robot40q
  • 101
  • 5
4
votes
0 answers

Getting AuthorizationFailure (403) response on Azure Blob Storage via REST API with SAS Token

After a few days fighting with this issue I have decided to post it here in case someone can help out by giving me some pointers. I have an Azure Storage Account with a Blob container with encrypted images. The images have been uploaded via PUT…
4
votes
1 answer

Unable to connect to Azure VM through RDP but able to connect through Bastion

I was able to connect to Azure VM through RDP earlier but now suddenly I'm unable to connect to VM through RDP. I tried to connect through Powersell. Even powershell script was able to connect earlier but not working now. Myself didn't changed…
S.Chandra Sekhar
  • 453
  • 3
  • 11
  • 22
4
votes
3 answers

How do I resize an Azure DevTest Lab VM that uses shared IP configuration

This might be a dreadfully silly question but here goes... I have a virtual machine in Azure DevTest Labs that was created using shared IP configuration. I now have a requirement to change the size but this fails with the message Resizing virtual…
ceej
  • 1,863
  • 1
  • 15
  • 24
4
votes
1 answer

Can I give internet access to a azure VM, without a public IP?

I have 3 debian VM on azure, one of them have a public IP with which it goes online (VM_1), and the others only have the internal network(VM_2, VM_3). Can I give access to my VM_2 or VM_3, through the VM_1? What broke me was to see that VM_1 has 2…
Xove
  • 41
  • 1
  • 1
  • 3
4
votes
0 answers

What is the "storage blob data reader" role in Azure?

I would like to have one of our virtual machine instances have permissions to download blobs but not to delete or upload. However, it appears that the "storage blob data reader" permissions do not allow this. In order to download a blob, I have to…
4
votes
2 answers

How to install Python and Python packages on Azure VM?

I'm playing with a Windows Azure Virtual Machine, and I want to run and debug some Python scripts on it via the remote. How do I install Python, IDEs, and the necessary packages on it? Do I just go about installing it like how I do on my home…
Dan
  • 195
  • 3
  • 12
4
votes
1 answer

How can I get a report of my Azure VMs with their VNets?

Currently trying get a report, preferable a spreadsheet, of all of the VMs in all of my Subscriptions along with their VNets. Similar to how it is presented in portal in the Virtual Machine main page but copying and pasting comes out very sloppy and…
4
votes
2 answers

Terraform Azure run bash script on VM

I'm trying to run a bash script on an Azure VM after deploying it with Terraform. I've tried different approaches but none of them have worked. With "custom_data", I assumed that the file will be uploaded and executed, however I'm not even seeing…
Mario Jacobo
  • 107
  • 1
  • 2
  • 10
4
votes
2 answers

unable to start 'Docker for windows' on Azure Win 10 VM

I just downloaded "Docker for Windows" from the Docker Hub website https://hub.docker.com/editions/community/docker-ce-desktop-windows I am running an Azure VM with Windows 10 Pro N. The VM's size is 'Standard B2s (2 vcpus, 4 GB memory)' I am…
knowdotnet
  • 839
  • 1
  • 15
  • 29