Questions tagged [azure-vm]

20 questions
1
vote
0 answers

Unable SSH/SFTP from Azure VM to On-Prem Linux Server with error “Key_exchange_identification : read connection time out, Banner exchange time out"

I'm currently facing an issue connecting via SSH and SFTP from an Azure VM (Windows Server 2022) to an on-premises Linux server (RedHat 8.9). error_details_image Here are the details: Environment Azure Firewall deployed between the Azure VM and…
1
vote
1 answer

Azure VM stuck on GRUB Bootloader after kernel upgrade

I've an Azure VM that has had quite a lot of extra work regards its networking etc performed as post-create setup. Having read about a particular vulnerability that the VM was susceptible to (judging by the kernel version) I decided to try upgrading…
1
vote
0 answers

IIS High cpu usage on azure vm with low inbound flow

My IIS server running on Azure VM is having occasionally high cpu usage. It happens only on Thursdays, Fridays or Saturdays between 11 AM - 2 PM. CPU usage is 100% and cannot do anything on VM. I can only force shutdown. Even force shutdown takes…
1
vote
1 answer

Adding my remote public static IP to an Azure VNET so I can access a private VM inside the VNET

I don't even know if this is possible. But I have a VM in azure running just private IP. I can access this VM from my azure web app when it is running in Azure. But I need to develop against it and I am running VSCode etc locally and I'm able to…
0
votes
0 answers

Possibility of monitoring physical servers used for dedicated hosts in Azure and AWS

I am currently working with virtual machines deployed in cloud services where I retrieve machine details through azure compute and AWS describe instances API. I came across the concept called dedicated hosts in azure and dedicated instances &…
0
votes
0 answers

freeRADIUS with EAP-TLS client reauthenticate every hour

I've a freeRADIUS configured to handle eap-tls wifi authentication. It works fine other than this hourly re-authentication of every client. I've tried searching online to find any attributes causing this but found none. I've tried rebuilding the…
0
votes
1 answer

Azure low priority VMs not starting

I do not have a spot instance enabled on any vms, and they are in dedicated host groups. In resource health I see that my vms are preempted due to low priority. How do I resolve it? Restarted the vms but still does not work. Tried most things except…
Sy Zee
  • 13
0
votes
0 answers

In place update in azure: server 2019 -> 2022, cannot keep apps and files

I have a windows server 2019 (datacenter) from azure. i'm trying to in-place update it to server 2022 as outlined here: https://learn.microsoft.com/en-us/azure/virtual-machines/windows-in-place-upgrade .\setup.exe /auto upgrade /dynamicupdate…
0
votes
1 answer

Allow Azure VMSS instances to connect to a mysql server running on a VM in another resource group

In Microsoft Azure, I've got a Virtual Machine Scale Set in (say) 'resourceGroup1' in region West EU. I also have a single Virtual Machine (let's call it 'VM1') which contains an instance of mySql, also in West EU, but in (say)…
0
votes
0 answers

Issues with telnet to external web service from azure vm

I have an Azure VM running Windows server. There is a job running on this server that fetches data from an external web service on port 80. This job has suddenly stopped working after a reboot (I know this is vague...). The provider of the…
0
votes
1 answer

Why are my Azure VMs briefly unable to connect to an AZure Managed Instance?

I have a bunch of load-balanced Azure VMs running Windows Server 2019 that are running IIS with ASP.NET MVC/Web API 2 applications running on them. They communicate with a Database in a SQL Server Managed Instance. The VMs and the Managed Instance…
0
votes
1 answer

Internet-facing port 443 in Azure - security concerns

I want to deploy a microservice on Azure Ubuntu VM using one of following stacks: docker-compose/AKS using Traeffic as reverse proxy. I'm looking for cheapest but reasonable in terms of security solution. Will opening port 443 in my VM firewall…
0
votes
1 answer

How to move an IP address in Azure from one VM to another?

I have an old VM with a static IP address - let's say IP address A. I want to dissociate this IP address from the old VM, make a new VM, and then associate IP address A with the new VM. They would be in the same region and same zone. Have not been…
A X
  • 569
0
votes
1 answer

How to Know the Which IP-Port belongs to Which Instance of the Virtual Machine Scale Set

I have an Azure Windows VMSS with 2 instances in running state with a load balancer: LB Rule - Port 80 Inbound NAT Rule - Frontend Port 50000, Service Port 3389 My VMSS Public IP is 20.1.13.195 I'm connecting with 1st VM instance using RDP Service…
anon
0
votes
1 answer

Custom script extension for drive letter override in Azure VM creation

I am able to run the below script within the VM without any error gwmi win32_pagefilesetting $pf=gwmi win32_pagefilesetting $pf.Delete() Restart-Computer –Force Get-Partition -DriveLetter "D" | Set-Partition -NewDriveLetter "T" $TempDriveLetter =…
mysanj
  • 1
1
2