I am trying to load data from Azure Table Storage to ADLS Gen2 parquet files using a copy data activity in ADF. While creating the linked service for azure table storage, the authentication method shows below 2 options alone.
Is there any other option to connect to azure table storage using service principle or managed identity?
Azure table storage dataset in adf supports only account key and sas uri for now. Alternate option is odata service can be used to connect to azure table storage using service principal.