Azure - 无法 运行 LogicApp on event
Azure - unable to run LogicApp on event
我想实现 LogicApp,每次当有人更改应用程序配置中的键值对时触发构建。
为了做到这一点,我创建了一个逻辑应用程序来触发,当资源事件发生时:
但是,当我在应用程序配置中更改某些内容或手动尝试 运行 逻辑应用程序时,它会引发错误:
InvalidTemplate
The template language expression evaluation failed: 'The execution of template trigger 'When_a_resource_event_occurs' failed: the result of the evaluation of 'splitOn' expression '@triggerBody()' is of type 'Null'. The result must be a valid array.'.
任何人都可以提示我,Logic App 配置有什么问题吗?
我在自己的网站上进行了测试,效果很好。由于 When a resource event occurs
在 Azure 事件网格订阅 触发事件 时触发,因此您不需要设置 Split On
.
Logic App 和你一样,这里是结果截图。
我想实现 LogicApp,每次当有人更改应用程序配置中的键值对时触发构建。 为了做到这一点,我创建了一个逻辑应用程序来触发,当资源事件发生时:
但是,当我在应用程序配置中更改某些内容或手动尝试 运行 逻辑应用程序时,它会引发错误:
InvalidTemplate
The template language expression evaluation failed: 'The execution of template trigger 'When_a_resource_event_occurs' failed: the result of the evaluation of 'splitOn' expression '@triggerBody()' is of type 'Null'. The result must be a valid array.'.
任何人都可以提示我,Logic App 配置有什么问题吗?
我在自己的网站上进行了测试,效果很好。由于 When a resource event occurs
在 Azure 事件网格订阅 触发事件 时触发,因此您不需要设置 Split On
.
Logic App 和你一样,这里是结果截图。