Summary: Can I use KeyVault to supply Function the Connection string to a Blob storage binding?
I recently moved all my connect strings and secrets out of the Azure Function app settings and into KeyVault. This included the connection strings to the various storage accounts I reference. I now am working on a Azure Blob storage binding but it seems (per the docs) that all the ways there are to reference a connection string resolves to an app level setting.
I'd love to not have to have this one secret in two separate places. Is there a way to specify the storage account connection string ala KeyVault?