Skip to Content

AZ-104: Creating Azure Storage Accounts for Video-Editing Applications

Learn the quickest and easiest way to create Azure storage accounts for storing user-generated video content in a video-editing application.

Table of Contents

Question

Suppose you’re building a video-editing application that will offer online storage for user-generated video content. You’ll store the videos in Azure Blobs, so you need to create an Azure storage account to contain the blobs. Once the storage account is in place, it’s unlikely you would remove and recreate it because all the user videos would be deleted. Which tool is likely to offer the quickest and easiest way to create the storage account?

A. Azure portal
B. Azure CLI
C. Azure PowerShell

Answer

A. Azure portal

Explanation

The portal is a good choice for one-off operations like creating a long-lived storage account. The portal gives you a GUI containing all the storage-account properties and provides tool tips to help you select the right options for your needs.

The Azure portal provides a user-friendly, graphical interface which is quick and easy for creating and managing Azure storage accounts. While Azure CLI and Azure PowerShell can also be used, they require command line scripting which may not be as quick or easy for some users.

B is incorrect. To use the CLI, you would need to research the command used to create a storage account. You would also need to either install the CLI locally or sign in to the Cloud Shell. For a one-off operation like creating a storage account, the CLI is likely to take longer than using the Azure portal.

C is incorrect. To use Azure PowerShell, you would need to research the command used to create a storage account. You would also need to either install PowerShell and Azure PowerShell locally or sign in to the Cloud Shell. For a one-off operation like creating a storage account, it’s likely to take longer than using the Azure portal.

Microsoft Azure Administrator AZ-104 certification exam practice question and answer (Q&A) dump with detail explanation and reference available free, helpful to pass the Microsoft Azure Administrator AZ-104 exam and earn Microsoft Azure Administrator AZ-104 certification.