© 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners.
Flash Card – Architect
Storage Infrastructure
Prepared by Lai
© 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners.
Structured data
Semi structured
data
Relational data
-with schema
(field/properties)
Ex: SQL database
table with row &
column
Contain tag such as
key/value pairs
Ex: Non relational or
NoSQL data
Example: XML, JSON,
YAML
Unstructured
Data
Files (photos, video)
Office file
Log Files, etc
Types of Data
© 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners.
Storage Solution Scenario 1
Customer require high
read operation –to
query data
Business need high
number of write
operation(changing
inventory)
High throughput & Lo
Latency
Transaction support-
Yes
Answer: Azure Cosmos DB
Semi structured data
© 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners.
Storage Solution Scenario 2
Customer require high
read operation with
low latency
Create & update –
infrequent & can
have higher latency
Retrieval by ID: need
to support low latency
& high throughput
Transaction support-
No
Answer: Azure Blob Storage with Azure Content Delivery
Network (CDN)
Unstructured data
© 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners.
Storage Solution Scenario 3
Read only, complex
analytical queries
across multiple
database
Some latency
expected based on
complex nature of
the queries
Transaction support-
Yes
Answer: Azure SQL Database
Structured data
© 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners.
Flash Card – Storage
Account
Prepared by Lai
© 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners.
Scalable
object store
File shares
Messaging store
for reliable
messaging
between app
component
NoSQL store for
schemaless storage
of structured data
© 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners.
Azure Storage Support Blob Type
Hold file up tp 5TB. Files larger than 100MB must be
uploaded as small block, then consolidated into final blob
Hold random access file up to 8 TB. Used primary as
backing storage for VHD
Block Blob
Page Blob
Append Blob
Optimized for append operation. Frequent use for
logging
© 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners.
Independent
Azure resources.
Not in storage
account
© 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners.
Geo-redundant
storage
Locally redundant
storage
Critical Data
Non Critical
Data
© 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners.
Kind of Storage Account
Support all storage types and latest features
(recommended)
Legacy, not support all features
Storage v2
Storage v1
Block blobs and append blobsBlob storage
© 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners.
Flash Card – Azure
Storage Explorer
Prepared by Lai
© 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners.
Azure Storage
Explorer
View all the
storage services
Upload, Edit,
Download,
Copy & delete
Use on :
a) Azure Blob storage-
store unstructured
data
b) Azure table storage –
store noSQL, semi
structured data
c) Azure Files- store files
d) Azure Data Lake
Storage- based on
Apache Hadoop for
store large data
volumes to store
unstructured &
structured data
Included local emulator for dev (no cost):
a) Azure Storage Emulator – emulates Azure Table,
Queue & Blob storage
b) Azurite – based on Node.js. Support Azure Storage
cmd through API
© 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners.
Connection Types to Azure Storage
Explorer
Azure AD- azure tenant
Shared Access Signature
URI- use SAS URI
Storage account name &
Access Key
Access data in Azure
Cosmos DB- use
connection string
Access data in Azure
data Lake -use URI
Attach to local
emulator
© 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners.
Flash Card – Azure
Storage Redundancy
Prepared by Lai
© 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners.
Data Replication
Data
Replication
Locally redundant storage
(LRS)
-replicate within same data
center
- Data available if a node
fail
- Data unavailable , if
entire data center fail
Geo redundant storage
(GRS)
-replicate to 2nd region
- Data available when
primary region is failed
Read- Access Geo redundant
storage (RA-GRS)
-read only data in 2nd
location
-data readable but cannot be
modified
Zone redundant storage
(ZRS)
--replicate data sync across
3 storage cluster in single
region.
-resides on own AZ
© 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners.
Locally redundant storage (LRS)
Replicates data &
stores 3 copies across
fault domain (rack of
hw)
Single region Single datacenter
Potential loss of data
when datacenter
outage
3 copies
© 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners.
Zone Redundant Storage (ZRS)
Replicates across 3
storage cluster in a
region
3 copies
Replicate to different
AZ
If outage,data
available from different
AZ
Single region
Not protect from
regional outage
© 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners.
Geographically Redundant Storage (GRS)
Replicates 3x within
primary region,
replicate to secondary
region
6 copies of data
Secondary region is
passive
Two region
© 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners.
Read Access Geo Redundant Storage (RA-GRS)
Replicates data to
secondary region
Suitable for application
(HA)
Control use DNS
failover process
Two region
Read access in
secondary datacenter
in other region
6 copies
© 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners.
Flash Card – Azure
Storage Security
Prepared by Lai
© 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners.
Security
Encryption at rest (
SSE with 256 bit AES)
for Azure Storage
VM encrypt using
Azure Disk Encryption
(bitlocker) or dm-
crypt
Encryption in transit
(https)
RBAC and Azure AD
Auditing access using
Storage Analytic
service
© 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners.
Advanced Threat Protection for Azure Storage
Detect anomalies
in account
activities
Available for blob
storage
Security alert are
integrated with
Azure Security
Center
Alert sent by email
© 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners.
Azure Files
Std File share Smb
Direct access via mounted drive in OS or install Azure Files
Sync to synchronize the files between local shares & Azure
Files
© 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners.
Azure File Redundancy
© 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners.
Data Migration Solution
© 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners.
Migration Tool
© 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners.
Command Azure CLI
Create Storage Az storage account create
Create File
Share
Az storage share create
Create VM Az vm create
© 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners.
Secure Access from on-prem
Azure Files use SMB v3
(secure compare to v1)
Use TCP 445
Remove SMB v1:-Remove-
WindowsFeature -Name FS-SMB1
Configure Ip based
firewall rules
Enable secure transfer
settings (request via
https)
Use Azure AD DS
(manage access with role
based access control)
Use share snapshot to
protect against accidental
deletion
© 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners.
Disk Types for VM
Ultra SSD
• Highest performance
• Able to adjust IOPS
throughput while
running
• Only available in
certain region
• Only to ES/DS v3 VM
• Used as data disk
• Don’t support disk
snapshot, VM images,
Scale set, Azure Disk
Encryption, Azure
Backup & ASR
Premium SSD
• High throughput &
IOPS with low latency
• Available on all region
• Can’t adjust
performance without
detach from VM
• Only on larger VM
size
• Guaranteed
throughput
Standard
SSD
Available to any VM or any size
Standard
HDD
• Consistent
Performance
• not
guaranteed
performance
Stored on
conventional
magnetic
disk (less
critical,
dev,test)
© 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners.
Flash Card – Monitor
Azure Storage
Prepared by Lai
© 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners.
Troubleshooting tool
Azure Portal
Azure Storage
Explorer
• Configure metric &
Logging
• View graph, chart
• Assess application
• Configure alert
• View log & metric
gathered by Azure
Storage Analytic
AzCopy
• Download storage
account log
• Analyze using analysis
tool.
© 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners.
Storage Analytic Metric
Transaction
Metric
Summarize info about request
(read, write, delete, operation
status)
Capacity Metric
Capacity, container count, object
count
Troubleshooting with storage logging
Azure Storage
Analytic Logs
Details info
about request
to storage
Not enable by
default
Log version 1 or
2 (additional
field)
© 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners.
Thank You

