Skip to content

Set-DurableCustomStatus doesn't exist on Azure Functions PaaS #634

@TheGreggle

Description

@TheGreggle

Attempting to call Set-DurableCustomStatus as per the example here on Azure PaaS.

On Azure PaaS, the error The term 'Set-DurableCustomStatus' is not recognized as the name of a cmdlet, function, script file, or operable program. occurs. The same issue was posted here

In Azure, FUNCTIONS_WORKER_RUNTIME is set to powershell. FUNCTIONS_EXTENSION_VERSION is set to ~3. PowerShell Core Version is 7.0.

The PowerShell Worker code was updated here #592 to support Set-DurableCustomStatus.

Locally, downloaded version 3.0.15584 and replaced the worker files in "C:\Program Files\Microsoft\Azure Functions Core Tools\workers\powershell". After this, Set-DurableCustomStatus works locally.

Is there a way to update Azure Functions PaaS to support the new code and Set-DurableCustomStatus?
If not, is there an ETA on when this may be available (preview or GA)?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions