Serverless-File-Validation icon indicating copy to clipboard operation
Serverless-File-Validation copied to clipboard

Azure blob storage connections

Open marimuthuei opened this issue 2 years ago • 0 comments

As per the below manage connections document. There is limited number of connections per instance for azure services from functions app.. It is suggested to reuse the connection or it should be singleton. here we creating blob storage connection for each request. please help me on correct design

https://docs.microsoft.com/en-us/azure/azure-functions/manage-connections

marimuthuei avatar Jul 20 '21 14:07 marimuthuei