More Related Content

PPTX
DDN GS7K - Easy-to-deploy, High Performance Scale-Out Parallel File System Ap...
PDF
S106195 cos-use cases-istanbul-v1902a
PDF
SPONSORED WORKSHOP by Cleversafe from Structure:Data 2012
PDF
IBM Cloud Object Storage System (powered by Cleversafe) and its Applications
PDF
IBM's Cloud Storage Options
PDF
Optimizing Lustre and GPFS with DDN
PPTX
Cleversafe august 2016
PDF
S100299 ibm-cos-orlando-v1804c
DDN GS7K - Easy-to-deploy, High Performance Scale-Out Parallel File System Ap...
S106195 cos-use cases-istanbul-v1902a
SPONSORED WORKSHOP by Cleversafe from Structure:Data 2012
IBM Cloud Object Storage System (powered by Cleversafe) and its Applications
IBM's Cloud Storage Options
Optimizing Lustre and GPFS with DDN
Cleversafe august 2016
S100299 ibm-cos-orlando-v1804c

What's hot (17)

PDF
S016825 ibm-cos-nola-v1710d
PPTX
Storage Cloud and Spectrum deck 2017 June update
PDF
IBM Spectrum Scale on the Cloud
PDF
Cloudera ref arch_azure
PDF
S104872 spectrum nas-one-day-jburg-v1809e
PPTX
IaaS for DBAs in Azure
PDF
Sizing Splunk SmartStore - Spend Less and Get More Out of Splunk
PDF
Cloudera のサポートエンジニアリング #supennight
PPTX
IBM Cloud Storage - Cleversafe
PDF
A Winning Combination: IBM Storage and VMware
PDF
L'agilité du cloud public dans votre datacenter avec ECS & Neutrino
 
