function app storage queue trigger is not working with vnet integration
- Dominant language
- PowerShell
- Stars
- 1.1k
- Forks
- 215
- Avg merge
- 4h 2m
- Merged PRs (30d)
- 1
Description
I have a function app in linux app service plan (Standard) with VNet integration with Storage Queue trigger configured on it. Everything works fine if there are no firewall rules enabled on storage account and I see this error as soon as the firewall rules are enabled on storage account.
The function app is configured with ***WEBSITE_RUN_FROM_PACKAGE*** with URL where package is uploaded in the container.
I am using the same subnet for storage account firewall rules and function app VNet integration.
I am able to verify the package URL works fine.
What am I doing wrong here?
```
`ERROR - RunFromPackage> Failed to download package from https://mystorage.blob.core.windows.net/mycontainer/my-function.zip?sv=2017-07-29&ss=b&srt=o&sp=rwlu&se=2019-11-28T20:15:18Z&st=2019-10-29T20:15:18Z&spr=https&sig=YiKShpniKMUqUqNTsA3M2qsAr3KAb%2Bpk%2`
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.