How can I add Azure Synapse Analytics linked service in Data Factory using Python?
I'm creating a Data Factory configuration and a pipeline in Python. I successfully added Azure Blob Storage and Azure Key Vault to the linked services, but got stuck on adding (serverless)Azure Synapse Analytics, as simply I was not able to…