PPTX
Next Generation Data Protection Architecture
PDF
IBM Storage for SAP HANA Deployments
PDF
S108283 svc-storwize-lagos-v1905d
PDF
CA ARCserve Solution Overview
PDF
S104873 nas-sizing-jburg-v1809d
PPTX
DDN EXA 5 - Innovation at Scale
S016825 ibm-cos-nola-v1710d
Storage Cloud and Spectrum deck 2017 June update
IBM Spectrum Scale on the Cloud
Cloudera ref arch_azure
S104872 spectrum nas-one-day-jburg-v1809e
IaaS for DBAs in Azure
Sizing Splunk SmartStore - Spend Less and Get More Out of Splunk
Cloudera のサポートエンジニアリング #supennight
IBM Cloud Storage - Cleversafe
A Winning Combination: IBM Storage and VMware
L'agilité du cloud public dans votre datacenter avec ECS & Neutrino
 
Next Generation Data Protection Architecture
IBM Storage for SAP HANA Deployments
S108283 svc-storwize-lagos-v1905d
CA ARCserve Solution Overview
S104873 nas-sizing-jburg-v1809d
DDN EXA 5 - Innovation at Scale
Ad

Similar to Flash card architect storage infrastructure in azure (20)

PPTX
Flash card azure disk
PPTX
Flash Card- Architect Migration, Business Continuity and DR in Azure
PPTX
Microsoft Azure Storage Basics
PDF
May 2018 Azure Need to Know Webinar
PDF
EN - Azure - Storage Account.pdf
PDF
AZ900-AzureFundamentals-part-7.pdf
PPTX
Azure Domains.pptx
PPTX
Azure fundamental -Introduction
PPTX
Azure Storage Servicesgggggggggggggggggggggggggggg.pptx
PPTX
Azure Storage Services_prathapvvvvvvvvvvvv.pptx
PDF
Az 104 session 4: azure storage
PDF
Azure Data Engineer Interview Questions By ScholarHat
PPTX
Azure Fundamentals Part 2
 
PDF
AZ900-AzureFundamentals-part-6.pdf
PPTX
Slide Storage.pptx
PDF
Day1_Data Lake_v2.pdf
PPTX
Flash Card -Architect Infrastructure Operation in Azure
PPTX
Azure backup Disaster Recovery Business Continuity
PDF
02microsoftazurefundamentalsworkloads1606403971632.pdf
PDF
Samedi SQL Québec - La plateforme data de Azure
Flash card azure disk
Flash Card- Architect Migration, Business Continuity and DR in Azure
Microsoft Azure Storage Basics
May 2018 Azure Need to Know Webinar
EN - Azure - Storage Account.pdf
AZ900-AzureFundamentals-part-7.pdf
Azure Domains.pptx
Azure fundamental -Introduction
Azure Storage Servicesgggggggggggggggggggggggggggg.pptx
Azure Storage Services_prathapvvvvvvvvvvvv.pptx
Az 104 session 4: azure storage
Azure Data Engineer Interview Questions By ScholarHat
Azure Fundamentals Part 2
 
