Automate - Copy or Move Data to Azure Storage

The material in this document is for informational purposes only. This guide assumes that the most recent version of Rampiva Automate is in use unless otherwise noted in the prerequisites. The products it describes are subject to change without prior notice, due to the manufacturer’s continuous development program. Rampiva makes no representations or warranties with respect to this document or with respect to the products described herein. Rampiva shall not be liable for any damages, losses, costs or expenses, direct, indirect or incidental, consequential or special, arising out of, or related to the use of this material or the products described herein.

Introduction

This document shows how to upload, download, copy, or move data to Azure Storage using the AzCopy command-line utility. For more information on AzCopy, see https://learn.microsoft.com/en-gb/azure/storage/common/storage-use-azcopy-v10.

 

Prerequisites 

  • Rampiva Automate v7.0 or later


Instructions

A. Run the AzCopy Command in a Workflow

1

From the Libraries page, add a new Blank Workflow.

 

2

Add a Run External Application operation.

We’ll use the Run External Application operation to run the AzCopy command.

3

Set the Application location:

C:\Program Files\Rampiva\Automate\bin\azcopy\azcopy.exe

When using the Rampiva Automate Windows installation, the AzCopy command is available at C:\Program Files\Rampiva\Automate\bin\azcopy\azcopy.exe .

4

Set the Arguments to the arguments that you want to run the AzCopy command with. For example, to list the options available, set the arguments to:

help
5

Set the Working directory to a temporary folder. For example, on Windows, set the working directory to:

C:\Temp
6

Save and test the workflow.