Azure Fundamentals (AZ-900)

Last Updated: 1/2/2023

Create a Storage Blob

Create a storage account

  • Sign in to the Azure portal
  • Click Create a resource.
  • Under Categories, select Storage.
  • Under Storage Account, select Create.
  • On the Basics tab, fill the following information
    • Choose Subscription
    • Choose Resource Group or Create New
    • Enter a unique storage account name: learnaz900
    • Choose Performance: Standard
    • Choose Redundancy: Locally Redundant Storage (LRS)
  • Reivew and Create

Work with blob storage

  • Go to resource
  • In sidebar menu > Data Storage > Containers
  • Click Add Container
  • Enter name: images
  • Click Create
  • Select the container images
  • Click upload
  • Choose a file and upload
  • Select the file
  • On properties tab, copy the URL from the URL field and paste it into a new tab.

Change the access level of your blob

  • Go to the container properties
  • Click Change access level
  • Choose Blob anonymous read access for blob only
  • Click OK
  • Browse the file again