- 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.
- Windows Server 2012 Hyper-V:Deploying the Hyper-V Enterprise Server Virtualization Platform
- 從零開始寫Linux內(nèi)核:一書學(xué)透核心原理與實現(xiàn)
- 蘋果電腦玩全攻略 OS X 10.8 Mountain Lion
- 白話區(qū)塊鏈
- Windows Server 2012網(wǎng)絡(luò)操作系統(tǒng)企業(yè)應(yīng)用案例詳解
- Linux運(yùn)維最佳實踐
- 無蘋果不生活 The New iPad隨身寶典
- ElasticSearch Cookbook
- NetDevOps入門與實踐
- Linux設(shè)備驅(qū)動開發(fā)
- Linux基礎(chǔ)使用與案例
- INSTANT Galleria Howto
- Introduction to R for Quantitative Finance
- VMware vSphere 5.1 Cookbook
- Linux從入門到精通