Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.03 KB

README.md

File metadata and controls

29 lines (21 loc) · 1.03 KB

Azure Functions Java Example

Description Exercise Apprendre java

AZUREFUNCTION This is an example Azure Functions project written in Java. The function performs a simple addition task based on user input number1 et number2 .

Installation

To run this Azure Function locally, make sure you have the following prerequisites:

Clone the project:

git clone https://github.com/codeurzebs/MyAzureFunction.git
cd MyAzureFunction

Build the project:

mvn clean package

Deployment

DEPLOYEMENT