You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The Azure File Storage Connector will crawl content from a Azure File Storage Container repository.


Introduction


Azure Storage is Microsoft's cloud storage solution for modern data storage scenarios. Azure Files offers fully managed file shares in the cloud that are accessible via the industry standard Server Message Block (SMB) protocol. Azure file shares can be mounted concurrently by cloud or on-premises deployments of Windows, Linux, and macOS. Additionally, Azure file shares can be cached on Windows Servers with Azure File Sync for fast access near where the data is being used.

Environment and Access Requirements


Repository Support

The Azure File Storage connector supports crawling the following the repositories:

RepositoryVersionConnector Version
Azure File StorageAll5.1

Environment Requirements

In order to access the Azure File Storage connector, a connection must be established to a valid Azure storage account.

Microsoft Azure storage is a service that is independent of Accenture Aspire technologies and licenses. See Create a storage account.


Framework and Connector Features


Framework Features

Name Supported
Content CrawlingYes
Identity CrawlingYes
Snapshot-based IncrementalsYes
Non-snapshot-based IncrementalsNo
Document HierarchyYes

Connector Features

The Azure File Storage connector has the following features:

  • Performs incremental crawling (so that only new/updated documents are indexed)
  • Fetches Object ACLs (Access Control Lists) for Azure document-level security
  • Runs from any machine with access to the given Azure File Storage source


Content Crawled


The Azure File Storage connector is able to crawl the following objects:

NameTypeRelevant MetadataContent Fetch and ExtractionDescription
File Sharecontainer
N/AThe ones that hold the directories/files.
Directorycontainer
N/AThe directories of the files. Each directory will be scanned to retrieve more directories or files.
Filedocument
YesThe documents hold by directory/file share. 


  • No labels