79692874

Date: 2025-07-07 12:52:03
Score: 1.5
Natty:
Report link

I think there's no official documentation for directly connecting Excel to Azure KeyVault because this integration isn't natively supported. So a quick approach would be to use Azure Function as a bridge by following the steps below:

  1. Create an Azure Function that handles KeyVault authentication

  2. Then access KeyVault from the Function using managed identity.

  3. Then Use Power Query in Excel to call your Azure Function

Hope this fixes it.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Amira