Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Handling of failure to encrypt Azure VM disk by PowerShell

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

The following error was encountered when using the Set-AzVMDiskEncryptionExtension command to encrypt the Azure VM disk: Long running operation failed with status' Failed'. Error Message "Failed to send DiskEncryptionData. Check KeyVault inputs,ResourceIds and RestartTime.

By viewing the error message of the shan overview, the problem should be caused by the fact that the disk encrypted data cannot be written to the key store, and there is no corresponding access policy in the key store, so there is no write permission, so it cannot be written.

With the following command

Set-AzKeyVaultAccessPolicy-VaultName 'atskeyvault'-ResourceGroupName' AzureTS'-EnabledForDiskEncryption sets the relevant policies or enables them in the portal

After the policy is enabled, run the encryption disk command Set-AzVMDiskEncryptionExtension-ResourceGroupName $VMRGname-VMName $vmName-DiskEncryptionKeyVaultUrl $diskEncryptionKeyVaultUrl-DiskEncryptionKeyVaultId $KeyVaultResourceId again and find that the encryption is successful.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report