https://github.com/codeurzebs/myazurefunction
This is an example Azure Functions project written in Java. Deploy to AZURE
https://github.com/codeurzebs/myazurefunction
Last synced: 7 months ago
JSON representation
This is an example Azure Functions project written in Java. Deploy to AZURE
- Host: GitHub
- URL: https://github.com/codeurzebs/myazurefunction
- Owner: codeurzebs
- License: mit
- Created: 2023-10-28T18:34:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-29T00:30:23.000Z (about 2 years ago)
- Last Synced: 2025-02-18T01:40:17.216Z (10 months ago)
- Language: Java
- Homepage: https://zebsjava.azurewebsites.net/api/HttpExample
- Size: 440 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# >> read le [WIKI before start](https://github.com/codeurzebs/MyAzureFunction/wiki)
# Azure Functions Java Example
## Description Exercise Apprendre java

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:
- [Java Development Kit (JDK 11)](https://adoptopenjdk.net/)
- [Apache Maven](https://maven.apache.org/)
Clone the project:
```bash
git clone https://github.com/codeurzebs/MyAzureFunction.git
cd MyAzureFunction
```
## Build the project:
```
mvn clean package
```
# Deployment

