virtual machine scale set, ephemeral linux drive permissions set to 755 cannot change to 777
Using Kubernetes. Ephemeral Linux drive attached to scale set has permissions set to 755. Our process needs to read and write temp information from/to the drive while server is up. We used to be able to change permissions to 777 but that is no longer…
Azure Virtual Machine Scale Sets
Why is my VMSS AMA in the 'provisioning failed' state?
My VMSS is showing 'provisioning failed' after deploying the Azure AMA for linux. Syslog entries are also showing errors for /var/lib/waagent/Microsoft.EnterpriseCloud.Monitoring.OmsAgentForLinux-1.19.0 which is not installed. Please describe how I can…
Azure Virtual Machine Scale Sets
vmss deleted associated vm
I attached a vmss to a vm and then this process deleted the vm it is attached to. Now our application and databsae on the vm is lost. We need to recover it.
Azure Virtual Machine Scale Sets
Unable to see the VMSS -> Availability + Scale -> Scaling settings
Until yesterday I was able to use the VMSS autoscale setting to tweak the min count in portal. This is in SAW device. From today that page is blank, I don't see anything.
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
VMSS Scale-In and Application Gateway Connection Draining – How to Gracefully Handle Requests?
We are currently using VMSS along with Application Gateway to handle user web requests. Our question is regarding scale-in behavior: even with connection draining enabled, it seems ineffective because the VMSS instance is removed immediately during…
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
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
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
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
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://learn.microsoft.com/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…