For the azure disks, when we enabling CMK encryption , we create a azure disk encryption set and associate it the key generated from key vault and this is working fine. now the azure VM starts with CMK encryption and works fine.
Our requirement is traffic should flow over private endpoint.
My question is on the azure key vault, i will create a private endpoint. Now when i disable public internet access and disable access from allowing trusted microsoft services, then i see that azure disk encryption set is not able to reach azure key vault using its private endpoint.
How can we enable the azure disk encryption set to reach the azure keyvault using its private endpoint. ? Earlier before disabling access to the azure key vault and before creating private endpoint for key vault, i was able to start the azure VM successfully. i have already given the GET, WRAP and UNWRAP key permissions and it worked and i could start VM successfully, but not now... So my question is how to make azure disk encryption set reach azure key vault via its private endpoint.