-
Notifications
You must be signed in to change notification settings - Fork 53
Home
Asavari Tayal edited this page Jul 27, 2018
·
2 revisions
Below is a summary of everything you’ll need to get started –
Language Extensibility
- https://github.com/Azure/azure-functions-host/wiki/Language-Extensibility
- https://github.com/Azure/azure-functions-language-worker-protobuf
Other Language Implementations
- https://github.com/Azure/azure-functions-python-worker
- https://github.com/Azure/azure-functions-nodejs-worker
- https://github.com/Azure/azure-functions-java-worker
PowerShell Specific Planning / Discussion
- https://github.com/Azure/azure-functions-host/issues/337
- https://github.com/Azure/azure-functions-host/issues?utf8=✓&q=label%3Alang-PowerShell+
To provide support for PS, we’ll need work on the following three fronts:
- Language Worker i.e. extending the Functions runtime to support PS
- Runtime docker image, if we decide to go with PS Core on Linux
- Tooling support – portal development / CLI / VS Code (we can help with some of these things)