gpt4 book ai didi

Azure 数据工厂通过服务主体将服务链接到 Synapse 无服务器池

转载 作者:行者123 更新时间:2023-12-03 03:51:51 25 4
gpt4 key购买 nike

我尝试使用服务主体连接到 Synapse 无服务器池,但在我的 Azure 数据工厂管道中出现以下错误。

Cannot connect to SQL Database: 'xxxxx-ondemand.sql.azuresynapse.net', Database: 'synapse_od', User: ''. Check the linked service configuration is correct, and make sure the SQL Database firewall allows the integration runtime to access.
Login failed for user '<token-identified principal>'., SqlErrorNumber=18456,Class=14,State=1,
Activity ID: 2516df76-0215-4f27-990d-3c4654a07704.
**This may happen if your data source only allows secured connections. If that's the case, please use a VNet integration runtime**.

但可以愉快地使用 SQL 身份验证进行连接。

服务主体被授予 Synapse 上的贡献者角色。

任何线索!!!

最佳答案

在我执行以下步骤之后。具有服务主体身份验证类型的链接服务工作正常。

CREATE USER [ad_user_name] FROM EXTERNAL PROVIDER;


EXEC sp_addrolemember db_owner, [ad_user_name];

关于Azure 数据工厂通过服务主体将服务链接到 Synapse 无服务器池,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66361340/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com