Questions tagged [virtual-machine-scale-set]

7 questions
1
vote
1 answer

Custom Script extension not Executing on VMSS

I am creating a VMSS using terraform to use for Azure Devops agent pool. I'm able to create VMSS successfully but when I try to run script to enroll it to agent pool, I'm hitting a wall. Nothing seems to work. Here is my TF code: data "local_file"…
0
votes
1 answer

New-AzVmss: Long running operation failed. handler for VM extension type 'Microsoft.Azure.Security.WindowsAttestation.GuestAttestation'

Linux : script to create VMSS from SIG Image I am getting a failure which indicates WindowsAttestation is being installed on Linux VM I am passing Image Ref of Linux Sig Image. Also OSType as Linux. It is working fine when I pass Windows SIG Image…
0
votes
1 answer

Azure Service Fabric Cluster Supported SKU's

I am unable to find the supported SKU's for the Reliability tiers of a Cluster Node. As we are having four types of tiers and no where I got the info which SKU needs to provide for each reliablity tier. I tried started testing with full node SKU's…
0
votes
1 answer

Azure VMSS manualUpgrade via Terraform azapi

I need to implement the following az-cli command using TF: az vmss update-instances --resource-group GROUP --name VMSS I tried to upgrade an existing VMSS to the latest model using the TF azapi provider using operation "Manually updates instances…
jetnet
  • 571
  • 5
  • 8
0
votes
1 answer

Log Analytics for Linux Virtual Machine Scale Set not working

I've tried to set up Log Analytics in my Linux Virtual Machine Scale Set but it's not working. I used this as a template but to no avail. Here is my terraform: ############### # Log analytics ############### resource…
Nerd in Training
  • 2,098
  • 1
  • 22
  • 44
0
votes
1 answer

Custom Node Configuration in AKS using Terraform

I wanted to create noodpool with swap memory enabled in AKS, I have gone through Terraform documentation there I can see swap_file_size_mb and vm_swappiness are the only thing related to swap. My question is is there any way to use this flag…
-1
votes
0 answers

Create a Azure VMSS using a VHD as in a blob storage

I'm trying to create a VMSSS for out of a vhd saved in a blob storage. Microsoft has open sourced the code used to create a VM for Microsoft Hosted Agents use in Azure Pipelines. The guid for creating the VM is here I've followed the instruction to…
Arshad Badar Khan
  • 942
  • 1
  • 12
  • 32