Azure table storage: DataServiceClientException - “The condition specified using HTTP conditional header(s) is not met.”

StackOverflow https://stackoverflow.com/questions/2610813

  •  25-09-2019
  •  | 
  •  

Question

we have just deployed an Azure App and are getting these errors when updating an object in TableStorage?

Any ideas?

Thank you!

Was it helpful?

Solution

Any code sample? Which language are you .NET?

Anyhow, you most likely didn't complete or have an error in the HTTP request header.

Possible problem:

  • Content-Length not the good value
  • Content-Type not set
  • Authentification header missing
  • If-Match:* missing in case of an update/merge/delete
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top