Hi Pranay,
Thanks for your quick response and for sharing the documentation links.
My use case is quite straightforward: I would like to upload a file to Azure Blob Storage with an index tag in a single operation, and then read that file immediately after the upload completes. The files are typical business documents, and their sizes range from a few KB up to several MB.
My main concern is about ABAC policies that evaluate access permissions based on blob index tags. If I attempt to read the file right after upload, but the tag hasn’t propagated yet and the policy checks for the tag, I might encounter an authorization mismatch that doesn’t reflect the intended permissions.
Could you clarify if there is a recommended best practice or workaround to ensure that the index tag is available and effective for policy enforcement before attempting a read operation? Is there any way to programmatically confirm that the tag has been fully propagated?
Thanks again for your assistance!
Best regards, Vito