nerdexam
Microsoft

AZ-204 · Question #152

A development team is developing an application that works with Azure Table storage. Below are some of the rows in the table Is the below.Net Code query Same as executing the below REST API call…

The correct answer is A. Yes. https://docs.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities

Submitted by olafpl· Mar 30, 2026Develop for Azure storage

Question

A development team is developing an application that works with Azure Table storage. Below are some of the rows in the table Is the below.Net Code query Same as executing the below REST API call along with a valid Shared Access Signature https://whizlabsstore.table.core.windows.net/Customer(PartitionKey='James',RowKey='Smith')

Exhibit

AZ-204 question #152 exhibit

Options

  • AYes
  • BNo

How the community answered

(38 responses)
  • A
    79% (30)
  • B
    21% (8)

Explanation

https://docs.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities

Topics

#Azure Table storage#REST API#PartitionKey#RowKey query

Community Discussion

No community discussion yet for this question.

Full AZ-204 Practice