Please add Azure Web PubSub to the Azure functions extension bundle
- Dominant language
- TypeScript
- Stars
- 147
- Forks
- 96
- Avg merge
- 19h 28m
- Merged PRs (30d)
- 87
Description
Currently, [Microsoft.Azure.WebJobs.Extensions.WebPubSub](https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.WebPubSub/1.0.0-beta.3) is not a part of the functions extension bundle and I'm forced to register it separately.
```
func extensions install --package Microsoft.Azure.WebJobs.Extensions.WebPubSub --version 1.0.0-beta.3
```
Would it be possible to add this package to the [functions extension bundle](https://github.com/Azure/azure-functions-extension-bundles)?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the linked Azure Functions extension bundle repository and the Microsoft.Azure.WebJobs.Extensions.WebPubSub package reference shown in the issue. Check how extension bundle packages and versions are declared, then verify that version 1.0.0-beta.3 is included and the separate func extensions install command is no longer required.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure
- Domain
- cloud
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100