Azure / Azure/azure-functions-powershell-worker
Update Dependency management section in the Azure Functions PowerShell developer guide
- Dominant language
- C#
- Stars
- 215
- Forks
- 61
- Avg merge
- 21h 4m
- Merged PRs (30d)
- 6
Description
Please update the **Dependency management** section at https://learn.microsoft.com/en-us/azure/azure-functions/functions-reference-powershell?tabs=portal#dependency-management.
For dependency management, there are two options:
1) Managed dependencies (via `requirements.psd1` and `host.json`) -- these are managed by the Functions service
2) Include function app dependencies (PowerShell modules) with the function app content. These dependencies can be placed in the `Modules` folder at the function app root. This information is currently under the `Function app-level modules folder` section.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.