Knowledge check

  1. What is the first step that you would take in order to share an image file as a blob in Azure Storage?
    • Create an Azure Storage container to store the image.
    • Create an Azure Storage account.
      That’s correct.
      You must create an Azure Storage account before you can use any Azure Storage features.
    • Upload the image file and create a container.
    • Use a Shared Access Signature (SAS) token to restrict access to the image.
  2. Which Azure Storage option is better for storing data for backup and restore, disaster recovery, and archiving?
    • Azure Files Storage
    • Azure Disk Storage
    • Azure Blob Storage
      That’s correct.
      Azure Blob Storage is your best option for storing disaster recovery files and archives.

<