文章 2024-08-25 来自:开发者社区

【Azure 应用服务】Azure Durable Function(持久函数)在执行Activity Function时候,因为调用函数名称错误而导致长时间无响应问题

问题描述 在使用Azure Durable Function函数,调用函数链模式来调用多个Activity Function。 函数链:https://docs.azure.cn/zh-cn/azure-functions/durable/durable-functions-overview?tabs=csharp ...

【Azure 应用服务】Azure Durable Function(持久函数)在执行Activity Function时候,因为调用函数名称错误而导致长时间无响应问题
文章 2024-08-25 来自:开发者社区

【Azure 应用服务】部署Kafka Trigger Function到Azure Function服务中,解决自定义域名解析难题

问题描述 经过前两篇文章,分别使用VM搭建了Kafka服务,创建了Azure Function项目,并且都在本地运行成功。 【Azure Developer】在Azure VM (Windows) 中搭建 kafka服务,并且通过本地以及远程验证 发送+消费 消息 【Azure 应用服务】本地创建Azure Function Kafka Trigger 函数...

【Azure 应用服务】部署Kafka Trigger Function到Azure Function服务中,解决自定义域名解析难题
文章 2024-08-25 来自:开发者社区

【Azure 应用服务】本地创建Azure Function Kafka Trigger 函数和Kafka output的HTTP Trigger函数实验

问题描述 在上一篇博文(https://www.cnblogs.com/lulight/p/16525902.html)中,我们成功的以VM作为Kafka服务器运行,并且验证了从其他机器中远程访问。在本文中,将使用Visual Studio 2022创建Azure Function 作为生产者和消费者在本地进行验证 生产者:使用HTTP Trigger函数,以 kaf...

【Azure 应用服务】本地创建Azure Function Kafka Trigger 函数和Kafka output的HTTP Trigger函数实验
文章 2024-08-25 来自:开发者社区

【Azure 应用服务】Azure Function HTTP Trigger 遇见奇妙的500 Internal Server Error: Failed to forward request to http://169.254.130.x

问题描述 使用 Azure Funciton App,在本地运行完全成功的Python代码,发布到Azure Function就出现了500  Internal Server Error. 而且错误消息也是莫名的 Failed to forward request to http://169.254.130.x。 ...

【Azure 应用服务】Azure Function HTTP Trigger 遇见奇妙的500 Internal Server Error: Failed to forward request to http://169.254.130.x
文章 2024-08-25 来自:开发者社区

【Azure 应用服务】Azure Function 启用 Managed Identity后, Powershell Funciton出现 ERROR: ManagedIdentityCredential authentication failed

问题描述 编写Powershell Function,登录到China Azure并获取Azure AD User信息,但是发现遇见了 [Error] ERROR: ManagedIdentityCredential authentication failed: An unexpected error occured while fetching the AAD Token. Pleas...

【Azure 应用服务】Azure Function 启用 Managed Identity后, Powershell Funciton出现 ERROR: ManagedIdentityCredential authentication failed
文章 2024-08-25 来自:开发者社区

【Azure 应用服务】Azure Function在执行Function的时候,如果失败了,是否可以重试呢?

问题描述 Azure Function在执行Function的时候,如果失败了,是否可以重试呢?   问题解答 Function app默认是不开启重试的,但是可以修改 host.json 文件来定义重试策略(retry),具体内容如下: { ...

文章 2024-08-25 来自:开发者社区

【Azure 事件中心】在Azure Function App中消费Event Hub数据,时常出现EventReceiveError

问题描述 在Azure Function App中消费Event Hub数据,时常出现EventReceiveError:New receiver 'P3-00122a562-4fa4-7f3f-ad5e-6241adb34b15' with higher epoch of '0' is created hence current receiver 'P3-xxxxxxxx-t318-4...

文章 2024-08-25 来自:开发者社区

【Azure 应用服务】调用Azure Function经常提示超时的分析

问题描述 Azure Data Factory 通过 Pipeline 调用Azure Function Http Trigger时遇到返回错误” 500 - The request timed out.”   问题分析 通过Azure Function的高级工具(Kudu) 查看Function 返回500错误,原因是由于达到了230秒的响应请求的时间...

【Azure 应用服务】调用Azure Function经常提示超时的分析
文章 2024-08-25 来自:开发者社区

【Azure 应用服务】Storage Queue触发Azure Function时报错 The input is not a valid Base-64 string

问题描述 创建一个PowerShell脚本的Azure Function,触发方式为 Storage Queue。但执行函数结果一直失败 (Failed). 错误消息为: Executed 'Functions.QueueTrigger1' (Failed, Id=..., Duration=30ms) The input is not a valid Base-64 s...

【Azure 应用服务】Storage Queue触发Azure Function时报错 The input is not a valid Base-64 string
文章 2024-08-25 来自:开发者社区

【Azure 应用服务】如何关掉App Service/Function App的FTP部署, 使之变成FTPS

问题描述 如何关掉App Service/Function App的FTP部署, 使之变成FTPS方式呢?   问题解答 在应用服务/函数应用的配置下选择右边的常规设置,然后修改FTP状态为“仅FTPS”即可。 ...

【Azure 应用服务】如何关掉App Service/Function App的FTP部署, 使之变成FTPS

本页面内关键词为智能算法引擎基于机器学习所生成,如有任何问题,可在页面下方点击"联系我们"与我们沟通。