LogoLogo
24.1
24.1
  • Overview
  • Legal Notice
  • Release Notes
    • Previous versions
  • Glossary
  • Abbreviations
  • Getting Started
  • Supported versions
  • Quick Start Guide
  • Installation Guide
    • System Requirements
    • Prerequisites
    • Install migration-center
    • Install migration-center on AWS
    • Start migration-center
    • Access Network Shares
    • Upgrade migration-center
    • Backup and Restore
    • Java configuration
    • Uninstall migration-center
  • WebClient User Guide
    • TR Function Reference
  • Third Party Open Source Libraries
  • Administration
  • Oracle Database Creation
  • Database Administrator’s Guide
  • Oracle Sizing Guide
  • Time zone handling
  • Documentum security enhancements
  • Common Parameters
  • Scanners
    • Amazon Comprehend Enrich Scanner
    • Alfresco Scanner
    • CSV & Excel Scanner
    • Database Scanner
    • Documentum Scanner
    • Documentum NCC Scanner
    • Domino Scanner
    • Exchange Scanner
    • Filesystem Scanner
    • OpenText Scanner
    • Outlook Scanner
    • SharePoint Scanner
    • SharePoint Online Scanner
    • Veeva Scanner
  • Importers
    • Alfresco Importer
    • AzureBlob Importer
    • Box Importer
    • Cara Importer
    • D2 Importer
    • D2 InPlace Connector
    • Documentum Importer
    • Documentum InPlace Connector
    • Documentum NCC Importer
    • Filesystem Importer
    • Hyland OnBase Importer
    • InfoArchive Importer
    • OpenText Importer
    • OpenText InPlace Connector
    • SharePoint Importer
    • SharePoint Online Importer
    • SharePoint Online Batch Importer
    • TrackWise Importer
    • Veeva Importer
Powered by GitBook
On this page
  • Introduction
  • Prerequisites
  • Importer Configuration
  • Importer Parameters
  • Migset System Rules
  • Documents
  • Metadata
  • Blob Index Tags

Was this helpful?

Export as PDF
  1. Importers

AzureBlob Importer

Was this helpful?

Introduction

The AzureBlob importer takes files processed in migration-center and imports them into the target Azure Blob containers.

Prerequisites

You will need the Azure Storage EndPoint and a SAS Token to connect the importer to Azure.

A standard Azure Storage Endpoint includes the unique storage account name along with a fixed domain name. The format of a standard endpoint is:

https://<storage-account>.blob.core.windows.net

For more information about the Azure Endpoints see: https://learn.microsoft.com/en-us/azure/storage/blobs/storage-blob-query-endpoint-srp?tabs=dotnet

To generate the SAS Token follow the Azure documentation here: https://learn.microsoft.com/en-us/azure/ai-services/translator/document-translation/how-to-guides/create-sas-tokens?tabs=Containers

Importer Configuration

Importer Parameters

  • azureStorageEndPoint

    The Azure storage endpoint used to connect to Azure. See Prerequisites.

  • sasToken The SAS Token used to connect to Azure. See Prerequisites.

  • loggingLevel See .

Migset System Rules

Documents

  • cache_control The Azure document's cache control header. Used to manage the expiration of blob storage in Azure CDN. See: https://learn.microsoft.com/en-us/azure/cdn/cdn-manage-expiration-of-blob-content

  • containerName The name of the Azure container where the document will be imported

  • content_disposition The content disposition attribute of the Azure document. The Content-Disposition response header field conveys additional information about how to process the response payload. See: https://learn.microsoft.com/en-us/dotnet/api/azure.storage.blobs.models.blobproperties.contentdisposition?view=azure-dotnet

  • content_encoding The content encoding attribute of the Azure document.

  • content_language The content language attribute of the Azure document.

  • content_type The content type attribute of the Azure document. Sets the content file MIME Type.

  • fileName The file name of the document being imported.

  • folder_path The Azure folder path where the document will be created

  • mc_content_location The content location of document. If not set, the content will correspond with the source object content location

  • target_type The target type representing the AzureBlob document type.

Metadata

You can set Azure Metadata attributes by adding attributes to the Object Type you will be using in the migset. The Object Type name is not relevant.

Any attribute present in the Object Type and associated in the migset will be set on your imported documents.

Blob Index Tags

You can set Blob Index Tags by adding them to the Object Type and associating them in the migset, just like a regular Metadata attribute.

Index Tag attributes name must have the format index.<name>

Common Parameters