An open API service indexing awesome lists of open source software.

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

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
![AZUREFUNCTION](https://github.com/codeurzebs/MyAzureFunction/blob/main/.github/workflows/private/codeur%20zebs%20java.PNG?raw=true)
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
![DEPLOYEMENT](https://github.com/codeurzebs/MyAzureFunction/blob/main/.github/workflows/private/actionBuild1.PNG?raw=true)
![](https://github.com/codeurzebs/MyAzureFunction/blob/main/.github/workflows/private/LogHttp.PNG?raw=true)