MaayanY
MaayanY

Reputation: 21

azure data factory web activity properties

I want to use a web activity to access my storage account and I want to used System Managed Idenity to authenticate but I don't know what to write in the Resource field.

Am I supposed to put the resource the data factory trying to access to, the storage, or the resource who is accessing, the data factory?

Upvotes: 2

Views: 3210

Answers (1)

NiharikaMoola
NiharikaMoola

Reputation: 5074

In your storage account,

  • Add role assignment with a role as Storage Blob Data Contributor.
  • Assign access to Managed identity
  • Select Member and add your data factory as a member.

In Azure data factory web activity:

enter image description here

Output:

enter image description here

Reference: https://www.youtube.com/watch?v=ZrMpZoh4UcY

Upvotes: 2

Related Questions