You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the near future, the PowerShell Azure Functions team will be releasing a new standalone Durable Functions SDK for PowerShell.
After installing it from the PowerShell Gallery, users need to enable it by explicitly importing the package in their profile.ps1. We should update our profile.ps1 templates so that customers have a guide on how to do this.
This will most likely just be a commented out import statement such as Import-Module AzureFunctions.PowerShell.Durable.SDK at the end of the file.
Note that we do not need to complete this task until a public announcement is made for the new SDK. In the meantime, this ticket simply exists to track that work. I will submit the PR for it once we're ready.
The text was updated successfully, but these errors were encountered:
In the near future, the PowerShell Azure Functions team will be releasing a new standalone Durable Functions SDK for PowerShell.
After installing it from the PowerShell Gallery, users need to enable it by explicitly importing the package in their profile.ps1. We should update our profile.ps1 templates so that customers have a guide on how to do this.
This will most likely just be a commented out import statement such as Import-Module AzureFunctions.PowerShell.Durable.SDK at the end of the file.
Note that we do not need to complete this task until a public announcement is made for the new SDK. In the meantime, this ticket simply exists to track that work. I will submit the PR for it once we're ready.
The text was updated successfully, but these errors were encountered: