Azure - Blobs
Azure - Blobs
Azure - Blobs
Block blobs are collection of individual blocks with unique block ID. The block
blobs allow the users to upload large amount of data.
Append blobs are optimized blocks that helps in making the operations efficient.
Page blobs are compilation of pages. They allow random read and write operations.
While creating a blob, if the type is not specified they are set to block type by
default.
All the blobs must be inside a container in your storage. Here is how to create a
container in Azure storage.
Create a Container
Step 1 − Go to Azure portal and then in your storage account.
Step 2 − Following command will let you access your account. You have to change the
fields highlighted in all the commands.
Step 3 − Run the following command. This will get you the details of you Azure
account. This will make sure that your subscription is all set.
Get-AzureSubscription
Step 4 − Run the following command to upload your file.
$localTargetDirectory = "C:\Users\Sahil\Downloads"
Step 2 − Download it.
Commands should be in one line or should be continued in the next line by appending
` in the preceding line (`is continuation character in PowerShell)