microsoft / onefuzz

A self-hosted Fuzzing-As-A-Service platform
MIT License
2.82k stars 199 forks source link

Migrate from diagnostic settings storage retention to Azure Storage lifecycle management #3453

Open tevoinea opened 1 year ago

tevoinea commented 1 year ago

In #3452 we had to remove the RetentionPolicy for the auto scale diagnostics settings because the feature is being deprecated.

We should follow the guide here to migrate to the Azure Storage lifecycle management https://learn.microsoft.com/en-us/azure/azure-monitor/essentials/migrate-to-azure-storage-lifecycle-policy

AB#164766