This is the situation:
- 1 app service plan with 2 azure functions, function A and function B, both with the same subnet vnet integration enabled
- 1 subnet with a storage account and private endpoint enabled
In the current situation the network traffic from both function apps can access the private endpoint of the storage account because of the vnet integration.
Is it possible to allow outbound traffic only from function A to the storage account? I don't want to use the service tag in a ngs rule because then both function apps are allowed.