AZ900-AzureFundamentals-part-6.pdf
Slide Storage.pptx
Day1_Data Lake_v2.pdf
Flash Card -Architect Infrastructure Operation in Azure
Azure backup Disaster Recovery Business Continuity
02microsoftazurefundamentalsworkloads1606403971632.pdf
Samedi SQL Québec - La plateforme data de Azure
Ad

More from Yoong Seng Lai (16)

PPTX
Evacuate Backup Data from Normal Repository to Dedup Appliance
PPTX
Flash card Module 12-Administer Container in Azure
PPTX
Flash Card Module 10-Implement Resource Management Security in Azure
PPTX
Flash card Module 9- Manage Security Operation in Azure
PPTX
Flash card Module 8-Manage Identity and Access in Azure Active Directory
PPTX
Flash Card : Manage Resources in Azure
PPTX
Flash Card-Architect Compute Infrastructure in Azure
PPTX
Flash card architect network infra in azure
PPTX
Flash card security-azure disk
PPTX
Flash card managing using azure cli
PPTX
Flash card introduction to azure vm
PPTX
Flash card health monitoring of azure vm
PPTX
Flash card caching and performance in azure storage disk
PPTX
Flash card azure automation state
PPTX
Extending Availability to the Cloud
PPTX
Business Continuity with Disaster Recovery
Evacuate Backup Data from Normal Repository to Dedup Appliance
Flash card Module 12-Administer Container in Azure
Flash Card Module 10-Implement Resource Management Security in Azure
Flash card Module 9- Manage Security Operation in Azure
Flash card Module 8-Manage Identity and Access in Azure Active Directory
Flash Card : Manage Resources in Azure
Flash Card-Architect Compute Infrastructure in Azure
Flash card architect network infra in azure
Flash card security-azure disk
Flash card managing using azure cli
Flash card introduction to azure vm
Flash card health monitoring of azure vm
Flash card caching and performance in azure storage disk
Flash card azure automation state
Extending Availability to the Cloud
Business Continuity with Disaster Recovery

Recently uploaded (20)

PDF
Architecture types and enterprise applications.pdf
PDF
Improvisation in detection of pomegranate leaf disease using transfer learni...
PDF
Flame analysis and combustion estimation using large language and vision assi...
DOCX
search engine optimization ppt fir known well about this
PDF
Hybrid horned lizard optimization algorithm-aquila optimizer for DC motor
PPTX
TEXTILE technology diploma scope and career opportunities
PDF
Zenith AI: Advanced Artificial Intelligence
PPTX
MicrosoftCybserSecurityReferenceArchitecture-April-2025.pptx
PDF
Statistics on Ai - sourced from AIPRM.pdf
PPTX
GROUP4NURSINGINFORMATICSREPORT-2 PRESENTATION
PPTX
Microsoft Excel 365/2024 Beginner's training
PPTX
Benefits of Physical activity for teenagers.pptx
PDF
Enhancing plagiarism detection using data pre-processing and machine learning...
PDF
Comparative analysis of machine learning models for fake news detection in so...
PDF
Five Habits of High-Impact Board Members
PPT
Galois Field Theory of Risk: A Perspective, Protocol, and Mathematical Backgr...
PPTX
The various Industrial Revolutions .pptx
PDF
Produktkatalog für HOBO Datenlogger, Wetterstationen, Sensoren, Software und ...
PDF
The influence of sentiment analysis in enhancing early warning system model f...
PDF
sustainability-14-14877-v2.pddhzftheheeeee
Architecture types and enterprise applications.pdf
Improvisation in detection of pomegranate leaf disease using transfer learni...
Flame analysis and combustion estimation using large language and vision assi...
search engine optimization ppt fir known well about this
Hybrid horned lizard optimization algorithm-aquila optimizer for DC motor
TEXTILE technology diploma scope and career opportunities
Zenith AI: Advanced Artificial Intelligence
MicrosoftCybserSecurityReferenceArchitecture-April-2025.pptx
Statistics on Ai - sourced from AIPRM.pdf
GROUP4NURSINGINFORMATICSREPORT-2 PRESENTATION
Microsoft Excel 365/2024 Beginner's training
Benefits of Physical activity for teenagers.pptx
Enhancing plagiarism detection using data pre-processing and machine learning...
Comparative analysis of machine learning models for fake news detection in so...
Five Habits of High-Impact Board Members
Galois Field Theory of Risk: A Perspective, Protocol, and Mathematical Backgr...
The various Industrial Revolutions .pptx
Produktkatalog für HOBO Datenlogger, Wetterstationen, Sensoren, Software und ...
The influence of sentiment analysis in enhancing early warning system model f...
sustainability-14-14877-v2.pddhzftheheeeee

