2
Home
Asavari Tayal редактировал(а) эту страницу 2018-07-27 09:21:37 -07:00
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)