We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
profile.ps1
As in title. This tracks the suggestion here: https://github.com/MicrosoftDocs/azure-docs-pr/pull/233981#discussion_r1220141242
The idea is to include a commented-out Import-Module AzureFunctions.PowerShell.Durable.SDK -ErrorAction Stop at the end of the profile.ps1 template.
Import-Module AzureFunctions.PowerShell.Durable.SDK -ErrorAction Stop
The text was updated successfully, but these errors were encountered:
davidmrdavid
No branches or pull requests
As in title. This tracks the suggestion here: https://github.com/MicrosoftDocs/azure-docs-pr/pull/233981#discussion_r1220141242
The idea is to include a commented-out
Import-Module AzureFunctions.PowerShell.Durable.SDK -ErrorAction Stop
at the end of theprofile.ps1
template.The text was updated successfully, but these errors were encountered: