无法在应用配置事件上运行逻辑应用

Vas*_*gas 5 key-value azure azure-logic-apps azure-app-configuration

我想实现 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.'.
Run Code Online (Sandbox Code Playgroud)

谁能提示我,逻辑应用程序配置有什么问题吗?

Joe*_*Cai 4

我在我的网站上进行了测试,效果很好。由于When a resource event occurs当 Azure Event Grid 订阅触发事件时触发,因此不需要设置Split On

在此输入图像描述

逻辑应用程序与您相同,这是结果的快照。

在此输入图像描述