This message was deleted.
s
This message was deleted.
m
I think this repository I created can answer some of your questions: https://github.com/TechWatching/AzureFunctionSQLBindings It creates an Azure Key Vault with a secret in it, a Function App (configuration is quite similar to a Web App) with a system assigned identity that has the correct role on the key vault
✔️ 2
I am not familiar with setting a secret from a file but I guess you can use the file system api to read it and then set the value of the secret with the content of the file.
Do not hesitate if you have some questions about the code. It is separated in different components in the the eng/infra/components folder. I hop that helps
f
Great example @millions-journalist-34868! Thanks