Hi, Question here from a developer. I have 2 serverless web apps (a frontend and backend) and a storage account (using blob storage). I want all 3 to be only accessible internally, so i got a VNet and created private endpoints for each resource, all within the same subnet. Also disabled public network access for the resources. My question is, can the frontend now access the backend and the backend the storage account? Or do i need to configure outbound traffic using VNet integration by selecting a second subnet within the VNet? I read somewhere that if i dont use VNet integration for outbound traffic for my web apps, traffic will automatically use public IPs and therefor wont be able to access the resources inside the VNet. At the same time, other sources talk about how resources are automatically connected if within the same VNet and VNet integration is only needed for external services/resources trying to access a resource within the VNet. Can anyone help me out here? Thank you!…