Implement and manage storage Flashcards
How many subscriptions can a storage account belong to?
1 and only 1
What are the requirements for a storage account name?
Globally unique.
What is the role of regions in with storage accounts?
A storage account must be assigned to a single region. The consumer and the region should be as close as possible geographically to maximise performance. Regions are subject to the local legal requirements so European companies should choose an eu emmener region to minimise the impact of the GDPR legal restrictions.
What is redundancy when referring to storage?
Redundancy refers to the duplication of data in multiple locations to ensure that data is not lost in case of a problem within the primary data center.
What is LRS?
Locally redundant storage- have multiple redundant data duplication with the same data centre
What is GRS?
Geo-redundant storage, data redundancy in a secondary region.
What is ZRS?
Zone redundant storage, data duplication in other zones of the same region.
What is GZRS?
Globally zone redundant storage, includes zone and region redundancy. The safest option and recommended for all critical data scenarios.
How does pricing work when it comes to storage?
Premium (SSD) /Standard (Magnetic) hot -> cool -> archive
Pricing changes depending on usage and prices different for 0-50tb per month, 50-500tb and over 500tb per month
What does the checkbox ‘Make read access to data available on the event of regional unavailability’ do when creating a storage account?
It will give the user a read only url which can be used to read ( and only read) data from one of the redundancy data stores.
What is the difference between an unmanaged storage account and a managed one?
Managed Disks = are managed by Microsoft Azure and you don’t need any storage account while created new disk. Since the storage account is managed by Azure you do not have full control of the disks that are being created.
Un-managed Disks = is something which requires you to create a storage account before you create any new disk. Since, the storage account is created and owned by you, you have full control over all the data that is present on your storage account. Additionally, you also need to take care of encryption, data recovery plans etc.
Why are storage account keys called claims based security?
Because if you have a key, you have a claim.
What is enable hierarchical namespace in the advanced tab when creating a new storage account and why would you activate/disable it?
To use Data Lake Storage Gen2 capabilities, you must create a storage account that has a hierarchical namespace.
What is the maximum default size of an azure file share ?
5tb. If you want larger you need to select ‘enable large file shares’ in the advanced tab of of the storage account creation process.
What does it mean that public access is enabled from all networks?
The network has no limitations on where traffic can come from or go to however the authentication and authorisation is still required to access the data. So you would still need to authenticate with azure Active Directory or use access keys to access the data. The door is there but it is locked.
What is a private endpoint/ private link?
Private endpoints provide direct network links between azure resources. If public access from all networks is disabled, you can either use a network firewall or connect resources using private endpoints. Private endpoints are considered the most restricted and therefore most secure solution to networking between azure resources.
What is network routing?
Where does you network data travel? On the public internet? On Microsoft network avoiding public internet? Generally internet routing carried more risk of data leaks as the public internet is not under the control of Microsoft ( therefore Microsoft network is a more secure option)
When creating a storage account, what is the data protection tab’s soft delete option?
Deleting marks a file for deletion rather than actually deleting it. The default days to wait before actually deleting the marked for delete files is 7 and there is an independent setting for blobs, containers and file shares.
When creating a storage account, what is the data protection tab’s tracking section?
Enables version control of the data on the storage account. This does duplicate data and will incur an increased storage cost but you will be able to restore previous versions of your data.
When creating a storage account, what is the data protection tab’s enable change feed in the tracking section?
It’s a kind of logging of changes to the blob data over time.
When creating a storage account, what is the data protection tab’s access control section?
Its offers an enable version level immutability support to lock your files in place . Good usage examples for this would be log files where you want to ensure that no one is tampering with the files.
What are the two main encryption types as seen on the encryption tab of the create storage account options/ parameters?
Microsoft Managed Keys MMK and Customer Managed Keys CMK. When MMK is selected there are no other parameters to select. If CMK is selected ( maybe due to company policy) you can either set up a key vault or point to a key vault.
You can choose the scope of encryption to cover just the stored data (blobs or files) or everything including queues, tables as well as blobs or files)
What is infrastructure encryption ( as seen in the encryption tab of the create storage account wizard)?
Infrastructure encryption is hardware encryption of the data as a secondary layer of encryption . This means that the data needs decrypted twice before it is usable and therefore twice as difficult to hack.
How can you access the JSON representation of your storage account?
Via the download a template link on the review tab of the create storage account wizard.