Application Prozy -- need to point two applications to the same internal URL
I have an app proxy configured to connect to an RDS server. I need to make permissions changes so I have copied the application and changed the settings. I need to point the internal URL to the same as the old one to confirm that everything is working…
How to stop VM with bicep?
Hi all, Is there a way to stop a running VM with bicep? I already tried the following script but it didn't work. resource deploymentScript 'Microsoft.Resources/deploymentScripts@2023-08-01' = { name: 'stopVmScript' location: location kind:…
Unable to connect through RDP or Bastion to a VM
Recently started getting the below message when trying to connect to Azure Bastion. The target machine is either currently unreachable or username/password is not correct. Please re-verify your credentials. VM Has been redeployed User Credentials has…
The server is currently in 'disabled' state.
Our PostgreSQL server/VM is in a 'disabled' state. because the spending limit in the subscription has been reached. After increasing the limit, all other VMs were re-enabled except the database server. I have tried to resolve this with Azure paid…
Expanding an OS disk on an Azure VM without losing data
I need to expand the disk that is hosting OS on Azure VM without losing data
Cannot delete an Azure Network interface that is associated with a VM that has been deleted.
Cannot delete an Azure (Global) Network interface that is associated with a VM that has been deleted. The only resources still associated with the VM are Network interface, Network connection, and Virtual network, all of which will not delete because the…
Am I eligible for Windows 10/11 license with multi-tenant hosting rights?
Hi, I need to create a VM with Windows 11 Pro, but in order to do so I need to check the "I confirm I have an eligible Windows 10/11 license with multi-tenant hosting rights." - checkbox. I read the documentation, and I have a A3 Faculty-sub…
My customized vm can't boot, it's not able to find rootfs.
I have created a image based on a geneated vhd file. when I created a vm from the image, it can't boot correctly. the log as below. I have tried to convert the vhd to qcow2 and boot it on kvm, it works fine. so I'm sure the PARTUUID is correct. any…
Issue connecting vscode to azure vm using ssh
I am trying to connect my virtual machine using my visual studio code using remote-ssh but it keeps saying "connection not established" and when I ping it in powershell it says connection reset by port 22. I have checked on serial console on…
Why does Azure virtual machine with dual stack network is not able to reach IMDS server 169.254.169.254
We have our appliance image which is basically a linux machine deployed using Azure SDK (Java), the virtual machine is configured with two network interfaces, both of which is connected to dual stack subnet. After the node is deployed and booting up, as…
How can i ship networking rules, while creating a offer at marketplace for my vm image ?
I am creating a custom virtual machine image, i want to ship that image to the market place, i want port 8000 open , when someone configure a vm through that image. Can we while creating an offer choose a defined port to be open and don't have to set…
Azure bastion works RDP fails
trying to troubleshoot why connecting to the bastion works but RDP fails inbound and outbound. added an inbound /outbound rule to the NSG and still fails. where can i get more information from the logs. logs are probably off too
Not able to select and attach the disk created from snapshot
i have created a VM and generated snapshot of it and from that snapshot i created a disk when i try to attach that disk to the vm its not showing
Moved s resource group to a new group in a new subscription unable to access the virtual machine after
I have moved a set of items including VM into a new resource group within another subscrition i had detached IP for moving but after moving when attaching it says some other processs incomplete in this resource group so unable to attach Need quick…
How do i find my VM Login password on Azure
I have setup simultaneous remote login for multiple users on my VM and require the following advice: How does the 2nd user login, must another user login be setup for the VM and how is that done ? How do i retrieve the admin VM password of Azure ?
Virtual machines OS & Data disk space alerts
How do I configure alerts to know when my OS and data disk reach nearly full capacity for all my VMs? I currently have insights to show me, but I have dozens of VMs now, so it is time-consuming to check manually all the time. I tried creating alerts, but…
Upgrade/Resize Azure VM without affecting the network host ID
I need to upgrade my Azure VM to a different size machine for reliability. We use this machine as a license server and those license files are locked to the machine network physical address or Host ID. Is it possible to retain the networking settings,…
How to Extend a drive on an Azure VM
Guys, we have a VM on azure that runs sql server. Recently I increased the disc size of F drive from 1TB to 2TB on the azure portal. When I went to extend the drive from Disc Managment tool - I get the message that says I will end up converting the disc…
Azure vm why in grub, why it shows twice of each item.
Azure vm why in grub, why it shows twice of each item. grub>glss> (hd0) (hd0) (hd0,msdos4) (hd0,msdos4) (hd0,msdos3) (hd0,msdos3) (hd0,msdos2) (hd0,msdos2) (hd0,msdos1) (hd0,msdos1) grub>grub>
Is there a way to activate Azure VM's using KMS, without Internet connectivity?
Is there a way to setup KMS activation or other method for Windows Server VM's running in Azure that do not have Internet access. Currently have a tier 0 group which policy dictates no Internet connectivity. Was trying to determine if private endpoint…