<aside> π‘ Storage β One of the foundational technologies on which much is built. Many resources need storage to work.
</aside>
<aside> π‘ Azure storage account β General purpose v2(gpv2) is the most common type
</aside>
<aside> π‘ Azure Data lake Storage β Cheapest type of storage, Pay per GB.
</aside>
<aside> π‘ BLOB is a βbackronymβ for Binary Large Object.
</aside>
<aside> π‘ A collection of binary data. That binary data could be in the form of a file ( stored in a storage account ) or data stored in a database.
</aside>
<aside> π‘ In AWS, Storage Account is a Simple storage service (S3).
</aside>
<aside> π‘ Redundancy β ZRS β Makes a copy of the data, through available zones in the region.
</aside>
<aside> π‘ Security β Legacy configuration is through account key access, a forward approach would be to use Active Directory.
</aside>
<aside> π‘ Access tier β Cool access cost half of hot access, but the price for opening a file is higher that the hot one.
</aside>
<aside> π‘ Containers β Subdivision where the files are stored.
</aside>
<aside> π‘ Shared Access Signature (SAS) β Useful to control access to certain resources.
</aside>
<aside> π‘ Life-cycle management β Allows changing the tier of a file (from hot to cool, cool to archive, etc).
</aside>
<aside> π‘ Is a tool that you can use to copy blobs or files to/from a storage account
</aside>