Does Azure Synapse Link to Cosmos DB work with Managed Ident



Azure Synapse Link to Cosmos DB with Managed Identity工作吗?

我使用下面的代码创建了一个标识
CREATE CREDENTIAL [xavcosmosdb]
WITH IDENTITY = 'Managed Identity'
GO

当我使用

SELECT TOP 100 *
FROM OPENROWSET(​PROVIDER = 'CosmosDB',
CONNECTION = 'Account=xavcosmosdb;Database=myDb',
OBJECT = 'cases',
SERVER_CREDENTIAL = 'xavcosmosdb'
) AS [cases]

我得到以下错误:

Resolving CosmosDB path has failed with error 'Secret is null or empty.'.

从Azure Synapse到CosmosDb使用托管身份的步骤是什么?

目前不支持。暂时没有预计时间

最新更新