-
Notifications
You must be signed in to change notification settings - Fork 91
Cloud deployment
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!
- Install Azure CLI from here
- Download the scripts and templates locally via this link: template
- (For databricks environment only; this is not required for HDInsight environments), Install Databricks CLI from here.
-
Open common.parameters.txt under DeploymentCloud/Deployment.DataX, provide TenantId and SubscriptionId. In order to setup Data Accelerator with Databricks environment, also set useDatabricks = y (See FAQ section below on how to use other parameters.)
-
For Windows OS, open a command prompt as an admin under the downloaded folder DeploymentCloud/Deployment.DataX and run :
deploy.bat
- 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
- For
-
Data Accelerator with HDInsight environment - 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)
-
Data Accelerator with Databricks environment - If useDatabricks was set to y in common.parameters.txt file before running deploy.bat then the above steps will setup the azure resources required by Data Accelerator including a Databricks resource. To finish setting up databricks resource you will further need to generate databricks token, create a secret scope, upload jars to DBFS which are required to run spark jobs and finally create a databricks cluster for live query. Please refer Data Accelerator with Databricks Environment Setup for complete instructions.
- The ARM deployment for DataX currently support only Windows. If you are looking for multiplatform support (Linux and Mac) please reach out to discuss options.
For details, please see Cloud Deployment On Linux
- For any issue,please refer to the FAQ
- For advanced scenarios, see See Configuring the ARM template for details and options