Azure / Azure/Azure-Functions

Functions not working when storage account has disabled public network access except for Azure services

Open
#2,486 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
PowerShell
Stars
1.1k
Forks
215
Avg merge
4h 2m
Merged PRs (30d)
1

Description

We have Azure Functions in consumption mode, and we would like to restrict the attached storage network access.

If we change the storage network ACLs in the bicep to:
```
networkAcls: {
defaultAction: 'Deny'
bypass: 'AzureServices'
}
```
Then the Azure Functions is not working anymore.

We do not want to create a VNET for that, just restricting the storage public network access. Do you know if we need any additional exception to set up in the network ACLs?

This is the code for the whole project with infra: https://github.com/Azure-Samples/serverless-chat-langchainjs

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.