Azure / azure-functions-core-tools

Command line tools for Azure Functions
MIT License
1.32k stars 434 forks source link

azure-functions-core-tools@3 is missing DurableTask.AzureStorage.dll #3077

Open KuSh opened 2 years ago

KuSh commented 2 years ago

Hi,

It seems impossible to launch some durable sub-commands due to that, notably purge-history

❯ func durable purge-history --created-before 2022-05-17 --runtime-status "completed terminated canceled"
Could not find DurableTask.AzureStorage.dll. The functions host must be running a Durable Functions app in order for Durable Functions CLI commands to work.
Element 0 in the batch returned an unexpected response code.
KuSh commented 2 years ago

The impossibility to launch some sub-commands is not caused by the dll absence but because I was testing on Azurite. You can omit this part !