Virtual machine scale sets are an Azure Compute resource you can use to deploy and manage a set of identical VMs. With all VMs configured the same, VM scale sets are designed to support true autoscale – no pre-provisioning of VMs are required – and as such make it easier to build large-scale services targeting big compute, big data, and containerized workloads.
Questions tagged [azure-vm-scale-set]
406 questions
0
votes
1 answer
How to copy a file from local disk to AKS VMSS (All Azure Virtual Machine Scale Sets)
Need to copy a local file (ad-hoc or during a release process) into a VMSS/Node or at least the VMSS's attached disk.
How can you copy a local file into a remote directory location on the VMSS/Node? Specifically from the command-line so that it can…

BrutalDev
- 6,181
- 6
- 58
- 72
0
votes
2 answers
Reset password on Azure VM scale set while extension exist
I referred to below link and succeeded to reset password on VM scale set with extension created
Reset password of a virtual machine scale set
Now, I want to reset the password again. However, if I perform the same as above, it will give me an error…

Steve
- 175
- 1
- 3
- 14
0
votes
1 answer
Run script on Azure VM Scale Set when deprovisioning
I have a VMSS in Azure that manually scales up and down based on certain commands in DevOps Pipelines. I already have a script that executes when it is provisioned and that works fine. I want to also execute a script when the VM is deprovisioned,…

joelforsyth
- 836
- 1
- 11
- 28
0
votes
1 answer
How to change the Analytics Workspace of a VMSS in Azure?
The Azure Monitoring Agent is a service that runs on a virtual machine and sends logs and metrics to Azure Analytics. This agent can be installed via multiple ways, for example:
by selecting the option while creating the VMSS, for example in the…

hey
- 2,643
- 7
- 29
- 50
0
votes
1 answer
Azure VM auto scale based on alert
The scenario is as follows:
In company premise, there is a network that consists few machines.
The company has an Azure subscription.
Requirement:
To monitor the company's Network/Machines via Azure
If the company resource goes beyond a threshold…

Bibin
- 555
- 3
- 16
0
votes
1 answer
DefaultAzureCredential doesn't work with User Assigned Managed Identity in Azure App Service while thats not the case with Azure VMSS
Enabled same "user assigned managed identity" for Azure VMSS as well as for Azure function app.
Added the MI to the access policy of Azure key vault.
On below application hosts, using "DefaultAzureCredential" trying connect to the Azure key vault to…

191180rk
- 735
- 2
- 12
- 37
0
votes
1 answer
add newly VMSS to existing backendpool of ApplicationGateway in Azure ARM
As I am new to Azure ARM template, I would like to add newly created VMSS to existing backendpool of ApplicationGateway in Azure ARM; I am following this official link Add VMSS in backendpool of ApplicationGateway
but while doing that I am getting…

Money Times
- 135
- 9
0
votes
1 answer
How to calculate the VCPU in Azure for On-premise VM migration
I wish to run a web server on Azure.
My On-premise VM has the below configuration
CPU Speed: 2,593
CPU Count: 4
CPU Cores: 1
what would be the equivalent VCPU in Azure?

One Developer
- 99
- 5
- 43
- 103
0
votes
1 answer
Azure AKS node reboot alert
Wonder if I can have an alert for the Azure AKS when a node reboot?
What have already tried:
Used KubeEvents and the reason reboot, is there another way?
Couldn't find any docs about that on the azure website.

almbrmg
- 152
- 1
- 9
0
votes
1 answer
Azure Virtual Machine Scale Set Naming not in Sequence when Scaled
When I manually scalled my vmss from 2 to 4, it provisioned new nodes with an ordinal index higher than the current ones:
vm-01,vm-02,vm-06,vm-07
And if the newly ones are deleted and re-scaled will show vm-08 and vm-09
Is there a way to enforce the…

x300n
- 311
- 5
- 14
0
votes
1 answer
Azure VMSS Customscript extension execution monitoring with Azure Monitor
In some instances when executing custom script extension on Linux/Windows VMSS the execution fails may be for timeout or evening invalid file uris or invalid Storage Access Token. Is there a way using Azure monitor that I can capture this failure…

user989865
- 627
- 3
- 9
- 25
0
votes
1 answer
Grab bash script from an storage account and install in a Linux VMSS
I have a bash script in an azure storage account and I want to call that script from an Azure VMSS, when a new version of the script is available. Is this possible?
Thanks

user989865
- 627
- 3
- 9
- 25
0
votes
1 answer
Patch compliance scanning on VM Scalesets
At my company, we have a dashboard showing all Virtual Machines on Azure, highlighting any missing Windows or Linux Patches, then marking VMs with missing patches over 30 days old as non-compliant, to alert teams to patch the VM (auto patching is…

Andy in the UK
- 3
- 3
0
votes
3 answers
applicationGatewayBackendAddressPools configurations does not apply in virtual machine scale set
I have a VMSS which I deployed using ARM templates. This is the networkProfile block under VMSS resource section.
"networkProfile": {
"networkInterfaceConfigurations": [
{
…

Muhammad Zeeshan
- 103
- 2
- 7
0
votes
1 answer
Failed to resize Azure Virtual Machine Scale Sets
I have a Azure Virtual Machine Scale Sets with 10 instances. Since we are migrating from Intel SKU to AMD SKU, I resize my VMSS's CPU size from Standard_DS2_v2 to Standard_E4-2as_v4. After successfully upgrate, the size of VMSS is shown as…

binaryDi
- 1,855
- 1
- 14
- 9