Learn how to create an Azure storage account for storing user-generated video content using the Azure portal, Azure CLI, or Azure PowerShell.
Table of Contents
Question
Your company is building a video-editing application that will offer online storage for user-generated video content. The videos will be stored in Azure Blobs. An Azure storage account will contain the blobs. It’s unlikely the storage account would ever need to be removed and recreated. 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 provides a GUI containing all the storage-account properties and provides tool tips to help select the right options for the organization’s needs.
The Azure portal is a web-based graphical user interface that allows users to create and manage Azure resources. It is the simplest and most convenient way to create a storage account, as it does not require any scripting or command-line skills. The Azure portal also provides a visual feedback of the creation process and the properties of the storage account. The Azure CLI and Azure PowerShell are command-line tools that can also be used to create a storage account, but they require more steps and knowledge of the syntax and parameters.
B is incorrect. To use the CLI, would first require researching the command to create a storage account.
C is incorrect. To use Azure PowerShell, would first require researching the command to create a storage account. Then either install PowerShell locally or login to the Cloud Shell.
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.