REST API Azure数据共享自动化标头

发布于 2025-02-10 16:47:21 字数 291 浏览 1 评论 0原文

我正在尝试在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?

enter image description here

Hope you can provide me a solution! Kind regards
D

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

榕城若虚 2025-02-17 16:47:21
  1. 您可以使用帖子方法到您的API,也可以从 azure ad

  2. 一旦您将令牌通过在标题下的Web活动中传递给标题作为授权。您可以参考此链接通过标题下的授权令牌

  1. You can retrieve the token using web activity with POST method to your API or you can retrieve from Azure AD

  2. 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文