Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Current »

How to deploy a data lake in an Azure Virtual Network ?

  1. Creat a VNet

  2. Create a ADLS Gen2 Account

  3. Add Storage Account to the VNet

image-20240809-150148.png
  1. Create Private Endpoints : Select the virtual network and subnet → this ensures that the storage account is accessible only within the VNet.

image-20240809-151355.pngimage-20240809-151608.png
  1. 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 ?

  1. NSG : Create and configure NSG to control inbound amd outbound traffic to the VNet

    1. And add rules to allow traffic from the VNet to the storage account (typically, on ports 443 and 80)

  2. BBB

  • No labels