SylviaBABY commented on a change in pull request #784:
URL: https://github.com/apache/apisix-website/pull/784#discussion_r760800344



##########
File path: 
website/i18n/zh/docusaurus-plugin-content-blog/2021/12/01/apisix-supports-azure-functions.md
##########
@@ -0,0 +1,182 @@
+---
+title: "azure-functions 插件发布,Apache APISIX 支持 Azure Functions 集成"
+author: "Bisakh Mondal"
+authorURL: "https://github.com/bisakhmondal";
+authorImageURL: "https://avatars.githubusercontent.com/u/41498427?v=4";
+keywords: 
+- Apache APISIX
+- Azure Functions
+- Microsoft
+- Serverless
+description: 本文介绍了最近增加的一个新插件`azure-functions`,并详细说明了如何将 Azure 
Functions(一种广泛使用的 serverless 解决方案)集成到 Apache APISIX 中。
+tags: [Technology]
+---
+
+> 本文介绍了 Apache APISIX 最近增加的一个新插件`azure-functions`,并详细说明了如何将 Azure Functions 
集成到 Apache APISIX 中。
+
+<!--truncate-->
+
+Apache APISIX 为 Microsoft Azure Functions 提供了对 serverless 框架的支持。Apache APISIX 
建议定义一个启用了无服务器插件的路由,而不是在应用程序中硬编码函数URL。它使开发者能够灵活地热更新函数 URI。此外,因为 Apache APISIX 
有非常强大的认证支持,这种方法还可以减轻应用逻辑中的授权和认证问题,可以用来识别和授权客户消费者访问带有 FAAS 的特定路由。本文介绍了 Apache 
APISIX 最近增加的一个新插件`azure-functions`,并详细说明了如何将 Azure Functions(一种广泛使用的 serverless 
解决方案)集成到 Apache APISIX 中。

Review comment:
       而不是在应用程序中硬编码函数URL➡️而不是在应用程序中采用硬编码函数 URL




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to