- Microsoft Azure Administrator:Exam Guide AZ-103
- Sjoukje Zaal
- 202字
- 2021-06-24 14:02:04
Azure blob storage
Azure blob storage offers unstructured data storage in the cloud. It can store all kinds of data, such as documents, VHDs, images, and audio files. There are two types of blobs that you can create. One type is page blobs, which are used for the storage of disks. So, when you have a VHD that needs to be stored and attached to your VM, you will have to create a page blob. The maximum size of a page blob is 1 TB.
The other type is block blobs, which basically cover all the other types of data that you can store in Azure, such as files and documents. The maximum size of a block blob is 200 GB. However, there is also a third blob type named append blob, but this one is used internally by Azure and can't be used in order to store actual files. There are a couple of ways that you can copy blobs to your blob storage account. You can use the Azure portal (only one at a time) or Azure Storage Explorer, or you can copy your files programmatically by using .NET, PowerShell, the CLI, or by calling the REST API.
- Linux設備驅(qū)動開發(fā)詳解:基于最新的Linux4.0內(nèi)核
- pcDuino開發(fā)實戰(zhàn)
- Kubernetes修煉手冊
- Containerization with LXC
- 每天5分鐘玩轉(zhuǎn)Kubernetes
- 新手易學:系統(tǒng)安裝與重裝
- Implementing Azure DevOps Solutions
- Android物聯(lián)網(wǎng)開發(fā)細致入門與最佳實踐
- Learning Magento 2 Administration
- INSTANT Migration from Windows Server 2008 and 2008 R2 to 2012 How-to
- Linux基礎使用與案例
- 分布式系統(tǒng)設計實踐
- OpenVZ Essentials
- Learn Quantum Computing with Python and IBM Quantum Experience
- VMware vSphere 5.1 Cookbook