Using Azure Cloud Shell and Azure Cli script you can create a lab environment fast and easy. In this lab, use Azure Cli script to set up Hands-on Lab environment.
-
Open browser and go to Azure Portal
-
Click on new Dashboard
-
Type name of the dashboard as Azure Workshop
-
Open cloud shell from the browser
-
Download a script
Run following commnad from the cloud shell prompt
Please copy below command and past it to cloud shell prompt
- Data Engineering
wget -O azlab.azcli https://raw.githubusercontent.com/xlegend1024/az-cloudscale-adv-analytics/master/script/00.azlab_DE.azcli
- Data Science
wget -O azlab.azcli https://raw.githubusercontent.com/xlegend1024/az-cloudscale-adv-analytics/master/script/00.azlab_DS.azcli
-
Run command to create a resource group and resource
Care with subscription name when you run the script
bash ./azlab.azcli
Make sure you use correct Azure Subscription for the Hands-on lab.
-
Make sure you have a resource group and Azure Key Vault, Blob, SQLDB in the resource group
If you have 4 services in your resource group you can proceed next step.