'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
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
Solution 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.
Refer - https://docs.microsoft.com/en-us/azure/data-factory/source-control
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | AbhishekKhandave-MT |

