The English version of quarkus.io is the official project site. Translated sites are community supported on a best-effort basis.

Funqy HTTP Binding with Azure Functions

You can use Funqy HTTP on Azure Functions. This allows you to invoke on multiple Funqy functions using HTTP deployed as one Azure Function.

The Funqy HTTP + Azure Functions binding is not a replacement for REST over HTTP. Because Funqy needs to be portable cross a lot of different protocols and function providers its HTTP binding is very minimalistic and you will lose REST features like linking and the ability to leverage HTTP features like cache-control and conditional GETs. You may want to consider using Quarkus’s Jakarta REST, Spring MVC, or Vert.x Web Reactive Route support instead. They also work with Quarkus and Azure Functions.

这项技术被认为是preview。

preview(预览) 中,不保证向后兼容和在生态系统中的存在。具体的改进可能需要改变配置或API,并且正在计划变得 稳定 。欢迎在我们的 邮件列表 中提供反馈,或在我们的 GitHub问题列表 中提出问题。

For a full list of possible statuses, check our FAQ entry.

Follow the Azure Functions HTTP Guide. It walks through using a variety of HTTP frameworks on Azure Functions. Including Funqy.

Related content