Questions tagged [azure-vm]
276 questions
1
vote
2 answers
Concurrent Azure Bastion Sessions
I am not able to use more than 2 concurrent connection for RDP through Azure Bastion service. By default it should be 25 [ https://learn.microsoft.com/en-us/azure/bastion/bastion-overview#limits ]. Azure servers only support 2 concurrent RDP…

kawaski Crawl
- 15
- 1
- 3
1
vote
1 answer
sonarqube.service start request repeated too quickly - Sonarqube
I'm new to Linux Servers and I setup a VM to be used as a Sonarqube instance for our dev team . Everything works fine except the sonarqube service that I setup using systemctl . It gives the error as follows . However when I run the sh script…

Rajesh Rajamani
- 189
- 2
- 14
1
vote
1 answer
Use Azure CLI commands within VM
I am writing a program that uploads a file to Azure blob storage, creates a virtual machine, and now I want to download and execute that file within the VM. For that I am trying to execute the command az storage blob download in the VM,…

vedsil
- 137
- 18
1
vote
1 answer
Calling Azure function from VM using managed identity and REST API
Can we make REST API calls to an azure function from an Azure VM? We cannot store user name and password for the API. Is there any other authentication we can use to make a call to the azure function? eg: Managed identity, certificates?

Blue Clouds
- 7,295
- 4
- 71
- 112
1
vote
1 answer
Running Android Emulator on Azure VM
I have been trying to run an Android Emulator on a Windows Azure VM.
The VM is a Standard D4s v3 (4 vcpus, 16 GiB memory) running Windows Server 2016, so it
should support nested virtualization.
I have installed and configured the…

Ricky Keane
- 1,540
- 2
- 15
- 21
1
vote
1 answer
Azure VM Availibilty Zone and Load Balancing
I have single instance VM. I plan to add it to Availability Zones. If I do that, there we will be copy of the same machine in multiple Zone. My understanding is that Azure will keep the VMs in Sync. Is this true? Also isn't it mandatory to add a…

Blue Clouds
- 7,295
- 4
- 71
- 112
1
vote
1 answer
How to directly upload an azure VM disk to a blob storage?
I would like to export an azure vm disk directly to an azure blob storage? I have checked on the internet but i couldn't find a way.
I can download the disk to my local PC and then upload to blob storage. But it takes long time and manual work. So i…

MoonHorse
- 1,966
- 2
- 24
- 46
1
vote
0 answers
Execute powershell before Azure VM shutdown
Right before shutting down the VM, I would like to shut down certain windows services(in the same VM) our application using(graceful shut down). Is there an event in Azure VM that I can hook a powershell script to, so that it executes before…

Blue Clouds
- 7,295
- 4
- 71
- 112
1
vote
1 answer
Azure Load balancer - Add existing VMs to Azure Load Balancer with ARM template
I have two VMS backendvm0 and backendvm1, I am trying to add these Vms to the backendpool of Azure load balancer from Load balancer ARM template deployment. I am using parameter object as below. It is not giving any error, load balancer is being…

AUGgn
- 47
- 8
1
vote
1 answer
Throttle Bandwidth for a copy activity in ADF
I need to limit a download speed of one self hosted IR in Azure to an on premise server to prevent the network to get clogged up.
What are my options here? Is it possible to set this is ADF directly or in the IR or do I have to set this in the…

Letimogo
- 542
- 3
- 13
1
vote
1 answer
How to change different Virtual Network/Subnet for exiting Virtual Machine?
I have exiting virtual machine I need to change virtual network/subnet for this Virtual machine. I didn't found any option to change please help me out. Thanks..!

Prabhat
- 772
- 1
- 8
- 22
1
vote
2 answers
How to run "sysprep /generalize” in Azure Windows Virtual Machine (VM) from my local machine using Powershell?
I have a windows Azure VM and need to execute “%windir%\system32\sysprep” and then execute “sysprep /generalize” both from admin mode from my local machine through Powershell. How can I do that ?

KRM
- 119
- 1
- 12
1
vote
1 answer
Azure VM not starting
I had an Azure VM whenever I clicked on start it is stopping automatically after some time when I run diagnose it is showing this error "A reboot was triggered from inside the virtual machine. This could be due to a virtual machine operating…

Develpoer_J
- 101
- 2
- 7
1
vote
1 answer
Azure Spot Instance Creation issue
I am trying to create a spot Instance on Azure Cloud using the python-sdk , I followed the documentation to set the priority and billing profile and eviction_policy , but when I check on the console it give Azure Spot: N/A , attached my log so you…

AhMaD AbUIeSa
- 805
- 1
- 12
- 21
1
vote
1 answer
Get-AzSnapshot issues on powershell and cloudshell
Get-AzSnapshot is showing some weird behaviour.
Get-AzSnapshot -ResourceGroupName $resourceGroupName -SnapshotName $snapshotName
First Issue: The command above gives an error :
Resource group 'xxx' could not be found. ErrorCode:…

Blue Clouds
- 7,295
- 4
- 71
- 112