What is blob name in Azure storage?
Category:
technology and computing
databases
Blob Names
A blob name can contain any combination of characters. A blob name must be at least one character long and cannot be more than 1,024 characters long, for blobs in Azure Storage. The Azure Storage emulator supports blob names up to 256 characters long. Blob names are case-sensitive.
Besides, what is azure blob storage?
Azure Blob storage is a service for storing large amounts of unstructured object data, such as text or binary data. Common uses of Blob storage include: Serving images or documents directly to a browser. Storing files for distributed access. Streaming video and audio.
In this regard, what are the different types of blobs in Azure Blob Storage?
Azure Storage offers three types of blob storage: Block Blobs, Append Blobs and page blobs. Block blobs are composed of blocks and are ideal for storing text or binary files, and for uploading large files efficiently.
Create a container
- Navigate to your new storage account in the Azure portal.
- In the left menu for the storage account, scroll to the Blob service section, then select Containers.
- Select the + Container button.
- Type a name for your new container.
- Set the level of public access to the container.