1

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 https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/linkedservices/{linkedServiceName}?api-version=2018-06-01&versionType=branch&version=test_branch

with a body

"properties": { "annotations": [], "type": "AzureKeyVault", "typeProperties": { "baseUrl": "https://xxxxxxxxx.vault.azure.net/" } Please is there a way to reference the branch and create this service in git mode

1
  • Have the same issue as you. I can create a new Linked Service to Azure Storage Gen2, against Synapse, using PowerShell, and also Terraform, yet the Linked Service on ly appears in Live Mode, but not Git Mode. I have an open ticket with Microsoft Support on the matter. They were able to replicate my experience. I used JSON file when creating using PowerShell, with type = "AzureBlobFS" Commented Apr 6, 2023 at 10:00

1 Answer 1

1

As per official documentation, Changes made via PowerShell or an SDK are published directly to the Data Factory service, and are not entered into Git.

enter image description here

Refer - https://learn.microsoft.com/en-us/azure/data-factory/source-control

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.