Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Latest commit

 

History

History
67 lines (40 loc) · 2.57 KB

File metadata and controls

67 lines (40 loc) · 2.57 KB

DATA10 pre-demo setup

Prerequisites

Azure Subscription

Having an Azure subscription is mandatory to be able to do the DATA10: dEMOS​. If you don't own an Azure subscription already, you can create your free account today. It comes with 200$ credit, so you can experience almost everything without spending a dime.

Create a Free Azure Account here

Deployments

DATA10 Demo Automated Deployment

Step 1: Automated Deployment

Simply by pressing the blue "Deploy to Azure" button below, will provision the Azure Services required required for DATA10 demos.

Step 2: Validation of services

Validate Correct provisioning of services

Estimated Time: 15 minutes

  1. From the Azure Portal, expand the resource group you deployed the template to and review that the following services are provisioned:
  • Azure Synapse Analytics (SQL Data Warehouse)
  • Azure Storage Accounts
  • Azure Data Factory
  1. Click on the storage account and browse to Containers
  2. Capture the name of your storage acccount (Data Lake Storage)
  3. Expand the resource group
  4. CLick on the SQL Data Warehouse
  5. In the SQL Data Warehouse Window, click Pause to pause the service
  6. Click on the Azure Data Factory repo and validate Azure Data Factory was deployed succesfully

Step 3: Populate the Azure Storage container Azure CloudShell

  1. In the Azure Portal, open an Azure Cloudshell window. Complete the configuration process as needed

  2. Type the following command to copy the deployment script to Azure Cloud Shell

    This will copy the deployment script that will populate the Azure Data Lake Storage Containers with sample files

curl -OL https://raw.githubusercontent.com/microsoft/ignite-learning-paths-training-data/main/deployment/scripts/data10-storage.azcli
  1. Type the following to upload the sample files:
bash data10-storage.azcli <storageaccountname>

Example: bash data10-storage.azcli mdwdemostoredl

NOTE: You have now succesfully validated the demo setup and can go back to the demo script