Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Microsoft Azure Decompress Action plugin decompresses gz files from a container on Azure Storage Blob service into another container. You might use this plugin at the start of a pipeline to decompress gz files on a container on Azure Blob service into another container. It can be expanded to take other compressed input format in future.

Configuration

Property

Macro Enabled?

Description

Azure Storage Account Name

Yes

Required. The Microsoft Azure Storage account name.

Azure Storage Account Key

Yes

Required. The account key for the specified Azure Storage account name.

Azure Storage Blob Container with gz files

Yes

Required. The container with input gz files.

Azure Storage Blob Container for decompressed files

Yes

Required. The container for output decompressed files.

...