In case when several simultaneous build pipelines are executed we might have issues as pipeline uses same infrasrtucture to run API and integration tests
- each PR should have integration tests running against it's own set of tables in Azure Storage
- consider adding "TableSuffix" config into options
- API tests should be run for non-PR builds only
In case when several simultaneous build pipelines are executed we might have issues as pipeline uses same infrasrtucture to run API and integration tests