Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 800 Bytes

File metadata and controls

20 lines (11 loc) · 800 Bytes

Azure Function with Java & H2 In-Memory Database

This is a sample Azure Function project in Java that demonstrates how to use an H2 in-memory database to store and retrieve data. The function is triggered by HTTP requests and interacts with the database to insert bike-related data.

Prerequisites

Before running the function, ensure you have the following:

Getting Started

  1. Clone this repository:

    git clone https://github.com/your-username/your-azure-function-repo.git