Azure Data Engineering Cookbook by Ahmad Osama

Azure Data Engineering Cookbook by Ahmad Osama

Author:Ahmad Osama
Language: eng
Format: mobi, epub
Publisher: Packt Publishing pvt. ltd
Published: 2021-03-11T00:00:00+00:00


Getting ready

To get started, do the following:

Log in to https://portal.azure.com using your Azure credentials.

Open a new PowerShell prompt. Execute the Connect-AzAccount command to log in to your Azure account from PowerShell.

You will need an existing Data Factory account. If you don't have one, create one by executing the ~/azure-data-engineering-cookbook\Chapter04_CreatingAzureDataFactory.ps1 PowerShell script.

How to do it…

Let's start by creating a Data Lake Storage Gen1 account and uploading the orders file:

Execute the following PowerShell command to create a new Data Lake Storage Gen1 account:New-AzDataLakeStoreAccount -ResourceGroupName packtade -Name packtdatalakestore -Location centralus

The preceding command creates a new Data Lake Storage Gen1 account, packtdatalakestore, in the packtade resource group.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.