1

When creating a new linked service for data factory I am able to select "Managed Identity" for connection to storage account\blob but this isn't an option for same storage account\file.

Is this a known limitation?

Works ok with blob:

enter image description here

No option for Managed Identity for file share:

enter image description here

Rob Bowman
  • 7,632
  • 22
  • 93
  • 200

1 Answers1

1

Azure file storage connector in Azure data factory linked service currently supports only below authentication:

  1. Account key authentication
  2. Shared access signature authentication

Refer to this document for more information on linked service for Azure File storage connector.

NiharikaMoola-MT
  • 4,700
  • 1
  • 3
  • 15