Create directories and folders to manage data in ADLS. It helps in organization and easy access to data. GUI >> Navigate to the ADLS and click on “Data Explorer“ Click on “New Folder” > Name it > “Create“ The new folder should now be created. PowerShell >> $myrootdir = “/” New-AzDataLakeStoreItem -Folder -AccountName “adls storage …
Continue reading “How to create folder structure to manage Data in ADLS”