Azure / Azure/azure-functions-core-tools
Update profile.ps1 template to show how to enable the new external Durable Functions PS SDK
- Dominant language
- C#
- Stars
- 1.5k
- Forks
- 498
- Avg merge
- 4d 20h
- Merged PRs (30d)
- 14
Description
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](https://github.com/Azure/azure-functions-core-tools/blob/v4.x/src/Azure.Functions.Cli/StaticResources/profile.ps1).
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.
Contributor guide
Research direction
Start with the linked src/Azure.Functions.Cli/StaticResources/profile.ps1 template and confirm that the new Durable Functions SDK has been publicly announced. Update the template with the commented import guidance at the end, then verify that the profile template presents the required enablement instructions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, powershell
- Domain
- cli, documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100