We are using Azure Pipeline to run Python integration tests. 
These tests make use of a database, and the login information is saved in an Azure variable group that also contains secret variables. 
The integration tests are started in this section of the yaml file:
jobs:
- job: IntegrationTests
  variables:
   ...READ MORE
Feb 7, 2023
in DevOps on Cloud
by 
Damonlang
• 1,230 points 
edited
Mar 4
•
496 views