What are benefits of Azure Storage ?
Azure storage is the great way to store your structured ( CSV , text) semi structured (json , XML ) and unstructured (audio, video) data on cloud with below benefits....
1. Durable and highly available :
Azure provides us durability to copy data in multiple locations across zones , geography etc.
So we can create multiple copies of data which can be good in disaster recovery.
2. Secure
Whatever data you store on cloud is stored in encrypted form even when you retrieve data it travels on network in encrypted form only.
3. Scalable
Azure storage is highly scalable, you can increase reduce size of data or file accordingly and you will be charged on the basis of data size only .
So if you want to store 100 gb data then you can store it in azure and after months if you need to store 10 gb only then Azure will scale down it accordingly.
4. Managed services
We don't have to worry about performance, patching , maintenance because it will be managed by Azure .
5 Accessibility
You can access storage account using rest api , power shell script or URL.
Comments
Post a Comment