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
Would configuring tags per extension work for you? That could then be defined in a custom section of the options for the Azure storage provider.
Hmm, I'm unsure how that would work. I don't need to configure tags, just to read them.
The method for fetching tags could be an extension method yes. And other methods like set/delete could be added too.
I get where I was confused, the malware service is actually tagging the blobs. So you want to be able to read the tags from a blob? How would that show up in the current interfaces? Or if it's custom to the blob storage implementation, how can it be used by OC? It it's very specific then maybe users can just use the current azure sdk directly.
For my use-case, I'd just want to have a background task where we do something to blobs where malware was found.
If this isn't something useful for OC, using the azure sdk directly is fine, so this can be closed.
Is your feature request related to a problem? Please describe.
The practical use case is to access Azure Blob Storage Malware scanning results.
https://learn.microsoft.com/en-us/azure/defender-for-cloud/defender-for-storage-malware-scan
Describe the solution you'd like
For now I'd like to just understand if this feature would make sense for OrchardCore, of if I should go ahead with a custom implementation.
The text was updated successfully, but these errors were encountered: