You need to store data by using Azure Table storage. What should you create first?
Answer options:
A. an Azure Cosmos DB instance
B. a storage account
C. a blob container
D. a table
Answer correct:
B
First create an Azure storage account, then use Table service in the Azure portal to create a table. Note: An Azure storage account contains all of your Azure Storage data objects: blobs, files, queues, and tables. Reference: https://docs.microsoft.com/en-us/azure/storage/tables/table-storage-quickstart-portal https://docs.microsoft.com/en-us/azure/storage/common/storage-account-create