REST API Azure数据共享自动化标头
我正在尝试在Synapse Integrate Pipeline中使用Web活动触发Azure数据共享。 执行帖子后,我收到了自动化标头丢失的错误。 在哪里可以找到或创建(我认为)令牌?
希望您能为我提供解决方案!亲切的问候 d
I'm trying to trigger an Azure Data Share with a web activity in an Synapse Integrate pipeline.
After doing the post I received the error that the autorization header is missing.
Where can I find or create that (I assume) token?
Hope you can provide me a solution! Kind regards
D
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用帖子方法到您的API,也可以从 azure ad
一旦您将令牌通过在标题下的Web活动中传递给标题作为授权。您可以参考此链接通过标题下的授权令牌
You can retrieve the token using web activity with POST method to your API or you can retrieve from Azure AD
Once you get the token pass it in you web activity under Headers as authorization. You can refer to this link to pass the authorization token under header