Azure / Azure/azure-sdk-tools

Separate test resources entirely in their own subscription, and cleanup aggressively

Open
#1,286 1 comment 0 reactions 1 assignee Claimed by @benbp View on GitHub
Central-EngSys
Dominant language
C#
Stars
135
Forks
260
Avg merge
3d 1h
Merged PRs (30d)
143

Description

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.