...
5- From the Azure Storage Explorer application interface, visual validation is possible.
Option B : Azure Data Factory with Azure Files
...
1- Configure Azure Files with the network directory (on-premise). Any document deposited in the local network will automatically appear in the Azure Files container.
...
4- From the Azure Storage Explorer application interface, visual validation is possible.
Option E : SFTP Transfer
...
1- Activate the SFTP protocol in the storage account.
2- Use an SFTP client (software) or a PowerShell script to extract the document (likely to be limited to files only, not directories).
The SFTP client allows simultaneous selection of files.
3- The SFTP client stores documents in the Blob Storage container directory.
4- From the Azure Storage Explorer application interface, visual validation will be possible.
At the Milestone 3 : Architecture - Search & Indexation
...
Documents (Files, Videos, Images) have been stored in a Blob Storage : user identity access control has been applied (Security filters for trimming results - Azure AI Search | Microsoft Learn) - document-level security.
Users (segmented by department) make a search in Azure App Service (PAAS Technology) - Web Interface.
The query will be sent to Azure Search which is attached to Azure AI Search and Azure AI Video Indexer. Both of them are used to indexed the documents.
Azure Search will permit the extraction of the information stored in the Blob Storage.
Azure Search will return the response to the client (Azure App Service).