You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Yes.
We use blob index tags within our own application. However, by far and away our largest storage cost is the index tags, making up 75% of our storage bill. We are removing all index tags now as they are not frequently used.
Malware Scanning also adds index tags as files are scanned:
"Malware Scanning scan result"
"Malware Scanning scan time UTC"
When dealing with millions of blobs this cost starts to add up a lot for our customers.
Describe the solution you'd like
We'd like to stop the scanning processing from creating index tags - specifically as these are starting to cost us a lot of money - and store the scan results in metadata instead - which is free! FREE.
There is also really no reason for the scan results to be 'searchable'. Having 100,000,000 blobs all with a searchable index tag with the value "No threats found" is of no value at all.
The names of results may need to change a bit to comply with the naming guidelines of Metadata (vs tags). e.g. "MalwareScanningResult" and "MalwareScanningTimeUTC" or something.
Describe alternatives you've considered
We use azcopy to remove all index tags from all blobs right now, and will probably keep doing this on a regular basis.
Additional context Scan results stored as index tags:
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Yes.
We use blob index tags within our own application. However, by far and away our largest storage cost is the index tags, making up 75% of our storage bill. We are removing all index tags now as they are not frequently used.
Malware Scanning also adds index tags as files are scanned:
When dealing with millions of blobs this cost starts to add up a lot for our customers.
Describe the solution you'd like
We'd like to stop the scanning processing from creating index tags - specifically as these are starting to cost us a lot of money - and store the scan results in metadata instead - which is free! FREE.
There is also really no reason for the scan results to be 'searchable'. Having 100,000,000 blobs all with a searchable index tag with the value "No threats found" is of no value at all.
The names of results may need to change a bit to comply with the naming guidelines of Metadata (vs tags). e.g. "MalwareScanningResult" and "MalwareScanningTimeUTC" or something.
Describe alternatives you've considered
We use azcopy to remove all index tags from all blobs right now, and will probably keep doing this on a regular basis.
Additional context
Scan results stored as index tags:
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: