为什么无法在Azure Logic应用中识别服务器?

问题描述

我创建了一个Logic App并设置了一个滑动窗口。我已将下一步添加为“执行SQL查询(V2)”,但如果我在其中放置服务器名称,则会出现错误

Could not retrieve values. Error code: '400',Message: 'Invalid connection settings inner exception: 
Key 
'token' in connection profile is not valid. inner exception: Unexpected character encountered while 
parsing value: h. Path '',line 0,position 0. clientRequestId: ????

解决方法

如果使用服务主体为SQL Server设置admin,则可能会显示此错误消息。您可以创建一个组,然后将服务主体或广告用户添加到组中。然后为该组设置sql admin。

以下是类似的post,可能会对您有所帮助。