Q: 9
You need to create an Azure resource to store data in Azure Table storage. Which command should you run?
Options
Discussion
Option B D is a common trap since container creation only works for blob storage, not Table storage, right?
B.
B. not D. The question wants Table storage, but D is for blob containers which is a common pitfall on the exam. Pretty sure creating the storage account with B is first step here.
Probably B here. You have to set up the storage account before you can use Table storage in Azure.
Option D always confusing with these az commands. I picked
az storage container create thinking it would work for Table storage too. Saw similar wording in some practice tests.Its B - the storage account is needed for Table storage, not D. D is for blobs, common trick on DP-900 questions.
I don't think D is correct here, it's B. D is about blob containers which isn't what Table storage uses.
Had something like this in a mock, pretty sure it's B.
I don't think D is right. "az storage container create" is for blob containers, not Table storage. Table needs a storage account first (which is B). It's a pretty common trap on the exam, agree?
Hmm, I think it should be B since you have to create the storage account before you can use any of the Table storage features. The other options look like they're for blob or file stuff. Not 100% sure though, could see why D might confuse.
Be respectful. No spam.