Currently our auto-generated test resources live in the same subscription as many key resources. This makes it risky to do more aggressive auto-deletion of test resources. Today we only delete resources with a specific tag, but it would be preferable to delete any resources without a tag instead. This way we can avoid situations where bugs cause resources to linger in the subscription for months, unnoticed.
This issue proposes we create a new subscription, with the sole purpose of hosting auto-created test resources, with a policy of deleting ALL resources older than some set time period.
Currently our auto-generated test resources live in the same subscription as many key resources. This makes it risky to do more aggressive auto-deletion of test resources. Today we only delete resources with a specific tag, but it would be preferable to delete any resources without a tag instead. This way we can avoid situations where bugs cause resources to linger in the subscription for months, unnoticed.
This issue proposes we create a new subscription, with the sole purpose of hosting auto-created test resources, with a policy of deleting ALL resources older than some set time period.