An Azure service that provides an event-driven serverless compute platform.
Hello @Ana ,
I believe the cmdlet that you're looking for is Set-DurableCustomStatus: https://github.com/Azure/azure-functions-powershell-worker/blob/dev/src/Durable/Commands/SetDurableCustomStatusCommand.cs#L13
Please consider opening a new issue under the doc (the one you have referenced above) and submit a request for Powershell samples to be added -- that'll start an internal work item for us and we'd happy to make them available to you.
UPDATE: here's a working sample: https://github.com/Azure/azure-functions-powershell-worker/blob/dev/examples/durable/DurableApp/CustomStatusOrchestrator/run.ps1