Skip to content

kr10n1/Micronaut-Azure-Funtions-Cors-Example

Repository files navigation

Micronaut and Azure Function

Prerequisites

  • Gradle 5+
  • Latest Function Core Tools
  • Azure CLI. This plugin use Azure CLI for authentication, please make sure you have Azure CLI installed and logged in.

Setup

az login
az account set -s <your subscription id>

## Running the function locally

```cmd
./mvnw clean package azure-functions:run

And visit http://localhost:7071/api/demo

Deploying the function

To deploy the function run:

$ ./mvnw clean package azure-functions:deploy

Micronaut and Azure Function

Prerequisites

  • Gradle 5+
  • Latest Function Core Tools
  • Azure CLI. This plugin use Azure CLI for authentication, please make sure you have Azure CLI installed and logged in.

Setup

az login
az account set -s <your subscription id>

## Running the function locally

```cmd
./mvnw clean package azure-functions:run

And visit http://localhost:7071/api/demo

Deploying the function

To deploy the function run:

$ ./mvnw clean package azure-functions:deploy

Feature azure-function-http documentation

Feature azure-function documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published