How to Create Blob service in Azure Storage Account

Azure Blob storage is a service for storing large amounts of unstructured object data, such as text or binary data. You can use Blob storage to expose data publicly to the world, or to store application data privately. Common uses of Blob storage include:

  1. Serving images or documents directly to a browser.
  2. Storing files for distributed access.
  3. Streaming video and audio.
  4. Storing data for backup and restore, disaster recovery, and archiving.
  5. Storing data for analysis by an on-premises or Azure-hosted service.

 

 

Fig 1

 

  • Click on Blob service.

 

Fig 2

 

  • Click on Container.

 

Fig 2

 

  • Provide the new container name.
  • click on create.

 

Fig. 3

 

  • Click on new container name.

 

Fig. 4

 

  • Click on Upload.

 

Fig. 5

 

  • Select a file.
  • Then click on Upload.

 

Fig. 6

 

Leave a Reply