Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update profile.ps1 templates to show how to enable the new external Durable Functions PS SDK #906

Open
davidmrdavid opened this issue Jan 9, 2023 · 0 comments

Comments

@davidmrdavid
Copy link
Contributor

davidmrdavid commented Jan 9, 2023

In the near future, we 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.

We will need to update the following profile.ps1 template sources:

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant