Posts

Showing posts with the label AZ-900

AZ-900 - Microsoft Azure Fundamentals Study Notes

  Storage Blob storage is a flat structure used for unstructured data (images, videos etc) and is normally used for large objects. Azure file storage and Azure Data Lake storage are hierarchical file storage similar to SMB shares, both of which you can do shares on Azure Queue Storage, A data store for queuing and reliably delivering messages between applications Azure Table Storage, Table storage is a server that stores non-relational structured data (also known as structured NoSQL data) in the cloud, providing a key/attribute store with schemaless design. LRS = Always 3 copies of the data but always in the same building ZRS = Always 3 copies of the data in the but in different zones GRS = Always 3 copies of the data, 3 in the primary region then 3 in another region GZRS = Always 3 copies of the data in the primary region over different zones then the same at the secondary region Premium only allows LRS and ZRS Azure File Sync allows you to sync on prem servers with an Azure share...