Issue with TableClient getEntity throwing NotImplemented error

Sulabh 6 Reputation points
2022-07-28T22:21:27.39+00:00

I have an Azure function that adds an entity to an Azure data table and when called with different parameters tries to retrieve entities. The code to add entities is working as expected. However, on reading the entity, it throws a NotImplemented error with this message
The requested operation is not implemented on the specified resource.

The line where the error is thrown is client.getEntity(rowKey, partitionKey)

Is there some setup I need to account for in my storage account such that I can add entries but not read? I'm out of ideas so any pointers are welcome. Thanks!

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
156 questions
{count} vote