I have a xamarin app --> azureFunction --->BlobStorage. so far so good. The AzureFunction is set with AuthorizationLevel.Function.
- I have set the azure function Managed identity "ON"
- I have assigned a role to the BlobStorage (Blob data Contributor)
- I can successfully call the function using postman using the function key.
I would like to store the functionKey in the KeyVault and call it from my mobile app
Question
As anybody got a walkthrough and snippet how to integrate the keyvault with a function key and call it from a mobile app (xamarin forms) c#?
I do not want to hardcode any keys in my mobile app.
I would be very grateful.Lots of googling and nothing.
thanks
