Skill 2.3 Configuring Azure files and Azure Blob Storage Flashcards
What is Azure Files
fully managed file share service that offers endpoints for the SMB protocol.
What is the default max size for Azure Files
5TiB per share but if you enable larger file shared then it can go up to 100 TiB
What are common use cases for Azure File Share
Migration of existing applications that require a file share for storage
Shared Storage of files, such as web content, log files, application configuration files, or even installation media
REplace an existing file server
What is the outbound port for Azure File service
445
Waht does Azure File Sync do
Extends Azure files to allow on-prem file services to be extended to Azure while maintaining performance and compatibility
What are the key features of Azure File Sync
Multi-Site Access
Cloud Tiering
Azure Backup integration
Fast Disaster REcovery
What does an Azure Sync Group do
defines the topology for how your file synchronization will take place. Within a sync group you will add server endpoints, which are file servers and paths wihtin the file server you want he sync group to sync with each other
What is Azure Blob storage used for
large-scale storage of arbitrary data objects such as media files, log files and so on
Describe the blob storage layout
Each storage account can have one or more blob containers and all blobs must be stored in a container
Containers are a similar concept to your hard drive on your computer in that they provide storage space fo data in your storage account
Within each container you can store blobs much as you would store files on hard drives
Describe page blobs
Optimized for Random Access read and write operations. Page blobs are used to store VHD files which are unmanaged disks with Azure virtual machines. The maximum page blob size is 8tb
Describe Block Blobs
Optimized for efficient uploads and downloads for videos, images, and other general-purpose file storage, Maximum size is more then 4.75 tb
Append Blobs
Optimized for append operations. Updating or deleting existing blocks in he blob is not supported. Up to 50,000 blocks can be added to each append blob, and each block can be up to 4mb in size for a max size of about 195 gb
What blob types can share a container
all three including page, block, and append
What can be used to create a blob contaienr
Azure storage explorer
What is the maximum retention period for a soft delete
365 days