Power BI Desktop can be installed on the lab VM for this course.
Install Power BI Desktop on your lab computer or VM.
Click the Deploy to Azure
button below to start the deployment process.
You should see next the Custom deployment
screen where you need to provide the resource group where the Synapse Analytics workspace was deployed (see Pre-requisites for deployment for details):
Select Review + create
to validate the settings.
Once the validation is passed, select Create
to start the deployment. You should see next an indication of the deployment progress:
Wait until the deployment completes successfully before proceeding to the next step.
In the Azure Portal, navigate to the resource group you used to deploy the Synapse Analytics workspace (see Pre-requisites for deployment for details) and start a Cloud Shell instance (see Configure the Azure Cloud Shell above for details).
Once the Cloud Shell instance becomes available, run az login
to make sure the correct account and subscription context are set:
Run the following command to make sure the Git repository has been correctly cloned (see Run the global setup script in Cloud Shell for details):
dir
Change your current directory using
cd asa/setup/17/automation
and then start the setup script using
.\lab-01-setup.ps1
Make sure the selected subscription is the one that contains the resource group where you deployed the Synapse Analytics workspace:
Enter the name of the resource group where you deployed the Synapse Analytics workspace:
The setup script will now proceed to create all necessary Synapse Analytics artifacts in your environment.
The process should take a few minutes to finish. Once it completes successfully, you have completed the deployment of the lab.