Azure cloud storage
We have learned about EBS, EFS, and S3 in the AWS cloud, and PD, Filestore, and GCS in GCP. Azure has similar services. The following is a summary to help us review AWS/GCP storage and learn about Azure storage services.
Object storage
Here is a comparison of object storage for three clouds:
- AWS S3 offers multiple storage classes, Standard, Intelligent-Tiering, Glacier, and Glacier Deep Archive, each optimized for different use cases. S3 has object versioning and object life cycle management.
- GCP GCS provides multiple storage classes: Standard, Nearline, Coldline, and Archive. GCS offers object versioning and object life cycle management.
- Azure Blob Storage offers similar features to S3 and GCS. It includes Blob Storage, Archive Storage, and Premium Blob Storage tiers. Azure offers blob storage versioning and life cycle management as well.
File storage
The following is a comparison of file storage for three clouds:
- AWS EFS...