Upload files into an Azure Media Services account from Azure StorSimple

Azure StorSimple Data Manager is currently in private preview.

Overview

In Media Services, you upload your digital files into an asset. The Asset can contain video, audio, images, thumbnail collections, text tracks and closed caption files (and the metadata about these files.) Once the files are uploaded, your content is stored securely in the cloud for further processing and streaming.

Azure StorSimple uses cloud storage as an extension of the on-premises solution and automatically tiers data across the on-premises storage and cloud storage. The StorSimple device dedupes and compresses your data before sending it to the cloud making it very efficient for sending large files to the cloud. The StorSimple Data Manager service provides APIs that enable you to extract data from StorSimple and present it as AMS assets.

Get started

  1. Create a Media Services account into which you want to transfer the assets.

  2. Sign up for Data Manager preview, as described in the StorSimple Data Manager article.

  3. Create a StorSimple Data Manager account.

  4. Create a data transformation job that when runs, extracts data from a StorSimple device and transfers it into an AMS account as assets.

    When the job starts running, a storage queue is created. This queue is populated with messages about transformed blobs as they are ready. The name of this queue is the same as the name of the job definition. You can use this queue to determine when as asset is ready and call your desired Media Services operation to run on it. For example, you can use this queue to trigger an Azure Function that has the necessary Media Services code in it.