Questions tagged [azure-vm-extension]

3 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
0 answers

azurerm_virtual_machine_extension never finish in terraform with Debian VM

I am creating an Availability Set for VMs for azure with terraform , when i execute the code with Ubuntu 22 (and with Ubuntu 18) the azurerm_virtual_machine_extension module works fine. Terraform code: ... # Define Linux virtual machines resource…
0
votes
1 answer

Unable to build msql virtual machine from terraform, using azurerm_mssql_virtual_machine. Errorcode: CRPNotAllowedOperation

I'm running azurerm_mssql_virtual_machine to build a SQL Server virtual machine from a custom imag. (Image configured with SQL Server 2016 prepare image). This is the code that I am running: resource "azurerm_mssql_virtual_machine" "mssql_vm" { …