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
In v2 the answer was B, but there were comments that A is correct.
https://equizzing.com/microsoft/which-url-should-you-use-11/