9491bf0fbd
Update readme of spi |
||
---|---|---|
.. | ||
src/main/java/com/microsoft/azure/functions | ||
README.md | ||
pom.xml |
README.md
SPI for Azure Java Functions
This repo contains SPI for building Azure Java Functions. This library could be used when building your function app.
This library provides hooks to third parties supporting them to interact with function runtime during function invocation process.
This library should be used with scope as provided
, because customers should not inherit it via a transitive dependency
For more information about Azure Java Functions please visit the complete documentation of Azure Functions - Java Developer Guide.
azure-functions-maven plugin
How to use azure-functions-maven plugin to create, update, deploy and test azure java functions
Prerequisites
- Java 8
Summary
Sample
For samples of Azure function in Java please refer to Azure Function Java Samples and Azure Functions Java Samples Repository
License
This project is under the benevolent umbrella of the .NET Foundation and is licensed under the MIT License
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.