Azure工作流程无法连接到Loganaltic

发布于 2025-01-21 12:38:35 字数 807 浏览 1 评论 0原文

我正在尝试设置一个工作流程以在LogicApp上运行脚本,然后将其结果发送到loganalytic。我将结果传递到Loganalytic数据库时遇到问题。试图将数据传递到loganaltic时发生错误:

获取Web Apps Hostruntime Workflow触发URI-类型'recurrence'的触发器不支持“ ListCallbackurl” API。

我的工作流程看起来像这样。

连接器的配置为在Loganalytics数据库中连接 - 指定了连接的ID和密钥。 如何了解什么问题?

I'm trying to set up a workflow to run a script on LogicApp and then send its results to LogAnalytic. I'm having problems passing the results to the LogAnalytic database. An error occurs when trying to pass data to LogAnalytic:

Get Web Apps Hostruntime Workflow Trigger Uri - The 'ListCallbackUrl' API is not supported by triggers of type 'Recurrence'.

enter image description here

My workflow looks like this.

enter image description here

The connector is configured to connect in the LogAnalytics database - the ID and key for the connection are specified.
How to understand what is wrong?

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

小…红帽 2025-01-28 12:38:35

复制后,从我们的末端起作用。使其工作的解决方法之一是重新生成日志分析工作空间的键,并在逻辑应用中添加相同的值。

“

下面是我的逻辑应用

”在此处输入图像说明”

结果:

  • 逻辑应用程序运行

    “在此处输入图像说明”

  • log Analytics logs logs

    “在此处输入图像说明”

After reproducing, this was working fine from our end. One of the workaround to make it work is to regenerate the key of your Log Analytics workspace and add the same value in your logic apps.

enter image description here

Below is my logic app

enter image description here

RESULTS:

  • Logic app run

    enter image description here

  • Log Analytics logs

    enter image description here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文