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
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!
It's actually a Premium function that runs continuously with a single instance, and I’m using PowerShell for the coding.