How Can I Securely Access a Key Vault Certificate in Azure Functions?

0
3
Asked By CloudyExplorer93 On

I'm working with an Azure Function that needs to access a Key Vault containing a self-signed certificate. This certificate is used for authenticating with an application registration for Entraid, which allows read/write access to Intune in a Microsoft tenant. I'm new to Azure Functions and I'm looking for guidance on how to securely retrieve this certificate from Key Vault to authenticate with Microsoft Graph during runtime. Any tips or resources would be much appreciated!

1 Answer

Answered By TechGuru88 On

What type of Azure Function are you using? Is it the newer consumption plan or a premium one? Understanding your setup can really help in giving the right advice!

CloudyExplorer93 -

It's actually a Premium function that runs continuously with a single instance, and I’m using PowerShell for the coding.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.