PurgeInstanceHistoryAsync on local azure storage not working.
- Dominant language
- C#
- Stars
- 1.7k
- Forks
- 335
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 6
Description
Hi,
**Description**
When we try to purge the instances history on local azure storage, using the PurgeInstanceHistoryAsync(DateTime createdTimeFrom, DateTime? createdTimeTo, IEnumerable runtimeStatus) we receive an exception "BadRequest".
we are not able to find out what is wrong.
**Expected behavior**
We expect that the records on the instance and the history table will be deleted for the specified range date and runtime status.
**Actual behavior**
the function return an exception with BadRequest message .
**App Details**
Microsoft.Azure.Functions.Extensions v1.1.0
Microsoft.Azure.WebJobs.Extensions.DurableTask v2.7.2
Azurite emulator for local Azure Storage
Programming language used: .NET (C#)
.NET 6.0
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.