Aleksander K.
AK
Aleksander K.
System & Software Architect
Small-Business (50 or fewer emp.)
"A professional and secure way to store blobs in cloud"
4.5/5
What do you like best about Azure Blob Storage?

It is a secure way to store business critical files. By default it replicates at least 3 times your data. Review collected by and hosted on G2.com.

What do you dislike about Azure Blob Storage?

The administration is a little tricky, Now there are a RBAC but previously it was only the SAS tokens. There is no simple way to use custom domain with SSL certifiantes - have to use CDN Review collected by and hosted on G2.com.

Verified User in Information Technology and Services
II
Verified User in Information Technology and Services
Small-Business (50 or fewer emp.)
"Best File or Blob storing platform"
4.5/5
What do you like best about Azure Blob Storage?

Microsoft Azure Blob Storage provides the secure cloud platform to store Blob or files.

It also have ease of working. Review collected by and hosted on G2.com.

What do you dislike about Azure Blob Storage?

Microsoft Azure Blob Storage is somehow expensive If we do int have much amount of data to acess Review collected by and hosted on G2.com.

Verified User in Information Technology and Services
II
Verified User in Information Technology and Services
Mid-Market (51-1000 emp.)
"Best Platform to store file data"
4.5/5
What do you like best about Azure Blob Storage?

Best thing about Azure blob storage is that we don't need to use Our internal memory Review collected by and hosted on G2.com.

What do you dislike about Azure Blob Storage?

The thing that I dislike is that Azure blob storage is quite expensive Review collected by and hosted on G2.com.

Verified User in Information Technology and Services
II
Verified User in Information Technology and Services
Small-Business (50 or fewer emp.)
"Good platform to store various blobs or files in the could"
4/5
What do you like best about Azure Blob Storage?

Best thing in Microsoft Azure Blob Storage is that it saves the internal memory and every data on cloud Review collected by and hosted on G2.com.

What do you dislike about Azure Blob Storage?

Microsoft Azure Blob Storage depend upon Internet so blob might get missed Review collected by and hosted on G2.com.

Verified User in Information Technology and Services
UI
Verified User in Information Technology and Services
Mid-Market (51-1000 emp.)
"Very good software for storing media files"
4.5/5
What do you like best about Azure Blob Storage?

Very useful and easy to use with projects to storing and retrieve media files. Review collected by and hosted on G2.com.

What do you dislike about Azure Blob Storage?

Sometimes taking too long to open if we dont open it as administrator. Review collected by and hosted on G2.com.

RG
Robert G.
Senior Software Engineer at DataArt
Information Technology and Services
Enterprise (> 1000 emp.)
"Azure Blob Storage many "how to use" scenarious availible for you."
4.5/5
What do you like best about Azure Blob Storage?

Blob storage is one of services of Azure storage service, by using it you can share your data like a pictures, video music, different documents. Nex thing you can is store big data as raw data, logs and so on and at the end you can to store your backups, such as backups of SQL Server. You can access files you safed from anywhere by using the URL, REST interface, or one of the Azure SDK storage client libraries. Storage client libraries are available for multiple languages, including Node.js, Java, PHP, Python, Ruby and .NET. If you can allow you to use premium price tier your data can be safed on fastest SSD drives. Review collected by and hosted on G2.com.

What do you dislike about Azure Blob Storage?

If you really need to send a lot of data to Blob storage you should using old good method like sending your hard drives to one of Microsoft data center. You should pay for outgoing traffic. Review collected by and hosted on G2.com.

FK
Fedor K.
Web Developer
Information Technology and Services
Enterprise (> 1000 emp.)
"Good storage for Big Data and whatever you need"
4/5
What do you like best about Azure Blob Storage?

