Question - What are the different storage services available in Azure apart from Blob storage?
Answer -
Azure offers three other types of storage services, apart from Blob storage, table storage, queue Storage, and file storage.
Azure table storage: It allows the deployment of applications with semi-structured data and a key-value store, which is NoSQL-based.
Used when there is a requirement for applications with a flexible data schema
Emphasis is on enterprise-level data and strongly follows consistent models
Data is in terms of entities grouped under tables
Azure queue storage: The message queue system is capable of handling large workloads through the development of flexible and durable applications.
Ensures that the applications are scalable and less likely to have component failures
The queue monitoring helps the application ensure that the requirements are met
Azure file storage: It offers file sharing and access using server message block (SMB) protocol. The data is secured with SMB 3.0 and HTTPS.
Improves the performance of on-premise applications
Azure takes care of OS deployments and hardware management