In my previous blog I had given an introduction to Azure Data Lake and its offerings. In this blog I am going to show how to create a data lake in Azure using the Azure portal.
- To create a Data Lake, log in to the Microsoft Azure online portal. After logged in it can be quickly created by clicking on the Create a resource button at the top left.
- From the expanded menu, select the ‘Storage’ option and then ‘Data Lake Store’.
- In the New Data Lake Store blade, provide the values as shown below:
- Should be a unique name for the Data Lake Store.
- Select the subscription under which new Data Lake Store to be created.
- Resource Group. Select an existing resource group or Create new Resource Group
- Location: Select a zone to create the Data Lake Store.
- Select Encryption Settings
- It has three different options
-
- Do not enable encryption: Not to enable encryption.
- Use keys managed by Data Lake Store: To manage your encryption keys.
- Use keys from your own Key Vault. To use existing Azure Key Vault or create a new Key Vault.
- Click Create.
Create folders in Azure Data Lake Store account
Folders can be created in Data Lake Store to manage and store data.
- Open the Data Lake Store.
- In Data Lake Store, click Data Explorer.
- From Data Explorer, click New Folder, enter a name for the new folder, and then click OK.
- The newly created folder is listed in the Data Explorer. There is no limit on nested folders level.
Upload data to Azure Data Lake Store account
Data can be uploaded to an Azure Data Lake Store directly at the root level or to a folder.
- From the Data Explorer, click Upload.
- In the Upload files, select the file(s) to upload, and then click Add selected files.
- The uploaded is listed in the Data Explorer.