You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have trying to use terraform script to for ADE however, it gives me below issue;
Error: Code="VMExtensionHandlerNonTransientError" Message="The handler for VM extension type 'Microsoft.Azure.Security.AzureDiskEncryption' has reported terminal failure for VM extension 'DiskEncryption' with error message: '[ExtensionOperationError] Non-zero exit code: 126, /var/lib/waagent/Microsoft.Azure.Security.AzureDiskEncryption-2.2.0.37/BitlockerIaasVMExtension.exe install\n[stdout]\n\n\n[stderr]\n/bin/sh: /var/lib/waagent/Microsoft.Azure.Security.AzureDiskEncryption-2.2.0.37/BitlockerIaasVMExtension.exe: cannot execute binary file\n'.\r\n \r\n'Install handler failed for the extension. More information on troubleshooting is available at https://aka.ms/vmextensionlinuxtroubleshoot'"
on venkat.tf line 5, in resource "azurerm_virtual_machine_extension" "disk-encryption":
5: resource "azurerm_virtual_machine_extension" "disk-encryption" {
The text was updated successfully, but these errors were encountered:
I have trying to use terraform script to for ADE however, it gives me below issue;
Error: Code="VMExtensionHandlerNonTransientError" Message="The handler for VM extension type 'Microsoft.Azure.Security.AzureDiskEncryption' has reported terminal failure for VM extension 'DiskEncryption' with error message: '[ExtensionOperationError] Non-zero exit code: 126, /var/lib/waagent/Microsoft.Azure.Security.AzureDiskEncryption-2.2.0.37/BitlockerIaasVMExtension.exe install\n[stdout]\n\n\n[stderr]\n/bin/sh: /var/lib/waagent/Microsoft.Azure.Security.AzureDiskEncryption-2.2.0.37/BitlockerIaasVMExtension.exe: cannot execute binary file\n'.\r\n \r\n'Install handler failed for the extension. More information on troubleshooting is available at https://aka.ms/vmextensionlinuxtroubleshoot'"
on venkat.tf line 5, in resource "azurerm_virtual_machine_extension" "disk-encryption":
5: resource "azurerm_virtual_machine_extension" "disk-encryption" {
The text was updated successfully, but these errors were encountered: