Skip to content

Cloud deployment

Kwangje Cho edited this page Apr 19, 2019 · 26 revisions

Unleash the full power of Data Accelerator by deploying it into your subscription in Azure by following the instructions below and get started setting up end to end data pipelines!

Prerequisites

  • Install Azure CLI from here
  • Download the scripts and templates locally via this link: template

Deployment

  1. Open common.parameters.txt under DeploymentCloud/Deployment.DataX, only provide TenantId and SubscriptionId. (See FAQ section below on how to use other parameters.)

  2. For Windows OS, open a command prompt as an admin under the downloaded folder DeploymentCloud/Deployment.DataX and run :

 deploy.bat 
  1. If you are not the admin of the tenant (typically when using AAD account), then please copy over the DeploymentCloud folder to your admin's machine and ask your admin to run the following command:
runAdminSteps.bat

Once the deployment finishes, open the Data Accelerator Portal via http://name.azurewebsites.net (Url available from the command prompt or via the Azure Portal under the deployed App Service. To find this, go to App Services in http://portal.azure.com, click on the app service called "dx*", and open the URL)

Cloud deployment on Linux and Mac

The ARM deployment for DataX currently support only Windows. We have a plan to support multiplatforms (Linux and Mac) in the next release.

For details, please see Cloud Deployment On Linux

Troubleshooting and FAQ

Data Accelerator

Install

Docs

Clone this wiki locally