Closed sohaib-ahmad closed 4 years ago
Make use of CliendId, ClientSecret having an App regsitration in Azure.
@sohaib-ahmad you need to use variables/library and lock them so they are not visible.
You can also leverage a KeyVault in Azure to hold your password. Once you add the Azure Key Vault task to your pipeline, the secrets are available just like any other variable and can be used to build your connection string.
How can we put a connection string without clear text passwords in Solution Export / Import tasks?