Microsoft Azure Data Fundamentals — Question 71
You need to create an Azure resource to store data in Azure Table storage.
Which command should you run?
Answer options
- A. az storage share create
- B. az storage account create
- C. az cosmosdb create
- D. az storage container create
Correct answer: B
Explanation
The correct answer is B, as creating a storage account is essential for utilizing Azure Table storage. Options A and D relate to different types of storage resources, while C pertains to Azure Cosmos DB, which is not the correct storage solution for Azure Table storage.