108k views
0 votes
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 is unlikely the storage account would ever need to be removed and recreated because this would delete all the user videos. 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

User Samu
by
7.9k points

1 Answer

3 votes

Final answer:

The Azure Portal, Option A is the fastest and easiest tool to create an Azure storage account for video content, with a user-friendly graphical interface.

Step-by-step explanation:

The tool likely to offer the quickest and easiest way to create the Azure storage account for storing video content in Azure Blobs is the Azure Portal. The Azure Portal is a web-based application that provides a user-friendly graphical interface for managing Azure resources. Creating a storage account through the portal involves just a few clicks and the filling out of required fields in a form, making it an intuitive process for users who may not be familiar with scripting or command-line tools.

Alternatively, more technical users can opt for the Azure CLI or Azure PowerShell, both of which allow for scripting and automation of the creation process. For repeated deployments, automation with these tools might save time in the long run, but for a one-time creation, the Azure Portal is generally the fastest and easiest method.

User Tim Snowhite
by
8.0k points