0% found this document useful (0 votes)
57 views12 pages

Azure Data Lake

Azure Data Lake allows users to create a storage account and resource group in the Azure portal. The user can then create a Data Lake storage account and container to organize files and directories within the data lake. Files and data can be uploaded to the data lake and accessed using tools like Power BI by connecting via the data lake's URL and access key. Azure Table Storage also allows creating and querying table entities for storage and filtering of data. Templates can be used to automate resource deployment and management via Azure Resource Manager.

Uploaded by

Srujan Kunta
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
57 views12 pages

Azure Data Lake

Azure Data Lake allows users to create a storage account and resource group in the Azure portal. The user can then create a Data Lake storage account and container to organize files and directories within the data lake. Files and data can be uploaded to the data lake and accessed using tools like Power BI by connecting via the data lake's URL and access key. Azure Table Storage also allows creating and querying table entities for storage and filtering of data. Templates can be used to automate resource deployment and management via Azure Resource Manager.

Uploaded by

Srujan Kunta
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 12

Azure Data Lake

To work with azure data lake, first of all we create a “storage account”.
Subscription as “visual studio code” and resource group as “demo”. And storage account as
“datalake demolevelup” and redundancy as “LRS”. And review it.

And then go to advanced and select “Data lake storage gen2” and then review it. After that
create it.
Now you can see data lake storage here. Let us create a container with name “datalake”.
And create it.
In the datalake you can see “add directory” and save it.

In jan Folder we can create another directory with “week1” and save it. Add 2 more
directories.

In the datalake we add another directory with name “feb” and inside it we can directoryies.
Let me upload a file.
Let me open Power BI desktop and click on “Get data” select “Azure”
and select “Azure data lake storage Gen2”. And click on “connect”.

And it is asking for URL to connect. Take the URL from “datalake” then copy URL.

paste on Power BI and click OK.


After that we can connect with access key and click on “connect”.

Now we can see data present on file. If we want to load the data click on “load”.
Azure table storage account

Let us open Azure console and open storage account we created earlier. There you see Tables and
create new table.

In the left side, there is option “storage browser” open that click on “Tables” and click on “add
entity”.
We can another entity here.

By using filter option we can search people by name, age, qualification etc.
Now you can see 2 rows are displayed.

Azure CLI

Now we can connect in to Azure cli on azure portal top there you see Cloud shell. Then
follow steps.
by using Azure arm we can create templates and run this templates to
create a storage group.

Now you can see the storage account is created.

You might also like