BLOB storage is a good solution to keep any kind of data on Azure. It also provides great speed and secure access management without publicly exposing storage keys. You can control user access using storage access signature tokens, that allows you provision of temporary access with desired user rights and without user impersonation. Different redundancy options allows keep your data secure from being lost per natural disasters and different outages, also you can replicate your data to different regions to be used by locally situated workloads, like Web Applications. VNet endpoints allows you to keep your data accessible for Azure located application like it is places on local resources without going through public endpoints. Review collected by and hosted on G2.com.

What do you dislike about Azure Blob Storage?

speed of transferring data between Azure regions is slower than transferring from on-premise location to Azure via public internet Review collected by and hosted on G2.com.

DP
Daniel P.
Software Engineer
Information Technology and Services
Enterprise (> 1000 emp.)
"Maybe the best cloud storage experience"
4/5
What do you like best about Azure Blob Storage?

BLOB Storage is very fast and allows access in very secure way, even being accessible through public URL, you need to have storage access key or SAS token to access it. You can integrate it with API of your application so when user needs access, application generating SAS token with required access level and redirects users there. Token have limited lifetime, so when it expires it can`t be used to access BLOB Storage anymore. It can be used to keep files of SQL Server databases installed on Azure virtual machines, in this case speed of work with these files increases significantly and performance grows. You can manage your BLOBs directly from Azure portal, but you can also use Storage Explorer tool to make your work more smooth. Solution is very easy to deploy and it is ready for use right after deployment and does not requires lot of additional configuration. you can select needed redundancy options for your storage, to keep your data safe even from disaster events on Azure datacenters Review collected by and hosted on G2.com.

What do you dislike about Azure Blob Storage?

Downloading lot of data out of Azure can be expensive activity. Review collected by and hosted on G2.com.

MT
Michael T.
Project Manager
Information Technology and Services
Enterprise (> 1000 emp.)
"Multipurpose cloud storage"
5/5
What do you like best about Azure Blob Storage?

The best thing in BLOB store is variety of use types. You can keep your VHD files, backups, application files, source code and packeages and whatever you need. You can even put data files for your SQL Server databases and attach these to SQL Server running at Azure Virtual Machine, and it will give you significant increase of speed. Security options are great, you can grant and revoke access using powershell, you can even create tokens for temporary access, so you will not need to revoke access, when token expires. Virtual Network integration was added recently, so your storage can be accessed within VNET, without need to send traffic outside of your resource group. Different replication options can provide data resiliency on desired level without unneeded spend of funds. Different access methods could be useful in different cases. You can access your storage using PowerShell, Azure Portal, Storage Explorer tool by Microsoft and even SQL Server Management Studio. The last one is very useful when you are using BLOB storage paired with SQL Server, so you can manage both from single window. Review collected by and hosted on G2.com.

What do you dislike about Azure Blob Storage?

Paid outgoing traffic from Azure, you can put anything to BLOB storage for free, but you will be charged for getting it back. Review collected by and hosted on G2.com.

VR
Victor R.
DevOps
Computer Software
Enterprise (> 1000 emp.)
"Super Fast storage for any kinds of your data"
5/5
What do you like best about Azure Blob Storage?

BLOB storage is universal, you can keep any files as Binary Large Objects (BLOBs) and grant and revoke access with SAS tokens. Different pricing tiers allows you to control storage availability, protection and usage according for your needs, and save the costs of unused options. All BLOBs could be accessed directly from Azure Portal or using Azure Storage Explorer. Storage is very fast, much more fast than even SSD drives of your virtual machines. Actually these drives are also BLOBs, so you can move these betwenn machines simple detaching and attaching corresponding BLOBs. BLOB can be at hot and cold tiers, for operational and archive data respectively, so you can get even less costs of keeping unused historical data there. Very low price, even top storage types will be much cheaper than physical storage shelves in on-premise data center. Lost of different possible usages allows flexible planning of your budget for Azure Review collected by and hosted on G2.com.

What do you dislike about Azure Blob Storage?

Outbound traffic from Azure is not free, so if you need to extract big amount of your data from BLOB storage to on-premise environment, it can affect your monthly costs. Review collected by and hosted on G2.com.