You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which service(blob, file, queue, table) does this issue concern?
Table
Which version of the Azurite was used?
3.31.0
Where do you get Azurite? (npm, DockerHub, NuGet, Visual Studio Code Extension)
DockerHub
What's the Node.js version?
NA -- Came w/ docker image
What problem was encountered?
{Azure.RequestFailedException: The query condition specified in the request is invalid.
RequestId:c4e94892-fb90-4649-82d3-9598e3e6200a
Time:2024-08-09T14:10:35.536Z
Status: 400 (Bad Request)
ErrorCode: InvalidInput
Content:
{"odata.error":{"code":"InvalidInput","message":{"lang":"en-US","value":"The query condition specified in the request is invalid.\nRequestId:c4e94892-fb90-4649-82d3-9598e3e6200a\nTime:2024-08-09T14:10:35.536Z"}}}
at Azure.Data.Tables.TableRestClient.QueryAsync(String nextTableName, QueryOptions queryOptions, CancellationToken cancellationToken)
at Azure.Data.Tables.TableServiceClient.<>c__DisplayClass34_0.<b__0>d.MoveNext()
-...
More stack:
" at Azure.Data.Tables.TableRestClient.d__8.MoveNext()\r\n at Azure.Data.Tables.TableServiceClient.<>c__DisplayClass34_0.<b__0>d.MoveNext()\r\n at Azure.Core.PageableHelpers.FuncAsyncPageable1.<AsPages>d__4.MoveNext()\r\n at Azure.Core.PageableHelpers.FuncAsyncPageable1.d__4.System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult(Int16 token)\r\n at Azure.AsyncPageable1.<GetAsyncEnumerator>d__6.MoveNext()\r\n at Azure.AsyncPageable1.d__6.MoveNext()\r\n at Azure.AsyncPageable`1.d__6.System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult(Int16 token)\r\n at HealthChecks.Azure.Data.Tables.AzureTableServiceHealthCheck.d__3.MoveNext()"
After switching to Azurite, using the default health checker that comes with the Aspire component for adding azure table storage, the health check is receiving a 400 bad request.
I have the same issue. Looks like this call from in health check class causes the exception: await _tableServiceClient .QueryAsync(filter: "false", cancellationToken: cancellationToken)
Which service(blob, file, queue, table) does this issue concern?
Table
Which version of the Azurite was used?
3.31.0
Where do you get Azurite? (npm, DockerHub, NuGet, Visual Studio Code Extension)
DockerHub
What's the Node.js version?
NA -- Came w/ docker image
What problem was encountered?
More stack:
Health check source code:
https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/blob/master/src/HealthChecks.Azure.Data.Tables/AzureTableServiceHealthCheck.cs
Steps to reproduce the issue?
After switching to Azurite, using the default health checker that comes with the Aspire component for adding azure table storage, the health check is receiving a 400 bad request.
Have you found a mitigation/solution?
Not yet
The text was updated successfully, but these errors were encountered: