I have an Azure Data Factory Visual Studio Project within a GitHub repository, and as part of the configuration I have a few linked services, for example, one for an Asure SQL Database, Azure Blob and one for an Azure Batch, all of these linked services have a connection string or account key.
I used The Secure Publish aproach described here: https://github.com/Azure/Azure-DataFactory/tree/master/Samples/ADFSecurePublish
so, i can do a manualy manualy publish, but i want continious integration using appveyor for the build and after the build i want to run a script to automatically deploy my project to azure.
How can i do a "secure publish" with this approach, how can i use my keyvault's key from the script.