The following document describe how to do all the demos presented during the session. You must have completed the deployment before attempting to do the demos.
💡 You must have completed the deployment before attempting to do the demo.
As part of this demo you will walk through the items created and provisioned as part of the demo deployment to Azure Script. You can also walk through and highlight manual provisioning / ARM deployments.
Estimated Time: 15 minutes
- From the Azure Portal, expand the resource group you deployed to review the following services are provisioned:
- Azure Synapse Analytics (SQL Data Warehouse)
- Azure Storage Accounts
- Azure Data Factory
- Click on the resource groups
- Validate that 4 resources are listed:
- Data factory (v2)
- SQL data warehouse
- SQL Server
- Storage account
- Click on the storage account
- Click on Containers
- Validate that 2 containers data and logs are existing
- Click on the logs container
- validate that 3 files exist in the container:
- preferences.json
- weblogsQ1.log
- weblogsQ2.log
- validate that 3 files exist in the container:
- Repeat the validation for the data container as well, validate that 2 files exist in the container: - preferences.json - DimDate2.txt
- Click on the resource group
- Click on SQL data warehouse
- Validate the notification message indicating that the data warehouse is currently paused. If the service is NOT paused - click Pause to stop the service.
- Click on the Azure Data Factory
- Click on Author & Monitor
- In Azure Data Factory, click on Create pipeline from template
- Showcase that many ADF Pipelines exist and can easily be deployed in ADF using ARM templates.
Note: You will not be creating a new pipeline in this demo, you're only highlighting the some of the components of an modern data warehouse
💡 NOTE - At the end of this demo, if you are NOT going through any other demos - delete the resource group to reduce and mimize Azure spend.