Azure工作流程无法连接到Loganaltic
我正在尝试设置一个工作流程以在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'.
My workflow looks like this.
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
复制后,从我们的末端起作用。使其工作的解决方法之一是重新生成日志分析工作空间的键,并在逻辑应用中添加相同的值。
下面是我的逻辑应用
结果:
逻辑应用程序运行
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.
Below is my logic app
RESULTS:
Logic app run
Log Analytics logs