Currently, the AZURE_TEST_MODE environment variable only has two states which are RECORD and PLAYBACK. This is great for running locally where we will either want to RECORD new playback records or test using the records we have but this causes the nightly live tests to record records when it runs. We should investigate adding another option such as LIVE which sends requests to the service but doesn't record the requests and responses.
Currently, the AZURE_TEST_MODE environment variable only has two states which are RECORD and PLAYBACK. This is great for running locally where we will either want to RECORD new playback records or test using the records we have but this causes the nightly live tests to record records when it runs. We should investigate adding another option such as LIVE which sends requests to the service but doesn't record the requests and responses.