An Azure service that is used to provision Windows and Linux virtual machines.
Hi,
Please see sample code below:
$disk = Get-AzDisk -ResourceGroupName myResourceGroup -Name myDisk
$disk.Encryption.Type
If Type = EncryptionAtRestWithPlatformKey then it is PMK, if Type = EncryptionAtRestWithCustomerKey it is CMK.
Please click Accept Answer if the above was useful.
Thanks.
-TP