Skip to main content

blob trigger

Azure Functions: use Blob Trigger with Private Endpoint
·1528 words·8 mins
azure azure functions blob trigger private endpoint
The intent of this post is to help you understand how to connect an Azure Function to a Storage Account privately so all traffic flows through a VNet therefore enhancing the security of your solutions and blobs. The Case: # Supose you have the following Azure Function written in C# which only copies a blob from one conatiner to another: