Azure Storage Flashcards

(11 cards)

1
Q

Anonymous public read access

A

Supported only by Blob Storage.
It supports:
- Public read access for blobs only: access granted only to blobs within the container and users are prevented from enumerating the blobs in the container
- Public read access for blobs and container: access granted on blobs and container data (everything)

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

Optimize storage performance in Azure Data Lake Storage Gen 1

A

It’s recommended to batch smaller files into larger files.

A file of at least 255 MB and less than 2 GB is recommended.

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

Azure Data Lake Analytics

A

It’s a batch processing service that integrates with Azure Data Lake. It allows developers to write code by using U-SQL, which is a language that combines declarative SQL with imperative C#. Data is stored as relational data and pricing is by batch job.

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

Administer storage account, which type of authentication?

A

Primary or secondary key. (In the questions both are correct)
An account Shared Access Signature doesn’t allow to administer the storage account.

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

Shared Access Signatures

A

A shared access signature (SAS) provides secure delegated access to resources in your storage account. With a SAS, you have granular control over how a client can access your data. You can control what resources the client may access, what permissions they have on those resources, and how long the SAS is valid, among other parameters.

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

User delegation SAS

A

Secured by Azure Active Directory credentials and permissions specified for the SAS. A user delegation applies to Blob Storage only.

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

Service SAS

A

A service SAS is secured with the storage account key. A service SAS delegates access to a resource in only one of the Azure Storage services: Blob storage, Queue storage, Table storage, or Azure Files.

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

Account SAS

A

An account SAS is secured with the storage account key. An account SAS delegates access to resources in one or more of the storage services. All of the operations available via a service or user delegation SAS are also available via an account SAS. Additionally, with the account SAS, you can delegate access to operations that apply at the level of the service, such as Get/Set Service Properties and Get Service Stats operations. You can also delegate access to read, write, and delete operations on blob containers, tables, queues, and file shares that are not permitted with a service SAS.

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

Standard HDD

A

2000 IOPS

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

Standard SSD

A

6000 IOPS

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

Premium SSD

A

20000 IOPS

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