- Microsoft Azure subscription
- SQL Management Studio (install on your local machine prior to DATA30) SQL Server Management Studio
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
Simply by pressing the blue "Deploy to Azure" button below, will provision the Azure Services required required for DATA10 demos.
Estimated Time: 15 minutes
- 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
- Click on the storage account and browse to Containers
- Capture the name of your storage acccount (Data Lake Storage)
- Expand the resource group
- CLick on the SQL Data Warehouse
- In the SQL Data Warehouse Window, click Pause to pause the service
- Click on the Azure Data Factory repo and validate Azure Data Factory was deployed succesfully
-
In the Azure Portal, open an Azure Cloudshell window. Complete the configuration process as needed
-
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
- 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
