Forum Discussion

Anand5Phadke's avatar
Anand5Phadke
Occasional Contributor
2 years ago

Read data from azure key vault

Are there any ways to connect to azure, read the required username and password from Key Vault and use in the script for login to the required application

2 Replies

  • Kitt's avatar
    Kitt
    Regular Contributor

    From Microsoft docs: [here] - you can use secrets from key vault in your YAML pipeline file.

    -or, for additional reference-

    From TestComplete docs: [here] - you can pass and store envt variables to your test from the TestComplete pipeline task in Azure.

     

    The easiest is probably just using the MS setup in you YAML, but there are also some other options using extensions in Azure DevOps: [here]

    • Anand5Phadke's avatar
      Anand5Phadke
      Occasional Contributor

      Thanks for inputs will go through the details and try out