ADE - 7 - 30AM - Frame 3
ADE - 7 - 30AM - Frame 3
1. Subscription
2. Resource Group
3. Region(Location) Policy
4. Resource(Service) Details
Account/Tenant
ADF
ADB DB
ADLS
Resource Group: It's container where we can keep collection required services.
We can create Resource Group with two different ways
1. By using Resource Group Service
2. By Taking Resource
Data Storage
Data Processing
Storage Platform
PaaS IaaS
created it for
General Purpose Azure Storage Accounts
Designed for Bigdata processing
File File
Blob Table Queue Blob Table Queue Share
Share
To store the data in the storage account, make sure there should be container(root folder)
Note: When you upload a file into ADLS Gen2, the file will be
divided into multiple blocks and blocks will be shared across nodes
employee.csv
ADLS Gen2
4 Node Cluster
employee.csv
14mb Master Node
B1 B4 B2 B3
$5000
$1000
Data Storage in ADLS Data Processing in ADF/ADB
Uploaded files as
it is so size will To process 100
be 100 GB GB data
(format: csv)
Data Source Size : 100GB
Format: csv $250
ADF/ADB
ADLS Gen2
Depends on storage and access, we are having four different types of pricing tiers
1. Hot
2. Cool
3. Cold
4. Archive
Storage Access
Having a quarterly report. This report is going to take
Hot High Cost Low Cost data from data source for current quarter only.
Not possible to
Archive Less Cost
Access, no cost
Change access tier for ADLS Gen2 based on the following requirement
If age of the file is less than or equals to 30 days, then keep the pricing tier is Hot
If age of the file is greater than 30 days, then change pricing tier to Cool
If age of the file is greater than 90 days, then change pricing tier to Cold
If age of the file is greater than 180 days, then change pricing tier to Archive
To provide the solution by Azure Administrators, they will create a Rule to check and change the pricing tier.
Note: To read data from Archive access tier, we have to change pricing tier to either Hot, Cool, or Cold access tier.
Redundancy
It is used to replicate/duplicate the data in the Data Center
By default there will be three copies in the storage and maximum copies is 6
There are four different types of Redundancies
1. LRS
2. ZRS
3. GRS
4. GZRS Region: Central India(Primary Region) Region: Secondary Region
employee.csv
LRS
ZRS
1000 of miles away
GRS
GZRS
ADLS Gen2
SQL Databases
PaaS
PaaS
General Business
Basic Standard Premium Hyperscale
Purpose Critical
Basic: It comes with fixed bundle of resources like Compute and Storage.
We can not increase or decrease compute. This is recommended for
development and POC projects.
To connect we required
Server: bhaskarsql321.database.windows.net
Authentication: SQL Authentication
Standard: This pricing tier is budget friendly. It comes with 10 DTU's minimum.
We will be having control on DTU's. Whenever it is required, we can increase or
decrease.