How to deploy a data lake in an Azure Virtual Network ?
Creat Create a VNet
Create a ADLS Gen2 Account
Add Storage Account to the VNet
...
Configure access : Make sure the VNet has the permissions to access the data lake.
How to ensure that our VNet has the necessary permissions to access the storage account or data lake ?
NSG : Create and configure NSG to control inbound amd outbound traffic to the VNet → And add rules to allow traffic from the VNet to the storage account (typically, on ports 443 and 80)
BBB
...
Private Endpoints : Create private endpoint for our storage account
RBAC : Assign appropriate roles to users and services that need access to the storage account
...
Firewall and VNet Settings : Add the VNet to the storage account
...