You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by we...@apache.org on 2021/11/19 09:30:53 UTC

[apisix] branch moonming-patch-1 created (now b195a5c)

This is an automated email from the ASF dual-hosted git repository.

wenming pushed a change to branch moonming-patch-1
in repository https://gitbox.apache.org/repos/asf/apisix.git.


      at b195a5c  docs: add Azure serverless functions in README.

This branch includes the following new commits:

     new b195a5c  docs: add Azure serverless functions in README.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[apisix] 01/01: docs: add Azure serverless functions in README.

Posted by we...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

wenming pushed a commit to branch moonming-patch-1
in repository https://gitbox.apache.org/repos/asf/apisix.git

commit b195a5c01044e5fd50cb04b739400123dbdd000e
Author: Wen Ming <mo...@gmail.com>
AuthorDate: Fri Nov 19 17:30:46 2021 +0800

    docs: add Azure serverless functions in README.
---
 README.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index fea4087..983e114 100644
--- a/README.md
+++ b/README.md
@@ -85,7 +85,6 @@ A/B testing, canary release, blue-green deployment, limit rate, defense against
   - [Hot Updates And Hot Plugins](docs/en/latest/architecture-design/plugin.md): Continuously updates its configurations and plugins without restarts!
   - [Proxy Rewrite](docs/en/latest/plugins/proxy-rewrite.md): Support rewrite the `host`, `uri`, `schema`, `enable_websocket`, `headers` of the request before send to upstream.
   - [Response Rewrite](docs/en/latest/plugins/response-rewrite.md): Set customized response status code, body and header to the client.
-  - [Serverless](docs/en/latest/plugins/serverless.md): Invoke functions in each phase in APISIX.
   - Dynamic Load Balancing: Round-robin load balancing with weight.
   - Hash-based Load Balancing: Load balance with consistent hashing sessions.
   - [Health Checks](docs/en/latest/health-check.md): Enable health check on the upstream node and will automatically filter unhealthy nodes during load balancing to ensure system stability.
@@ -146,6 +145,10 @@ A/B testing, canary release, blue-green deployment, limit rate, defense against
   - Custom load balancing algorithms: You can use custom load balancing algorithms during the `balancer` phase.
   - Custom routing: Support users to implement routing algorithms themselves.
 
+- **Serverless**
+  - [Lua functions](docs/en/latest/plugins/serverless.md): Invoke functions in each phase in APISIX.
+  - [Azure functions](docs/en/latest/plugins/azure-functions.md): seamless integration with Azure Serverless Function as a dynamic upstream to proxy all requests for a particular URI to the Microsoft Azure cloud.
+  
 ## Get Started
 
 1. Installation