How to get effective routes for NIC of VMSS
Hello community, Could someone please help me get effective routes for NIC of VMSS. Also, can we get the list effective routes set at NIC/ Subnet in Azure from OS of any VM? Thanks
Azure Virtual Machine Scale Sets
Facing issue with VMSS allocation of virtual machines in East US region.
Hi team, We are facing issue with VMSS in East US region with allocation of virtual machine when trying to start the VMSS. Due to this issue our Preprod environment is impacted. I tried resize the VMSS with different virtual series but the outcome is…
Azure Virtual Machine Scale Sets
Create a virtual machine scale set without load balancer
How does a VM Scale set work if I create one without using any Load balancer? Is it mandatory to use Load balancer while creating the VMSS? If not, what kind of scenarios does this makes sense to create one without load balancer?
Azure Virtual Machine Scale Sets
Not able to delete VMSS. Seems like an issue with standby pool
az vmss delete --resource-group <rgname> --name <vmssname> --force-deletion 1 (InternalOperationError) Failed to delete Standby Pool Code: InternalOperationError Message: Failed to delete Standby Pool
Azure Virtual Machine Scale Sets
Virtual machines or virtual machine scale sets are running on images that will be deprecated soon
Got the email below on how to upgrade the image without losing data or migrate to new VM. |Your workloads are running on images that will be deprecated soon You’re receiving this email because you have virtual machine and/or virtual machine scale…
Azure Virtual Machine Scale Sets
VM Size Eps_V6 is not available in East Asia Region
There is no VM Size Eps_V6 in East Asia region, Currently i want to create a VMSS with ARM Architecture, Ubuntu 22.0 But when i look forward through Azure pricing here, They are available. Could you please confirm, is Standard_E[2-48]ps_V6 available…
Azure Virtual Machine Scale Sets
VM Application install script not running
I'm following the directions from this tutorial: https://free.blessedness.top/en-us/azure/virtual-machines/vm-applications-how-to?tabs=ZIPPowershell%2Ccli1%2Ccli2%2Crest3%2Crest4 I'm able to create a VM application and when adding the application to my…
Azure Virtual Machine Scale Sets
Initiated a Delete of Instances in a Virtual Machine scale but instances not deleting.
Initiated a Delete of Instances in a Virtual Machine scale but instances not deleting.
Azure Virtual Machine Scale Sets
Getting this error while updating any resource in VM Scale Set "Error: An unexpected error occured while processing the network profile of the VM. Please retry later."
Getting this error while updating any resource in VM Scale Set "Error: An unexpected error occured while processing the network profile of the VM. Please retry later." Instances in VMSS are failed and I can't restart, re-image or stop/start…
Azure Virtual Machine Scale Sets
Azure: unable to delete a load balancer because some associated resources belongs to another subscriptions
I'm asking for help on a forum because I'm stuck with this problem: I want to delete a resource group that is no longer being used. Apparently, it looks like someone once attempted a Kubernetes installation (AKS), and there are remnants of that…
Azure Virtual Machine Scale Sets
Handling domain join reboots during VM Applications installation on Azure VMSS
Overview I'm migrating from traditional VMs to Azure Virtual Machine Scale Sets (VMSS) using VM Applications for application deployment. The VMSS instances require domain-joining for enterprise compliance and DNS resolution, but I'm encountering a…
Azure Virtual Machine Scale Sets
Azure nodes in a VMSS node pool start but do not enter the Ready state
Hi experts, I have deployed an AKS cluster with 3 node pools. One of them is a D8s V6 based node pool with minimum=0 and maximum=3 machines. The node pool Autoscaling Status in AKS reports it is "Scaling Up" with 2 Target nodes but it reports 0…
Azure Virtual Machine Scale Sets
Hi, I am unable to complete exercise, M02-Unit 3 Create and configure a virtual network gateway.
I am trying to run the following command in step 3 of exercise: https://microsoftlearning.github.io/AZ-700-Designing-and-Implementing-Microsoft-Azure-Networking-Solutions/Instructions/Exercises/M02-Unit%203%20Create%20and% $RGName =…
Azure Virtual Machine Scale Sets
Clarification on Impact of Default Outbound Access Retirement for VMSS VMs
Hi We would like to confirm the impact of the upcoming retirement of Default outbound access for VMs in Azure on our Virtual Machine Scale Set (VMSS) workloads. Currently, we are using VMSS-based VMs for on-demand deployments in conformance test…
Azure Virtual Machine Scale Sets
How to get the port mapping for Azure VM in VMSS with Load Balancer dynamic pool
I have a Virtual Machine Scale Set (VMSS) with a load balancer with a single public IP, the load balancer is dynamically assigning a public port for each VM instance in the VMSS, so each instance can be accessed directly with the same public IP and…
Azure Virtual Machine Scale Sets
How to automate Windows Update on Azure VM Scale Sets with Service Fabric
Hi everyone, We have a few Virtual Machine Scale Sets in Azure running Windows, and inside each scale set we have several instances. These are managed using Service Fabric. The problem: We are struggling to find a smooth way to apply Windows Updates to…
Azure Virtual Machine Scale Sets
I have created a VMSS and cannot connect to the backend pool using ssh
All instances are healthy, and diagnostic does not find anything wrong.
Azure Virtual Machine Scale Sets
Only 19 of the VMs on my VMSS are running. I want to run 80 instances for a university course
I am having difficulty starting all the Virtual Machines in my VMSS. I want to run 80 instances for a university course, but only 19 of the 80 VM instances are able to run. I have a developer account, and I have an accepted quota of running 80 instances…
Azure Virtual Machine Scale Sets
Message: The value 'SystemAssigned, UserAssigned' of parameter 'identity' is not allowed. Allowed values are: UserAssigned, None.
Message: The value 'SystemAssigned, UserAssigned' of parameter 'identity' is not allowed. Allowed values are: UserAssigned, None. I am unable to enabled SystemAssigned Identity on my VMSS even though the API version I am using says this is an allowed…
Azure Virtual Machine Scale Sets
VMSS -OS Upgrade
HI MS, I am new to the Azure VMSS. I have created a VMSS ( unified ) with manual upgrade policy. with the custom image 2016. Now i want to upgrade the VM stances with new OS 2022. Is there any possibility to upgrade my VM instance OS without losing the…