Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam DP-900 topic 1 question 32 discussion

Actual exam question from Microsoft's DP-900
Question #: 32
Topic #: 1
[All DP-900 Questions]

You need to create an Azure resource to store data in Azure Table storage.
Which command should you run?

  • A. az storage share create
  • B. az storage account create
  • C. az cosmosdb create
  • D. az storage container create
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️
Reference:
https://docs.microsoft.com/en-us/cli/azure/storage/container?view=azure-cli-latest

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
PanP
Highly Voted 2 years, 6 months ago
Ans is B for me. Due to no az storage table create in the selection. The best answer is B create storage account (first)
upvoted 79 times
Kanatius
11 months, 1 week ago
I don't even think that a container is considered as an "Azure Resource" (the Azure Resources come right after the resource group), so It should be storage account (an Azure Resource)
upvoted 2 times
...
amraneze
2 years, 2 months ago
Normally, they should write table but if it's not mentionned then account because you can't have a table in azure table without an azure storage account
upvoted 10 times
...
...
walkwolf3
Highly Voted 2 years, 6 months ago
It could be "az storage table create" https://docs.microsoft.com/en-us/cli/azure/storage/table?view=azure-cli-latest
upvoted 15 times
...
AGTraining
Most Recent 1 month, 3 weeks ago
az storage account create
upvoted 3 times
...
qasmi
2 months, 3 weeks ago
Selected Answer: B
To create resource first account needs to be created.
upvoted 2 times
...
BrennoVisk
3 months, 3 weeks ago
Selected Answer: B
Reply Chat gpt I apologize for the mistake in my previous answer. If option D is associated with creating storage containers in the context of Azure Table Storage, this would be an incorrect answer. Azure tables are part of the Azure Table Storage service, which does not use containers like Azure Blob Storage. The correct answer to storing data in Azure Table Storage would be to create an Azure Storage Account. Therefore, the correct option would be the letter B:
upvoted 2 times
...
masadamsahid
5 months, 4 weeks ago
Azure Table Storage doesn't need a container. AFAIK, container is created for a BLOB storage. Since Azure Table Storage isn't a BLOB storage, I don't think choice D is the right answer. And since there is no "az storage table create" choice, the most appropriate choice should be choice B. It's pretty reasonable since we need to create a subscription account first.
upvoted 2 times
...
james2033
6 months ago
Selected Answer: B
az storage account create https://learn.microsoft.com/en-us/cli/azure/storage/account?view=azure-cli-latest#az-storage-account-create
upvoted 2 times
...
nserge
6 months ago
B. Create an account https://learn.microsoft.com/en-us/azure/storage/tables/table-storage-how-to-use-powershell
upvoted 1 times
...
mrharveypotter
6 months, 2 weeks ago
Selected Answer: D
Totally agree with Trulysme, option "D".
upvoted 2 times
...
Trulysme
6 months, 3 weeks ago
Read the question carefully. It is intended to be confusing! It does ask to create a Azure Ressource within an Azure Table Storage. Which indicates that the account is allready created. In that case you would create a ressource which would be a CONTAINER. Meaning answere "D" is indeed the correct answere.
upvoted 4 times
masadamsahid
5 months, 4 weeks ago
AFAIK, container is only for a BLOB storage. Never heard a container could be created for a NoSQL resource such as Azure Table Storage.
upvoted 1 times
...
...
lfparauj0
7 months, 3 weeks ago
According to Chat GPT: To create an Azure resource to store data in Azure Table storage, you should run the following command: B. az storage account create Creating an Azure Storage Account is the initial step in setting up Azure Table storage. Once you have created the storage account, you can then work with tables and containers within that account to store and manage your data. Options A, C, and D do not directly create a storage account for Azure Table storage.
upvoted 1 times
...
AZFabio
7 months, 3 weeks ago
Selected Answer: B
Create a storage account, then a table within it
upvoted 1 times
...
mdkshah
7 months, 4 weeks ago
Selected Answer: B
To store data in Azure Table storage, you need to create an Azure Storage account first. You can create an Azure Storage account using the command az storage account create. This command creates a new storage account in Azure with the specified name, resource group, location, and other configurations such as the performance tier, replication type, and access control settings
upvoted 1 times
...
akhil5432
8 months, 3 weeks ago
option D
upvoted 1 times
...
sharmab5
9 months ago
B is correct
upvoted 1 times
...
ColoradoChick
9 months, 1 week ago
Agreed. The web page says it's the "container" (the green box), but that's for Blob storage. So the "most voted" is correct. You create a Storage Account Resource .... then you would use "az storage table create ..." to create the Table in the Storage Account
upvoted 1 times
...
HRKK
9 months, 4 weeks ago
B IS THE CORRECT ONE
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...