Creating ADLS Gen2 storage account and containers
Create a resource group, a storage account, and two containers within it. The storage account must have hierarchical namespace enabled.
Once you have created the storage account and container, note the created resources
in the following
format:
abfs://$[container-name]@$[storage-account-name].dfs.core.windows.netFor example, in our example setup, we created the following two
containers:
abfs://logsfs@mydatalake.dfs.core.windows.net
abfs://backupfs@mydatalake.dfs.core.windows.net
