Skip to content

Instantly share code, notes, and snippets.

@MichalGrzegorzak
Created November 23, 2023 15:03
Show Gist options
  • Save MichalGrzegorzak/6c966f98b7f29791bb73a1124d404051 to your computer and use it in GitHub Desktop.
Save MichalGrzegorzak/6c966f98b7f29791bb73a1124d404051 to your computer and use it in GitHub Desktop.
Purge history on local
npm install -g azure-functions-core-tools
// Then open a command prompt in the root directory of your Azure Functions project. The Azure Core Tools requires the host.json file from your project to identify your orchestration instances.
func durable purge-history
// to list all possible actions
// func durable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment