Difference between VM Disk CMK encryption for OS and Data disks #2235
Closed
tyconsulting
started this conversation in
Ideas
Replies: 1 comment
-
Hi @tyconsulting, thanks for your question. I created issue #2237 from this discussion to provide more visibility to the request and allow its triage. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
ResourceModules/modules/Microsoft.Compute/virtualMachines/deploy.bicep
Line 409 in 317cdde
for the VM disk CMK in CARML module, I think the logic is not ideal comparing os disk vs data disk. if I specified enable encryption, why treating os disks and data disks differently? if I created a diskEncryptionSet, shouldn't it be used for both data and OS disks? currently, for OS disk, you will need to specify the resource Id for an existing diskEncryptionSet, but for Data disk, it will just create one for you. why is that?
Beta Was this translation helpful? Give feedback.
All reactions