Implement & Manage Storage in Azure Flashcards

1
Q

Microsoft’s cloud storage solution for modern data storage scenarios

A

Azure Storage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Azure Storage is:

A

Durable & highly available, Secure, Scalable, Managed, Accessible

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Generally think of Azure Storage in three categories:

A

Storage for VMs, Unstructured data (like Blobs, Data Lakes), Structured Data (Tables, Cosmos DB, Azure SQL DB)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Azure Storage two tiers:

A

Standard & Premium

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Backed by magnetic drives (HDD) & provide lowest cost per GB; require bulk storage or where data is infrequently accessed

A

Standard Tier

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Backed by SSDs & offer consistent low-latency performance, use for VMs w/ I/O intensive apps like databases

A

Premium Storage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

You ___ convert a Standard storage account to a Premium storage account of vice versa.

A

Cannot

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Azure Storage Services:

A

Containers (Blobs), Files, Queues, Tables

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Massively scalable object store for text & binary data

A

Containers (Blobs)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Managed file shares for cloud or on-premises deployments

A

Files

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

A messaging store for reliable messaging between application components

A

Queues

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

A NoSQL Store for schemaless storage of structured data

A

Tables

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Ideal for storage of: images or documents to a browser, storing files for distributed access, streaming video & audio, storing data for backup & restore, disaster recovery & archiving, data for analysis by an on-premises or Azure-hosted service

A

Container (blob) storage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

___ messages can be up to 64KB in size & a queue can contain millions of messages

A

Queue

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Four types of storage accounts:

A

Standard general purpose v2, Premium block blobs, Premium file shares, Premium page blobs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Enterprise of high-performance file share applications

A

Premium file shares

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Premium high-performance page blob scenarios

A

Premium page blobs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Block blob scenarios with high transaction rates or scenarios that use smaller objects or require consistently low storage latency

A

Premium block blobs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Most scenarios like blob, file, queue, table, & data lake storage

A

Standard general purpose v2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Four types of replication:

A

LRS, ZRS, GRS/RA-GRS, GZRS/RA-GZRS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Lowest-cost replication option, all replicas may be lost or unrecoverable

A

Locally redundant storage (LRS)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

Synchronously replicates data across three (3) storage clusters in a single region

A

Zone redundant storage (ZRS)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

Replicates your data to a secondary region; 16 9’s durability

A

Geo-redundant storage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

Combines the high availability of zone-redundant storage with protection from regional outages as provided by geo-redundant storage

A

Geo-zone redundant storage (GZRS)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Storage account links:
``` //mystorageaccount.blob.core.windows.net (substitute blob with table, queue, file) ```
26
A service for storing large amounts of unstructured object data, such as text or binary data; aka "object storage"
Blob Storage
27
Blob storage offers three types of resources:
Storage account, containers in the storage account, blobs in a container
28
Provides a grouping set of blobs
Container
29
Blob name can be:
lowercase letters, numbers, hyphens and must begin with a letter or number & 3-63 chars long
30
Blob - Public access level types:
Private, Blob, Container
31
Azure Storage offers three types of blobs:
Block, page, and append
32
Blocks of data assembled to make a blob; ideal for storing text & binary data like files, imagines & videos
Block blobs (default)
33
Like block blobs but optimized for append operations, useful for logging scenarios
Append blobs
34
Can be up to 8TB in size & are efficient for frequent read/write operations; AZ VMs use these
Page blobs
35
Blob upload methods:
AzCopy, Azure Storage Data Movement Library, Azure Data Factory, Blobfuse, Azure Data Box Disk, Azure Import/Export
36
.NET library for moving data between Azure storage services
Azure Storage Data Movement Library
37
Supports copying data to and from blob storage using the account key, shared access signature, service principal, or managed identifies for Azure resources authentications
Azure Data Factory
38
A virtual file system for Azure blob storage; access through Linux file system
Blobfuse
39
A service for transferring on-premises data to Blob storage when large datasets or network constraints make uploading data over the wire unrealistic
Azure Data Box Disk
40
Authorization options
Azure AD, Shared Key, Shared access signatures, Anonymous access to containers & blobs
41
A URI that grants restricted access rights to Azure Storage resources
Shared access signature (SAS)
42
SAS provides both __ and __ control.
account-level & service-level
43
Delegates access to resources in one or more of the storage services
Account-level SAS
44
Delegates access to a resource in just one of the storage services
Service-level SAS
45
When creating an SAS, a URI is created using parameters and tokens, the URI consists of:
Storage resources & SAS Token
46
Data at rest protection
Azure Storage Service Encryption (SSE)
47
Common uses of file storage
Replace & supplement; Access anywhere; Lift & shift; Azure File sync; Shared aps; Diagnostic data; Tools & Utilities
48
Provides SMB, NFS, Client libraries, & a REST interface that allows access from anywhere to stored files
Azure Files
49
true directory objects, accessed through file shares, shared access across multiple VMs
Azure Files
50
Provides the capability to take snapshots of file shares
Azure Files
51
Centralized your org's file shares in Azure Files, while keeping the flexilibility, perforamnce, and compatbility of an on-premises file server
Azure File Sync
52
Azure File Sync benefits:
Lift & shift, Branch Offices, Backup & Disaster Recovery, File Archiving
53
Top-level Azure resource for Azure File Sync; a peer of the storage account resource
Storage Sync Service
54
Defines the sync topology for a set of files
Sync Group
55
Represents a trust relationship between your server (or cluster) and the Storage Sync Service
Registered Service
56
A downloadable package that enables Windows Server to be synced
Azure File Sync Agent
57
File Sync Agent has three main components:
FileSyncSvc.exe (background Windows service for monitoring changes on server endpoints; StorageSync.sys(Azure File Sync system filter) & PowerShell management cmdlets
58
Represents a specific location on a registered server such as a folder
Server endponit
59
An Azure file share that is part of the sync group
Cloud endpoint
60
Four high-level steps for configuring File Sync
(1) Deploy the Storage Sync Service (2) Prepare Windows Server to use with Azure File Sync (3) Install the Azure File Sync Agent (4) Register Windows Server with Storage Sync Service
61
A standalone app that makes it easy to work with Azure Storage data on Windows, macOS, and Linus
Azure Storage Explorer
62
To fully access resources after you sign in, Storage Explorer requires both management (____) and ___ ___ ___.
ARM, data layer permissions
63
Connect to different storage accounts with Storage Explorer:
Associated with Azure Subscriptions, shared from other Azure subscriptions, and local storage with Azure Storage Emulator
64
Service used to securely import large amounts of data to Azure Blob & Files by shipping disk drives to an Azure Datacenter
Azure Import/Export Service
65
Use cases for Azure Import/Export service:
Migrating data to cloud, Content distribution, Backup, Data recovery
66
You supply your own disk drives and transfer data yourself
Azure Import/Export
67
You will be shipping hard drives containing your data
Import Jobs
68
Transfer data from Azure storage to hard drive drives and ship to your on-premise sites
Export Jobs
69
Drive preparation and repair tool you can use with Microsoft Azure Import/Export Service
Azure Import/Export Tool
70
Next-generation CLI utility for copying data to/from Blob & File Storage
AzCopy v10
71
Authentication options for AzCopy
Azure AD & SAS Tokens
72
Azure Storage creates __ __-bit access keys for every storage account that's created.
two 512
73
Azure Storage supports three types of shared access signatures:
User delegation SAS, Service SAS, Account SAS