In this article we will cover hosting Azure data Lake storage Gen1 and gen2 1. Go to Resource Groups -> create new -> give a name 2. Under resource group -> add resources -> Storage -> Storage Account give storage account name, location Click Next to go to advanced tab 3. Under Data Lake storage Gen2 enable Hierarchical namesapce 4. Click create for gen1 Data Lake storage 1. Under resource group -> add resources -> Storage -> Data Lake Storage Gen1 2. Enter name and click create
At times you are faced with requirements to move data within Azure from one storage account to another for multiple reasons say Reorganization, billing constraints, Data Usability, Data Governance etc. To move all the containers within your storage account along with all the blobs present inside each of the container presents a challenging situation. Well "azcopy" comes to the rescue. It enables you to either selectively copy only certain blobs inside your containers or copy specific containers from one storage account to another. Besides it can also enable you to copy your entire storage account contents along with all the containers and blobs present in it from one storage account to another. Below is an example highlighting the syntax to use to copy all the contents of one storage account including containers and blobs to another storage account. The storage accounts can be in the same region or different. azcopy copy 'https://<source-storage-account-name>.blob...
Comments
Post a Comment