<aside> 🟩

Types of data

</aside>

fedfwef_enhanced.jpg

  1. Structured Data
  2. Semi-Structured Data
  3. Unstructured Data

Screenshot 2024-12-04 at 6.31.23 PM.png

<aside> 🟩

Azure Storage Services

</aside>

info.webp

| Azure Storage Service | Blob Storage (Binary Large Object) | File Storage | Table Storage | Queue Storage | | --- | --- | --- | --- | --- | | What it Does | Stores files, images, and videos. | Shares files like a network drive. | Stores key-value data. | Holds messages for app tasks. | | Data Structure Type | Unstructured | Semi-structured | Structured | Semi-structured | | Best For | Backups and media storage. | Sharing files across users. | Simple app data storage. | Managing task queues in apps. | | Example | Storing uploaded photos. | Sharing team documents. | Storing user profiles. | Processing orders in an app. |

Screenshot 2024-12-15 at 11.02.03 PM.png

<aside> 🟩

Create Storage Account ( Blob Storage )

</aside>