Flash card architect storage infrastructure in azure

  • 1. © 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners. Flash Card – Architect Storage Infrastructure Prepared by Lai
  • 2. © 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners. Structured data Semi structured data Relational data -with schema (field/properties) Ex: SQL database table with row & column Contain tag such as key/value pairs Ex: Non relational or NoSQL data Example: XML, JSON, YAML Unstructured Data Files (photos, video) Office file Log Files, etc Types of Data
  • 3. © 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners. Storage Solution Scenario 1 Customer require high read operation –to query data Business need high number of write operation(changing inventory) High throughput & Lo Latency Transaction support- Yes Answer: Azure Cosmos DB Semi structured data
  • 4. © 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners. Storage Solution Scenario 2 Customer require high read operation with low latency Create & update – infrequent & can have higher latency Retrieval by ID: need to support low latency & high throughput Transaction support- No Answer: Azure Blob Storage with Azure Content Delivery Network (CDN) Unstructured data
  • 5. © 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners. Storage Solution Scenario 3 Read only, complex analytical queries across multiple database Some latency expected based on complex nature of the queries Transaction support- Yes Answer: Azure SQL Database Structured data
  • 6. © 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners. Flash Card – Storage Account Prepared by Lai
  • 7. © 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners. Scalable object store File shares Messaging store for reliable messaging between app component NoSQL store for schemaless storage of structured data
  • 8. © 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners. Azure Storage Support Blob Type Hold file up tp 5TB. Files larger than 100MB must be uploaded as small block, then consolidated into final blob Hold random access file up to 8 TB. Used primary as backing storage for VHD Block Blob Page Blob Append Blob Optimized for append operation. Frequent use for logging
  • 9. © 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners. Independent Azure resources. Not in storage account
  • 10. © 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners. Geo-redundant storage Locally redundant storage Critical Data Non Critical Data
  • 11. © 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners. Kind of Storage Account Support all storage types and latest features (recommended) Legacy, not support all features Storage v2 Storage v1 Block blobs and append blobsBlob storage
  • 12. © 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners. Flash Card – Azure Storage Explorer Prepared by Lai
  • 13. © 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners. Azure Storage Explorer View all the storage services Upload, Edit, Download, Copy & delete Use on : a) Azure Blob storage- store unstructured data b) Azure table storage – store noSQL, semi structured data c) Azure Files- store files d) Azure Data Lake Storage- based on Apache Hadoop for store large data volumes to store unstructured & structured data Included local emulator for dev (no cost): a) Azure Storage Emulator – emulates Azure Table, Queue & Blob storage b) Azurite – based on Node.js. Support Azure Storage cmd through API
  • 14. © 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners. Connection Types to Azure Storage Explorer Azure AD- azure tenant Shared Access Signature URI- use SAS URI Storage account name & Access Key Access data in Azure Cosmos DB- use connection string Access data in Azure data Lake -use URI Attach to local emulator
  • 15. © 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners. Flash Card – Azure Storage Redundancy Prepared by Lai
  • 16. © 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners. Data Replication Data Replication Locally redundant storage (LRS) -replicate within same data center - Data available if a node fail - Data unavailable , if entire data center fail Geo redundant storage (GRS) -replicate to 2nd region - Data available when primary region is failed Read- Access Geo redundant storage (RA-GRS) -read only data in 2nd location -data readable but cannot be modified Zone redundant storage (ZRS) --replicate data sync across 3 storage cluster in single region. -resides on own AZ
  • 17. © 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners. Locally redundant storage (LRS) Replicates data & stores 3 copies across fault domain (rack of hw) Single region Single datacenter Potential loss of data when datacenter outage 3 copies
  • 18. © 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners. Zone Redundant Storage (ZRS) Replicates across 3 storage cluster in a region 3 copies Replicate to different AZ If outage,data available from different AZ Single region Not protect from regional outage
  • 19. © 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners. Geographically Redundant Storage (GRS) Replicates 3x within primary region, replicate to secondary region 6 copies of data Secondary region is passive Two region
  • 20. © 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners. Read Access Geo Redundant Storage (RA-GRS) Replicates data to secondary region Suitable for application (HA) Control use DNS failover process Two region Read access in secondary datacenter in other region 6 copies
  • 21. © 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners. Flash Card – Azure Storage Security Prepared by Lai
  • 22. © 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners. Security Encryption at rest ( SSE with 256 bit AES) for Azure Storage VM encrypt using Azure Disk Encryption (bitlocker) or dm- crypt Encryption in transit (https) RBAC and Azure AD Auditing access using Storage Analytic service
  • 23. © 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners. Advanced Threat Protection for Azure Storage Detect anomalies in account activities Available for blob storage Security alert are integrated with Azure Security Center Alert sent by email
  • 24. © 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners. Azure Files Std File share Smb Direct access via mounted drive in OS or install Azure Files Sync to synchronize the files between local shares & Azure Files
  • 25. © 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners. Azure File Redundancy
  • 26. © 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners. Data Migration Solution
  • 27. © 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners. Migration Tool
  • 28. © 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners. Command Azure CLI Create Storage Az storage account create Create File Share Az storage share create Create VM Az vm create
  • 29. © 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners. Secure Access from on-prem Azure Files use SMB v3 (secure compare to v1) Use TCP 445 Remove SMB v1:-Remove- WindowsFeature -Name FS-SMB1 Configure Ip based firewall rules Enable secure transfer settings (request via https) Use Azure AD DS (manage access with role based access control) Use share snapshot to protect against accidental deletion
  • 30. © 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners. Disk Types for VM Ultra SSD • Highest performance • Able to adjust IOPS throughput while running • Only available in certain region • Only to ES/DS v3 VM • Used as data disk • Don’t support disk snapshot, VM images, Scale set, Azure Disk Encryption, Azure Backup & ASR Premium SSD • High throughput & IOPS with low latency • Available on all region • Can’t adjust performance without detach from VM • Only on larger VM size • Guaranteed throughput Standard SSD Available to any VM or any size Standard HDD • Consistent Performance • not guaranteed performance Stored on conventional magnetic disk (less critical, dev,test)
  • 31. © 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners. Flash Card – Monitor Azure Storage Prepared by Lai
  • 32. © 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners. Troubleshooting tool Azure Portal Azure Storage Explorer • Configure metric & Logging • View graph, chart • Assess application • Configure alert • View log & metric gathered by Azure Storage Analytic AzCopy • Download storage account log • Analyze using analysis tool.
  • 33. © 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners. Storage Analytic Metric Transaction Metric Summarize info about request (read, write, delete, operation status) Capacity Metric Capacity, container count, object count Troubleshooting with storage logging Azure Storage Analytic Logs Details info about request to storage Not enable by default Log version 1 or 2 (additional field)
  • 34. © 2019 Veeam Software. Confidential information. All rights reserved. All trademarks are the property of their respective owners. Thank You