Gets the job done
March 26, 2022

Gets the job done

Anonymous | TrustRadius Reviewer
Score 9 out of 10
Vetted Review
Verified User

Overall Satisfaction with Azure Blob Storage

Azure Blob Storage is equivalent to Amazon's S3, but better because it supports HTTPS. It lets us host files of any size and automatically replicates them across several regions. It offers various tiers of storage so we can choose the price/performance we want based on our business requirements. It has robust access controls to ensure only the correct program/person accesses the files.
  • Flexible access control with Shared Access Signatures.
  • Encryption of files.
  • Serving files encrypted in transit (HTTPS).
  • Would be nice if it offered an S3 API for easier portability.
  • Would be nice if it was cheaper.
  • File (blob) storage from anywhere.
  • Access control.
  • Easy replication and encryption.
  • Allowed us to store files more cheaply than on-prem.
  • Allowed us to store files securely.
  • Allowed us to transport files with HTTPS easily.
Azure Blob Storage is the best choice to store files when the app runs in Azure. It also has some advantages over S3, like Shared Access Signatures, that make it easy to control access to files directly via a URL. Azure Blob Storage is very fast and we have not had any major issues with it after using it for several years.

Do you think Azure Blob Storage delivers good value for the price?

Yes

Are you happy with Azure Blob Storage's feature set?

Yes

Did Azure Blob Storage live up to sales and marketing promises?

Yes

Did implementation of Azure Blob Storage go as expected?

Yes

Would you buy Azure Blob Storage again?

Yes

Azure App Service, Azure Kubernetes Service (AKS), Amazon Elastic Container Service (Amazon ECS)
Azure Blob Storage is great for storing files of all types and making them accessible anywhere across the world. Shared access signatures can provide temporary access to a file, which is nice when compared to competitors like S3 since the access control is embedded in the URL, rather than needing to use an AWS identity.