Questions tagged [azure-vm]

276 questions
1
vote
3 answers

Adjusting Azure VM size without Rebooting VM

Is there any way I can resize my existing VM without rebooting it or is it always like stopping the VM and then reboot? As far as my understanding is I can change the size of the VM without rebooting it. Please guide me on this as I don't want any…
Anshu
  • 69
  • 2
  • 18
1
vote
3 answers

How to RDP to my Azure VM with no public IP or Bastion Host

I am completely at a loss on how to get round this issue and would welcome some ideas. I've provisioned an Azure Windows Virtual Desktop (WVD) in my organisation's Azure VNet. I'd now like to RDP onto the virtual machine that I created when…
hitman126
  • 699
  • 1
  • 12
  • 43
1
vote
1 answer

Creating Azure VM by using VM admin password from Azure keyvault secret

I am using Azure Portal UI to create a Windows Virtual Machine in Azure. I created a secret adminpassin Azure keyvault that specifies the administrator password for the VM to be created. When it comes to use that adminpass secret while creating the…
AnjK
  • 2,887
  • 7
  • 37
  • 64
1
vote
1 answer

Can't connect to Azure VM RDP on Remote Desktop

I have been trying to connect to connect to my virtual machine via RDP on "Microsoft Remote Desktop". I have set port 3389 as the destination port in "inbound" rule on VM. Even the test connection of RDP shows "Network connectivity…
Atul Kamat
  • 45
  • 1
  • 1
  • 7
1
vote
1 answer

Using KeyVault secret for deploying VM with PowerShell without cleartext conversion

I'm currently learning for AZ-104 and trying to automate VM deployment with Powershell. I want to create a VM with New-AzVMConfig and Set-AzVMOperatingSystem -Credential $cred, but with credentials I saved in AzureKeyVault. The only solution I found…
itsamemarkus
  • 51
  • 1
  • 3
1
vote
1 answer

Canonical way to call 'Run Command' on a VM from Datafactory?

I need to execute various batch scripts located in a VM within my Resource Group. The call of these scripts needs to be orchestrated by Datafactory. I learned about Run Command in VM, and which can be used via PowerShell or Rest API. I was wondering…
Aleix
  • 431
  • 4
  • 20
1
vote
1 answer

How to deploy multiple scripts with Custom Script Extension to an Azure Windows VM?

I am trying to deploy multiple script to an Azure Windows VM by using Custom Script Extension. The scripts are independent from each other so the order of their deployment doesn't matter. But the scripts are in different in different storage…
MoonHorse
  • 1,966
  • 2
  • 24
  • 46
1
vote
1 answer

How to rdp to azure Vm in unattended mode from command line terminal

Found the Microsoft document . but it ask for user prompt. so is there any way to Rdp without user credentials(without user prompts) ?
1
vote
0 answers

How to run a VB.NET exe in the backend on Azure VM server?

I have an azure VM running as a server for my site. The site launches another VB.NET process in the backend which creates an excel and performs some formulas on them. The exe when double clicked and run on the VM works fine so there seems to be no…
A I
  • 63
  • 5
1
vote
1 answer

For load testing with Locust, can each locust-user reliably send a request every x seconds?

I will be using Locust to perform some load tests on a web api. I am trying to calculate how many locust-users I will need to reproduce the anticipated peak load. Based on my (loose) calculations, during peak load, I will need each locust-user to…
DalhousieDuck
  • 329
  • 1
  • 16
1
vote
1 answer

Azure DevOps AzureFileCopy@4 task copy files to VM with no Public IP

I have a DevOps pipeline AzureFileCopy@4 task which I need to copy files to a VM. The task setup is straightforward: - task: AzureFileCopy@4 inputs: azureSubscription: '' storage: '' …
Mike
  • 1,010
  • 1
  • 14
  • 33
1
vote
1 answer

try to get a list of ips attached to the NIC

I am trying to get a list of Ip's Attached to a NIC. Trying to use Get-NetIPAddress. Not getting the list . I have one primary and Multiple secondary ips to a nic.Trying a way to get it all.
ferj
  • 101
  • 1
  • 7
1
vote
1 answer

How to delete the failed runs of extensions on Azure VM using Azure DevOps and PowerShell?

I want to delete the failed runs of extensions on Azure VM using Azure DevOps and PowerShell. And based on the deletion status want to execute the another ADO pipeline.
Yogesh Kulkarni
  • 339
  • 6
  • 24
1
vote
1 answer

Azure data disk - Getting files from exported disk file

I have recently done an azure disk export. This disk was attached as a data disk to one of my Linux VM. I had mounted one of my pods volume to this disk. Unfortunately, due to some problem with the environment, I am unable to re-mount my disk. Now,…
TechGuru
  • 399
  • 8
  • 20
1
vote
0 answers

Azure VM no response after installing update and auto-restart

When there was an update being installed and it required a restart, Azure VM restarted during off-hours, then it went into no response state. I had to stop and start it via portal. It occurred a couple of times already. One example is…
Bob-HL
  • 46
  • 4