Azure-docs: Possible error in text

Created on 25 Aug 2020  Â·  2Comments  Â·  Source: MicrosoftDocs/azure-docs

I think there is an error on the page. This line:
$filter=(PartitionKey eq 'Sales') and (RowKey ge 'empid_000123') and (RowKey lt 'empid_000124')&$select=RowKey,Manager Rating,Peer Rating,Comments

probably should be corrected to something like this:
$filter=(PartitionKey eq 'Sales') and (RowKey ge 'empid_000123') and (RowKey lt '000123_2012')&$select=RowKey,Manager Rating,Peer Rating,Comments


Document Details

⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Pri2 cxp doc-bug storagsvc tablesubsvc triaged

All 2 comments

@lisamariet
Thanks for the feedback! We will update the document accordingly.

@lisamariet The PR request has been initiated and it will be updated soon .
We will now proceed to close this thread. If there are further questions regarding this matter, please tag me in your reply. We will gladly continue the discussion and we will reopen the issue.

Was this page helpful?
0 / 5 - 0 ratings