不同资源组中 Blob 上的数据工厂触发器失败

Data Factory trigger on Blob in different resource group is failing

我有一个要求,我在一个资源组中有一个数据工厂,在另一个存储组中有一个 blob 存储。当在 blob 存储中创建 blob 时,我需要在数据工厂管道上创建触发器。调用我的管道时出现此错误。

The Microsoft.EventGrid resource provider is not registered in subscription ***** . Register the provider in the subscription and retry the operation. 
Activity id:6566a4c8-0a1c-4a9e-8940-ce62e43264e3, timestamp: 6/26/2020 8:02:56 AM (UTC)

正如我从错误中了解到的,它的权限问题,但我不确定如何启用此连接。谁能帮忙。

所以从错误来看,我认为你应该按照以下步骤操作:

转到 Azure 门户,然后转到您的订阅:

在资源提供者中搜索Microsoft.EventGrid然后注册Microsoft.EventGrid

让我知道你是否可以解决这个问题。:)