Implement and manage storage Flashcards
Each storage account service exposes its own endpoints used to manage the data in the storage service.
These service-specific endpoints are by default …
A) exposed through Azure Resource Manager
B) Internet facing endpoints
B) Internet facing endpoints
…………… allows you to limit access to specific IP addresses or an IP address range.
It applies to all storage account services (blobs, tables, queues, and files).
The storage firewall
…………… are used to give a specific subnet or Vnet access to the storage account.
A) Storage firewalls
B) Service endpoints
B) Service endpoints
If a storage account is only accessed from within an Azure virtual network, it is desirable from a security standpoint to … ?
block all internet access to the storage account
- Blocking internet access to a storage account
- Creating virtual network service endpoints and private service endpoints for the storage account
What are two benefits to this configuration ?
Improved security
Optimized routing
What are the two steps to configuring a virtual network service endpoint for a storage account ?
- Choose the Vnet (and its subnet). Activate the storage account service endpoint
- Choose the storage account. Select the Vnet and its Subnet to whom it will grant access
By default, no public read access is enabled for anonymous users to the storage accounts, and only users with rights granted through RBAC or with the storage account name and key will have access to the stored blobs.
To enable anonymous user access, you must change the container access level.
What are the three options for access level of a container ?
Private
Container
Blob
True or false : By default, anonymous users have read access to blobs
False - By default, no public read access is granted for anonymous users
By default, who can access stored Blobs ?
Only users with rights granted through RBAC or with the storage account name and key
True or false : The access level is configured separately on each Blob container
True
A(n) …………………………………………… is a URI query string parameter that grants access to specific containers, blobs, queues, and tables.
shared access signature token (SAS token)
What should I use to grant access to a client that should not have access to the entire contents of the storage account (and therefore, should not have access to the storage account keys) but still requires secure authentication ?
A shared access signature token (SAS)
What protocol is recommended for SAS token usage ?
HTTPS
What are the three types of storage blobs ?
Block blobs
Append blobs
Page blobs
True or false : The storage account name must be unique across all existing storage account names in Azure.
True
What are the two performance tiers of a storage account ?
Standard
Premium
General Purpose V2 General Purpose V1 Blob Storage Block Blob Storage File Storage
With a standard tier storage account, which account types may I choose ?
General Purpose V2
General Purpose V1
Blob Storage
General Purpose V2 General Purpose V1 Blob Storage Block Blob Storage File Storage
With a premium tier storage account, which account types may I choose ?
General Purpose V2
General Purpose V1
Block Blob Storage
File Storage
Makes three synchronous copies of your data within a single datacenter.
This replication option describes…
A) LRS B) ZRS C) GRS D) RA-GRS E) GZRS E) RA-GZRS
A) LRS
Makes three synchronous copies to three separate availability zones within a single region.
This replication option describes…
A) LRS B) ZRS C) GRS D) RA-GRS E) GZRS E) RA-GZRS
B) ZRS
This is the same as LRS (three local copies), plus three additional asynchronous copies to a second datacenter hundreds of miles away from the primary region.
This replication option describes…
A) LRS B) ZRS C) GRS D) RA-GRS E) GZRS E) RA-GZRS
C) GRS
This has the same capabilities as GRS, plus you have read-only access to the data in the secondary datacenter.
A) LRS B) ZRS C) GRS D) RA-GRS E) GZRS E) RA-GZRS
D) RA-GRS
What are the three access TIERS for Blob storage?
Hot
Cool
Archive
What is the simplest way to manage your storage account ?
Access keys