Micronaut Azure contains integrations with Microsoft Azure
See the Documentation for more information.
See the Snapshot Documentation for the current development docs.
You can generate example Azure Functions applications at https://launch.micronaut.io:
- Azure Simple Function - Select Application Type
Serverless Functionand theazure-functionfeature and generate! - Azure HTTP Function - Select Application Type
Applicationand theazure-functionfeature and generate!
Snaphots are automatically published to JFrog OSS using Github Actions.
See the documentation in the Micronaut Docs for how to configure your build to use snapshots.
Releases are published to JCenter and Maven Central via Github Actions.
A release is performed with the following steps:
- Edit the version specified by
projectVersioningradle.propertiesto a semantic, unreleased version. Example1.0.0 - Create a new release. The Git Tag should start with
v. For examplev1.0.0. - Monitor the Workflow to check it passed successfully.
- Celebrate!