Hello @Anonymous
You can rotate the KEK by calling the command above
az vm encryption enable -n vmname -g rsgrp --key-encryption-key kek --disk-encryption-keyvault keyvault-name --volume-type ALL --encrypt-format-all
every time when you need a newer version of the KEK.
Doing so, secret of type Wrapped BEKs in addition to existing one is added for VM.
https://learn.microsoft.com/en-us/answers/questions/763816/rotating-ade-kek-adds-two-new-secrets-wrapped-beks.html
https://github.com/MicrosoftDocs/azure-docs/issues/40707