Azure Functions access to Azure Storage Account Firewall
问题 What am I trying to achieve Connect to an Azure BLOB storage account that sits behind a firewall through an Azure Function. Steps Taken so Far Azure Function developed and tested against public storage account which works as expected. Following Azure Resource Explorer for my Azure Function I find out the outbound addresses( "outboundIpAddresses" entry) and I add them in the firewall of the storage Account. Issue While trying to run the Azure Function against the storage account with the