Questions tagged [linked-service]

Use this tag for questions about the linked service which one must create to link a data store to the Azure Data Factory or Azure Synapse Workspace before a dataset is created.

49 questions
3
votes
1 answer

Endpoint doesn't support BlobStorageEvents or softdelete exception

While trying to do a DataPreview or debug a pipeline, i am getting the below error stating "endpoint doesn't support blobstorage events or soft delete" I do not want to disable the soft delete
2
votes
2 answers

ARM template - bad request failed when deploying a linked service

I am trying to deploy a synapse instance via an ARM template and the deployment is successful via the Azure DevOps portal, but when I try to deploy the same template with an Azure Keyvault linked service I encounter the following error: ##[error]At…
1
vote
1 answer

Azure Data Factory Linked Service to C Drive

I am looking to create a simple test pipeline to pull in a csv file on my laptops C drive and load it into SQL Server on-prem (also installed on my laptop). I have installed the self hosted integration runtime and have no issues creating a linked…
alex878
  • 11
  • 3
1
vote
4 answers

Access denied to server in File System Linked Service in Data Factory

I'm trying to create a File System Linked Service in Data Factory in order to access a folder (\\serverName\c$\folder) using Self-Hosted Integration Runtime, even though I inserted an user who has "Full Control" permission on this specific folder,…
1
vote
1 answer

Bicep ADF LinkedService

I'm having a heck of a time trying to deploy a simple Azure BlobFS linked service into an ADF using Bicep (which I have only really started to learn). The bicep I have thus far is: //---Data Factory resource datafactory…
Indrid
  • 962
  • 4
  • 25
  • 39
1
vote
1 answer

Create Azure Data factory linked service or integration runtime directly in git mode wit rest api

I am trying to create linkedservices with restapi in gitmode but the linked service is still created in live mode. My API code was PUT…
Mr_Unchained
  • 45
  • 1
  • 8
1
vote
1 answer

How can I use Linked services in Azure Data Factory to manage an OAuth Web Activity

I have setup a Linked Service in Azure Data Factory to use in a Copy Activity to access Graph APIs, which require use of the OAuth protocol, which works fine. I now want to extend that to use the same Linked Service with a Web Activity. But in…
JohnD
  • 187
  • 11
1
vote
1 answer

Azure CLI - unable to create Azure Synapse linked service - quoting issue with JSON file

I am trying to create linked service on Azure Synapse using Azure CLI. I have a json file with code of linked service: { "name": "LS_dakeyvault", "properties": { "annotations": [], "type": "AzureKeyVault", …
DejanS
  • 96
  • 9
0
votes
1 answer

Create linked service of REST when a token is part of the url

my API call is of the following format url: base url/page=x&token=yyyy How can I create a safe linked service for this in Azure Data Factory? I tried with head auth but don't know how to proceed.
Alex
  • 149
  • 1
  • 1
  • 11
0
votes
1 answer

Azure Synapse Dataset

I am very new to Azure Synapse and have come across the topic of ‘Datasets’. I have this confusion of why do we need datasets and not directly use a reference to our data file while creating integrated dataset? And also, what is the difference…
user15096063
  • 21
  • 1
  • 1
  • 4
0
votes
1 answer

Azure Function Linked Service ARM template deployment

I am deploying a Azure Function Linked Service through CICD pipeline, I am unable to deploy it to ADF with its function key "LS_AF_xxxx_properties_typeProperties_functionAppUrl": { "value": "https://xxxx.azurewebsites.net" }, …
0
votes
1 answer

Access to a database from a Spark job in synapse

I'm working within a Synapse workspace. I have a linked service to a oracle database in a private network (10.x.x.x) I have a SparkJob which is trying to connect to that database with the oracle thin client and the default method in the spark…
0
votes
2 answers

"Invalid Payload Error while Creating Azure Batch Linked Service in Terraform

We are trying to create an Azure Data Factory Linked Service for an Azure Batch account using Terraform. However, there is no native resource available in Terraform documentation for creating an Azure Batch Linked Service directly. To work around…
0
votes
1 answer

Unable to connect On-Prem SQL Server to ADF Linked Service

I am trying to connect to On-prem SQL Server ( Microsoft SQL Server) from ADF self integration run time. while creating linked service , i am getting below error Cannot connect to SQL Database. Please contact SQL server team for further support.…
Hema
  • 11
0
votes
1 answer

Linked services does not appear in Azure data factory

I am executing the az datafactory linked-service create command, which creates a new linked service in my ADF. It is visible. However, after integrating ADF with Git, the same command returns information about the created Linked Service, but it is…
1
2 3 4