Hi All,
I have a front-end react application that allows users to upload blobs to an Azure blob storage account and then creates a record in the dataverse virtual table with the blob URL. We plan to surface the blob URL in the D365 and allow the signed-in users to click on the URL to access the blob without requiring them to reenter credentials.
The Azure blob storage and the D365 are in the same AAD tenant.
How do I achieve this using the OOTB functionality?
Thank you
Shiva