Skip to content

Latest commit

 

History

History
61 lines (34 loc) · 2.83 KB

lab-01-deploy.md

File metadata and controls

61 lines (34 loc) · 2.83 KB

Deploy resources for Lab 01

Lab VM

Power BI Desktop can be installed on the lab VM for this course.

Install Power BI Desktop on your lab computer or VM.

Deploy services for the lab

Click the Deploy to Azure button below to start the deployment process.

Deploy to Azure

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.

Synapse Analytics workspace deployment configuration

Once the validation is passed, select Create to start the deployment. You should see next an indication of the deployment progress:

Synapse Analytics workspace 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:

Cloud Shell login

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:

Cloud Shell select subscription

Enter the name of the resource group where you deployed the Synapse Analytics workspace:

Cloud Shell select resource group

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.