You develop a web application that uses table storage in Azure.
You create a storage account named Contoso that stores a table named CityPopulationData.
The web application stores entities in this table.
You need to query the table data by using OData.
Which URL should you use?
A.
http://contoso.table.core.windows.net/citypopulationdata
B.
http://contoso.table.core.windows.net/odata/citypopulationdata
C.
http://azurestorage.table.core.windows.net/contoso
D.
http://microsoft.table.core.windows.net/contoso
E.
http://azure.table.core.windows.net/contoso/citypopulationdata
A
A is correct.
correct answer A
Correct answer is A
a is correct answer
URL format: Code addresses tables in an account using this address format:
http://.table.core.windows.net/
URL format: Code addresses tables in an account using this address format:
http://storage_account.table.core.windows.net/table