【发布时间】:2021-09-01 18:47:18
【问题描述】:
我正在使用返回 CreateCheckStatusResponse 的 Azure Durable Functions Starter。客户端轮询提供的 URL,直到 runtimeStatus 为“已完成”并使用输出。在我的其他 .netcore 应用程序中,返回 JSON 的端点是驼峰式的;但是,此 Output 属性在 Pascal 中有它 - 如何在我的函数应用程序中更改此行为?
【问题讨论】:
-
请提供足够的代码,以便其他人更好地理解或重现问题。
标签: azure-functions azure-durable-functions