-
Notifications
You must be signed in to change notification settings - Fork 54
Description
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