Unable to delete VMSS instance Owned by Microsoft Subscription
This VMSS is currently in a Microsoft-managed subscription, so I cannot delete it. Could you please assist me in deleting it
Azure Virtual Machine Scale Sets
[Urgent] VM disappeared after attaching to a scale set, Cannot find in list of VMs, Scale set is blank
I connected a VM to a scaleset, It has disappeared from my azure resource group, and I now have 2 new VMs that do not have my old VM's data. My old VM's public ip, vnet, nsg and network interface are there, but disk is not. Need urgent assistance in…
Azure Virtual Machine Scale Sets

VMSS scale set is duplicating search processes once scaled out
VMSS scale set is duplicating search processes that is being run by the application we deployed. For context, our application does social media platform searches and it was working fine when we first set up the VMSS. The main purpose for setting up the…
Azure Virtual Machine Scale Sets
How to Disable the Network Discovery Banner on Azure VMSS Windows Agents for UI Tests?
I am using VMSS on Azure to generate Windows agents. My test team runs automated tests on these agents using Maven/Selenium. The issue is that, by default, Windows opens the network discovery banner when a session starts. This causes the automated…
Azure Virtual Machine Scale Sets

VMSS availability zones not available.
Hi I am new to azure (to cloud fully) and I am trying to create a VMSS but the region is showing that there is no availability zone. I thought all azure regions have availability zone am I wrong? Some guidance would be appreciated. thank you in…
Azure Virtual Machine Scale Sets
Azure Virtual Machine Scale Sets how to Configure Backup
Hi all, how to configure backup for Azure Virtual Machine Scale Sets and restore the backup and create new Azure Virtual Machine Scale Sets.
Azure Virtual Machine Scale Sets
Can AKS be configured to use Azure Spot Instances for scaling
We are using Terraform for complete build of AKS and would like a way to force Azure Spot Instances for AKS scaling. How is the best way to do this?
Azure Virtual Machines
Azure Kubernetes Service (AKS)
Azure Virtual Machine Scale Sets

How to Retrieve Public IPs of Uniform VMSS Instances Using Azure Python SDK
I have an Azure Virtual Machine Scale Set (VMSS) deployed using Uniform Orchestration Mode. Currently, I am able to fetch the public IP addresses of the instances only via Azure CLI using the following command: az vmss list-instance-public-ips…
Azure Virtual Machine Scale Sets
Linux VM - Disk increase is not preserve while burn image
VM Scale set instances are not coming up Manual scale in increase and decressed however there are no machine is coming under VMSSET
Azure Virtual Machine Scale Sets
AVD showing sustained black screen on login
Azure Virtual Desktop is showing a black screen when users log into any of our 10 VMs. This screen appears instantly on logon, before Explorer loads; while the black screen is present, the user can move the mouse, but nothing else shows on-screen and the…
Azure Virtual Machines
Azure Virtual Desktop
Azure Virtual Machine Scale Sets

How to get powerstate of vmss...?
I am working with Azure Virtual Machine Scale Sets (VMSS) and I need to retrieve the PowerState of instances within a scale set using PowerShell. I am currently using the following script: $resourceGroupName = "Mbdajshbcsc" $vmssName =…
Azure Virtual Machine Scale Sets
NVidia drivers not installed by extension on Windows 2019 Scale Set NV6ads A10 v5
Related to https://learn.microsoft.com/en-us/answers/questions/2180437/how-to-fix-no-gpu-issue-with-nc-series-on-azure-vm Ping @Anonymous On an Azure Virtual Machine Scale set running Windows Server 2019 on Standard_NV6ads_A10_v5, the Nvidia GPU Driver…
Azure Virtual Machine Scale Sets


I need to upgrade one of my VM to 512 GB RAM. But this amount of RAM is unavailable in region: (Europe) Germany West Central
I need to upgrade one of my VM to 512 GB RAM. But this amount of RAM is unavailable in the region: (Europe) Germany West Central. Is it possible to order such an amount in this region?
Azure Virtual Machine Scale Sets
Tags not getting applied to VMSS NICs by BuiltIn Policy
We have a BuiltIn Policy Add or replace a tag on resources that is supposed to add a moniker tag on all resources. It is not working for NICs created within Virtual Machine Scale Sets. We've noticed that initially the tag gets applied, but once the VM…
Azure Virtual Machine Scale Sets
Scheduled maintenance for Azure VMs
Dear support, we received a notification regarding scheduled maintenance for Azure Virtual Machines in set of regions. Currently our workloads live in the mentioned regions. We have several AKS clusters based on node pools built on Virtual Machine Scale…
Azure Virtual Machines
Azure Kubernetes Service (AKS)
Azure Virtual Machine Scale Sets
Best practices to upgrade a VM Scale Set between OS versions?
If I have a Scale Set with a set of stateful VMs using local OS disk for data, what would be the best practices to upgrade the OS from eg Ubuntu 20 to Ubuntu 22? Is it possible to do it without data loss? Auto upgrade only supports minor versions.
Azure Virtual Machine Scale Sets
Is it possible to edit cloud-init?
I cannot find any documentation on changing the cloud-init for VMSS. Is it possible to do this? And if so, is it possible to do this through Azure Portal or does this have to be done through Azure CLI? I need to have a script that runs each time a VM is…
Azure Virtual Machine Scale Sets

Docker Containers on Azure VMSS
Good day. I would like to deploy docker containers on Azure VMSS. What needs to happen is that I have 3 docker containers. I want a VM to have all three docker containers. When traffic expands, there will be multiple VMs having the same docker…
Azure Virtual Machines
Azure Virtual Machine Scale Sets
I can't ssh into the VMSS node instance
Hi, I have set up a Bastion and have created ssh key pair. Have added the public key to the vmss instance via azure cli. I went to Azure Portal and was trying to access the VMSS instance using the private key I have and azureuser username but it…
Azure Virtual Machine Scale Sets
Why is there a long delay between VMSS rolling update batches?
I have set up rolling updates in a VMSS. I initiate the update by setting a revised custom script using CLI. However, I notice that there is a very long delay between update batches. For example I observe healthy --> unhealthy --> healthy cycle…