Developing Solutions for Microsoft Azure (AZ-204) Practice Exam

Disable ads (and more) with a membership for a one time $2.99 payment

Developing Solutions for Microsoft Azure Exam. Prepare with flashcards and multiple choice questions, get hints and explanations for each question. Ace your test prep!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

Practice this question and more.


What is the first step to share an image file as a blob in Azure Storage?

  1. Create an Azure Storage container to store the image.

  2. Upload the image file and create a container.

  3. Use a Shared Access Signature (SAS) token to restrict access to the image.

  4. Create an Azure Storage account.

The correct answer is: Create an Azure Storage account.

The first step to share an image file as a blob in Azure Storage is to create an Azure Storage account. This is essential because, without an Azure Storage account, you do not have a dedicated space to store any blobs, including images. The Storage account acts as a top-level container that provides the necessary services, security, and management features required for storing and accessing blobs. Once the Storage account is created, other actions, such as creating a container and uploading the image file, can take place. These subsequent actions rely on the existence of the Storage account, thus making it a crucial first step in the process of sharing files as blobs in Azure.