azure-functions-java-core-l.../azure-functions-java-spi
kaibocai 9491bf0fbd
Update readme of spi
Update readme of spi
2022-12-16 10:58:05 -06:00
..
src/main/java/com/microsoft/azure/functions include spi artifacts in this repo. (#15) 2022-10-27 18:20:44 -05:00
README.md Update readme of spi 2022-12-16 10:58:05 -06:00
pom.xml release spi 1.0.0 (#19) 2022-10-28 11:38:06 -05:00

README.md

Azure Functions Logo

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

Azure Functions 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.