DP-203: Data Engineering on Microsoft Azure
In this course, students will learn about data engineering as it pertains to working with batch and real-time analytical solutions using Azure data platform technologies. Students will understand the core compute and storage technologies that are used to build an analytical solution.
The students will learn how to interactively explore data stored in files in a data lake. They will learn the various ingestion techniques that can be used to load data using the Apache Spark capability found in Azure Synapse Analytics or Azure Databricks or how to ingest using Azure Data Factory or Azure Synapse pipelines.
The students will also learn the various ways they can transform the data using the same technologies that is used to ingest data. They will understand the importance of implementing security to ensure that the data is protected at rest or in transit. The student will then show how to create a real-time analytical system to create real-time analytical solutions.Â
The primary audience for this course is data professionals, data architects, and business intelligence professionals who want to learn about data engineering and building analytical solutions using data platform technologies that exist on Microsoft Azure.
The secondary audience for this course data analysts and data scientists who work with analytical solutions built on Microsoft Azure.Â
This course prepares you for the certification exam DP-203: Data Engineering on Microsoft Azure to obtain the Microsoft Certified: Azure Data Engineer Associate Certificate.
Module 1: Explore compute and storage options for data engineering workloadsÂ
This module provides an overview of the Azure compute and storage technology options that are available to data engineers building analytical workloads. This module teaches ways to structure the data lake, and to optimize the files for exploration, streaming, and batch workloads. The student will learn how to organize the data lake into levels of data refinement as they transform files through batch and stream processing. Then they will learn how to create indexes on their datasets, such as CSV, JSON, and Parquet files, and use them for potential query and workload acceleration.Â
LessonsÂ
- Introduction to Azure Synapse AnalyticsÂ
- Describe Azure DatabricksÂ
- Introduction to Azure Data Lake storageÂ
- Describe Delta Lake architectureÂ
- Work with data streams by using Azure Stream AnalyticsÂ
Lab: Explore compute and storage options for data engineering workloadsÂ
- Combine streaming and batch processing with a single pipelineÂ
- Organize the data lake into levels of file transformationÂ
- Index data lake storage for query and workload accelerationÂ
After completing this module, students will be able to:Â
- Describe Azure Synapse AnalyticsÂ
- Describe Azure DatabricksÂ
- Describe Azure Data Lake storageÂ
- Describe Delta Lake architectureÂ
- Describe Azure Stream AnalyticsÂ
Module 2: Design and implement the serving layerÂ
This module teaches how to design and implement data stores in a modern data warehouse to optimize analytical workloads. The student will learn how to design a multidimensional schema to store fact and dimension data. Then the student will learn how to populate slowly changing dimensions through incremental data loading from Azure Data Factory.Â
LessonsÂ
- Design a multidimensional schema to optimize analytical workloadsÂ
- Code-free transformation at scale with Azure Data FactoryÂ
- Populate slowly changing dimensions in Azure Synapse Analytics pipelinesÂ
Lab: Designing and Implementing the Serving LayerÂ
- Design a star schema for analytical workloadsÂ
- Populate slowly changing dimensions with Azure Data Factory and mapping data flowsÂ
After completing this module, students will be able to:Â
- Design a star schema for analytical workloadsÂ
- Populate a slowly changing dimensions with Azure Data Factory and mapping data flowsÂ
Module 3: Data engineering considerations for source filesÂ
This module explores data engineering considerations that are common when loading data into a modern data warehouse analytical from files stored in an Azure Data Lake, and understanding the security consideration associated with storing files stored in the data lake.Â
LessonsÂ
- Design a Modern Data Warehouse using Azure Synapse AnalyticsÂ
- Secure a data warehouse in Azure Synapse AnalyticsÂ
Lab: Data engineering considerationsÂ
- Managing files in an Azure data lakeÂ
- Securing files stored in an Azure data lakeÂ
After completing this module, students will be able to:Â
- Design a Modern Data Warehouse using Azure Synapse AnalyticsÂ
- Secure a data warehouse in Azure Synapse AnalyticsÂ
Module 4: Run interactive queries using Azure Synapse Analytics serverless SQL poolsÂ
In this module, students will learn how to work with files stored in the data lake and external file sources, through T-SQL statements executed by a serverless SQL pool in Azure Synapse Analytics. Students will query Parquet files stored in a data lake, as well as CSV files stored in an external data store. Next, they will create Azure Active Directory security groups and enforce access to files in the data lake through Role-Based Access Control (RBAC) and Access Control Lists (ACLs).Â
LessonsÂ
- Explore Azure Synapse serverless SQL pools capabilitiesÂ
- Query data in the lake using Azure Synapse serverless SQL poolsÂ
- Create metadata objects in Azure Synapse serverless SQL poolsÂ
- Secure data and manage users in Azure Synapse serverless SQL poolsÂ
Lab: Run interactive queries using serverless SQL poolsÂ
- Query Parquet data with serverless SQL poolsÂ
- Create external tables for Parquet and CSV filesÂ
- Create views with serverless SQL poolsÂ
- Secure access to data in a data lake when using serverless SQL poolsÂ
- Configure data lake security using Role-Based Access Control (RBAC) and Access Control ListÂ
After completing this module, students will be able to:Â
- Understand Azure Synapse serverless SQL pools capabilitiesÂ
- Query data in the lake using Azure Synapse serverless SQL poolsÂ
- Create metadata objects in Azure Synapse serverless SQL poolsÂ
- Secure data and manage users in Azure Synapse serverless SQL poolsÂ
Module 5: Explore, transform, and load data into the Data Warehouse using Apache SparkÂ
This module teaches how to explore data stored in a data lake, transform the data, and load data into a relational data store. The student will explore Parquet and JSON files and use techniques to query and transform JSON files with hierarchical structures. Then the student will use Apache Spark to load data into the data warehouse and join Parquet data in the data lake with data in the dedicated SQL pool.Â
LessonsÂ
- Understand big data engineering with Apache Spark in Azure Synapse AnalyticsÂ
- Ingest data with Apache Spark notebooks in Azure Synapse AnalyticsÂ
- Transform data with DataFrames in Apache Spark Pools in Azure Synapse AnalyticsÂ
- Integrate SQL and Apache Spark pools in Azure Synapse AnalyticsÂ
Lab: Explore, transform, and load data into the Data Warehouse using Apache SparkÂ
- Perform Data Exploration in Synapse StudioÂ
- Ingest data with Spark notebooks in Azure Synapse AnalyticsÂ
- Transform data with DataFrames in Spark pools in Azure Synapse AnalyticsÂ
- Integrate SQL and Spark pools in Azure Synapse AnalyticsÂ
After completing this module, students will be able to:Â
- Describe big data engineering with Apache Spark in Azure Synapse AnalyticsÂ
- Ingest data with Apache Spark notebooks in Azure Synapse AnalyticsÂ
- Transform data with DataFrames in Apache Spark Pools in Azure Synapse AnalyticsÂ
- Integrate SQL and Apache Spark pools in Azure Synapse AnalyticsÂ
Module 6: Data exploration and transformation in Azure DatabricksÂ
This module teaches how to use various Apache Spark DataFrame methods to explore and transform data in Azure Databricks. The student will learn how to perform standard DataFrame methods to explore and transform data. They will also learn how to perform more advanced tasks, such as removing duplicate data, manipulate date/time values, rename columns, and aggregate data.Â
LessonsÂ
- Describe Azure DatabricksÂ
- Read and write data in Azure DatabricksÂ
- Work with DataFrames in Azure DatabricksÂ
- Work with DataFrames advanced methods in Azure DatabricksÂ
Lab: Data Exploration and Transformation in Azure Databricks
- Use DataFrames in Azure Databricks to explore and filter dataÂ
- Cache a DataFrame for faster subsequent queriesÂ
- Remove duplicate dataÂ
- Manipulate date/time valuesÂ
- Remove and rename DataFrame columnsÂ
- Aggregate data stored in a DataFrameÂ
After completing this module, students will be able to:Â
- Describe Azure DatabricksÂ
- Read and write data in Azure DatabricksÂ
- Work with DataFrames in Azure DatabricksÂ
- Work with DataFrames advanced methods in Azure DatabricksÂ
Module 7: Ingest and load data into the data warehouseÂ
This module teaches students how to ingest data into the data warehouse through T-SQL scripts and Synapse Analytics integration pipelines. The student will learn how to load data into Synapse dedicated SQL pools with PolyBase and COPY using T-SQL. The student will also learn how to use workload management along with a Copy activity in a Azure Synapse pipeline for petabyte-scale data ingestion.Â
LessonsÂ
- Use data loading best practices in Azure Synapse AnalyticsÂ
- Petabyte-scale ingestion with Azure Data FactoryÂ
Lab: Ingest and load Data into the Data WarehouseÂ
- Perform petabyte-scale ingestion with Azure Synapse PipelinesÂ
- Import data with PolyBase and COPY using T-SQLÂ
- Use data loading best practices in Azure Synapse AnalyticsÂ
After completing this module, students will be able to:Â
- Use data loading best practices in Azure Synapse AnalyticsÂ
- Petabyte-scale ingestion with Azure Data FactoryÂ
Module 8: Transform data with Azure Data Factory or Azure Synapse PipelinesÂ
This module teaches students how to build data integration pipelines to ingest from multiple data sources, transform data using mapping data flowss, and perform data movement into one or more data sinks.Â
LessonsÂ
- Data integration with Azure Data Factory or Azure Synapse PipelinesÂ
- Code-free transformation at scale with Azure Data Factory or Azure Synapse PipelinesÂ
Lab: Transform Data with Azure Data Factory or Azure Synapse PipelinesÂ
- Execute code-free transformations at scale with Azure Synapse PipelinesÂ
- Create data pipeline to import poorly formatted CSV filesÂ
- Create Mapping Data FlowsÂ
After completing this module, students will be able to:Â
- Perform data integration with Azure Data FactoryÂ
- Perform code-free transformation at scale with Azure Data FactoryÂ
Module 9: Orchestrate data movement and transformation in Azure Synapse PipelinesÂ
In this module, you will learn how to create linked services, and orchestrate data movement and transformation using notebooks in Azure Synapse Pipelines.Â
LessonsÂ
- Orchestrate data movement and transformation in Azure Data FactoryÂ
Lab: Orchestrate data movement and transformation in Azure Synapse PipelinesÂ
- Integrate Data from Notebooks with Azure Data Factory or Azure Synapse PipelinesÂ
After completing this module, students will be able to:Â
- Orchestrate data movement and transformation in Azure Synapse PipelinesÂ
Module 10: Optimize query performance with dedicated SQL pools in Azure SynapseÂ
In this module, students will learn strategies to optimize data storage and processing when using dedicated SQL pools in Azure Synapse Analytics. The student will know how to use developer features, such as windowing and HyperLogLog functions, use data loading best practices, and optimize and improve query performance.Â
LessonsÂ
- Optimize data warehouse query performance in Azure Synapse AnalyticsÂ
- Understand data warehouse developer features of Azure Synapse AnalyticsÂ
Lab: Optimize Query Performance with Dedicated SQL Pools in Azure SynapseÂ
- Understand developer features of Azure Synapse AnalyticsÂ
- Optimize data warehouse query performance in Azure Synapse AnalyticsÂ
- Improve query performanceÂ
After completing this module, students will be able to:Â
- Optimize data warehouse query performance in Azure Synapse AnalyticsÂ
- Understand data warehouse developer features of Azure Synapse AnalyticsÂ
Module 11: Analyze and Optimize Data Warehouse StorageÂ
In this module, students will learn how to analyze then optimize the data storage of the Azure Synapse dedicated SQL pools. The student will know techniques to understand table space usage and column store storage details. Next the student will know how to compare storage requirements between identical tables that use different data types. Finally, the student will observe the impact materialized views have when executed in place of complex queries and learn how to avoid extensive logging by optimizing delete operations.Â
LessonsÂ
- Analyze and optimize data warehouse storage in Azure Synapse AnalyticsÂ
Lab: Analyze and Optimize Data Warehouse StorageÂ
- Check for skewed data and space usageÂ
- Understand column store storage detailsÂ
- Study the impact of materialized viewsÂ
- Explore rules for minimally logged operationsÂ
After completing this module, students will be able to:Â
- Analyze and optimize data warehouse storage in Azure Synapse AnalyticsÂ
Module 12: Support Hybrid Transactional Analytical Processing (HTAP) with Azure Synapse LinkÂ
In this module, students will learn how Azure Synapse Link enables seamless connectivity of an Azure Cosmos DB account to a Synapse workspace. The student will understand how to enable and configure Synapse link, then how to query the Azure Cosmos DB analytical store using Apache Spark and SQL serverless.Â
LessonsÂ
- Design hybrid transactional and analytical processing using Azure Synapse AnalyticsÂ
- Configure Azure Synapse Link with Azure Cosmos DBÂ
- Query Azure Cosmos DB with Apache Spark poolsÂ
- Query Azure Cosmos DB with serverless SQL poolsÂ
Lab: Support Hybrid Transactional Analytical Processing (HTAP) with Azure Synapse LinkÂ
- Configure Azure Synapse Link with Azure Cosmos DBÂ
- Query Azure Cosmos DB with Apache Spark for Synapse AnalyticsÂ
- Query Azure Cosmos DB with serverless SQL pool for Azure Synapse AnalyticsÂ
After completing this module, students will be able to:Â
- Design hybrid transactional and analytical processing using Azure Synapse AnalyticsÂ
- Configure Azure Synapse Link with Azure Cosmos DBÂ
- Query Azure Cosmos DB with Apache Spark for Azure Synapse AnalyticsÂ
- Query Azure Cosmos DB with SQL serverless for Azure Synapse AnalyticsÂ
Module 13: End-to-end security with Azure Synapse AnalyticsÂ
In this module, students will learn how to secure a Synapse Analytics workspace and its supporting infrastructure. The student will observe the SQL Active Directory Admin, manage IP firewall rules, manage secrets with Azure Key Vault and access those secrets through a Key Vault linked service and pipeline activities. The student will understand how to implement column-level security, row-level security, and dynamic data masking when using dedicated SQL pools.Â
LessonsÂ
- Secure a data warehouse in Azure Synapse AnalyticsÂ
- Configure and manage secrets in Azure Key VaultÂ
- Implement compliance controls for sensitive dataÂ
Lab: End-to-end security with Azure Synapse AnalyticsÂ
- Secure Azure Synapse Analytics supporting infrastructureÂ
- Secure the Azure Synapse Analytics workspace and managed servicesÂ
- Secure Azure Synapse Analytics workspace dataÂ
After completing this module, students will be able to:Â
- Secure a data warehouse in Azure Synapse AnalyticsÂ
- Configure and manage secrets in Azure Key VaultÂ
- Implement compliance controls for sensitive dataÂ
Module 14: Real-time Stream Processing with Stream AnalyticsÂ
In this module, students will learn how to process streaming data with Azure Stream Analytics. The student will ingest vehicle telemetry data into Event Hubs, then process that data in real time, using various windowing functions in Azure Stream Analytics. They will output the data to Azure Synapse Analytics. Finally, the student will learn how to scale the Stream Analytics job to increase throughput.Â
LessonsÂ
- Enable reliable messaging for Big Data applications using Azure Event HubsÂ
- Work with data streams by using Azure Stream AnalyticsÂ
- Ingest data streams with Azure Stream AnalyticsÂ
Lab: Real-time Stream Processing with Stream AnalyticsÂ
- Use Stream Analytics to process real-time data from Event HubsÂ
- Use Stream Analytics windowing functions to build aggregates and output to Synapse AnalyticsÂ
- Scale the Azure Stream Analytics job to increase throughput through partitioningÂ
- Repartition the stream input to optimize parallelizationÂ
After completing this module, students will be able to:Â
- Enable reliable messaging for Big Data applications using Azure Event HubsÂ
- Work with data streams by using Azure Stream AnalyticsÂ
- Ingest data streams with Azure Stream AnalyticsÂ
Module 15: Create a Stream Processing Solution with Event Hubs and Azure DatabricksÂ
In this module, students will learn how to ingest and process streaming data at scale with Event Hubs and Spark Structured Streaming in Azure Databricks. The student will learn the key features and uses of Structured Streaming. The student will implement sliding windows to aggregate over chunks of data and apply watermarking to remove stale data. Finally, the student will connect to Event Hubs to read and write streams.Â
LessonsÂ
- Process streaming data with Azure Databricks structured streamingÂ
Lab: Create a Stream Processing Solution with Event Hubs and Azure DatabricksÂ
- Explore key features and uses of Structured StreamingÂ
- Stream data from a file and write it out to a distributed file systemÂ
- Use sliding windows to aggregate over chunks of data rather than all dataÂ
- Apply watermarking to remove stale dataÂ
- Connect to Event Hubs read and write streamsÂ
After completing this module, students will be able to:Â
- Process streaming data with Azure Databricks structured streamingÂ
Module 16: Build reports using Power BI integration with Azure Synpase AnalyticsÂ
In this module, the student will learn how to integrate Power BI with their Synapse workspace to build reports in Power BI. The student will create a new data source and Power BI report in Synapse Studio. Then the student will learn how to improve query performance with materialized views and result-set caching. Finally, the student will explore the data lake with serverless SQL pools and create visualizations against that data in Power BI.Â
LessonsÂ
- Create reports with Power BI using its integration with Azure Synapse AnalyticsÂ
Lab: Build reports using Power BI integration with Azure Synpase AnalyticsÂ
- Integrate an Azure Synapse workspace and Power BIÂ
- Optimize integration with Power BIÂ
- Improve query performance with materialized views and result-set cachingÂ
- Visualize data with SQL serverless and create a Power BI reportÂ
After completing this module, students will be able to:Â
- Create reports with Power BI using its integration with Azure Synapse AnalyticsÂ
Module 17: Perform Integrated Machine Learning Processes in Azure Synapse AnalyticsÂ
This module explores the integrated, end-to-end Azure Machine Learning and Azure Cognitive Services experience in Azure Synapse Analytics. You will learn how to connect an Azure Synapse Analytics workspace to an Azure Machine Learning workspace using a Linked Service and then trigger an Automated ML experiment that uses data from a Spark table. You will also learn how to use trained models from Azure Machine Learning or Azure Cognitive Services to enrich data in a SQL pool table and then serve prediction results using Power BI.Â
LessonsÂ
- Use the integrated machine learning process in Azure Synapse AnalyticsÂ
Lab: Perform Integrated Machine Learning Processes in Azure Synapse AnalyticsÂ
- Create an Azure Machine Learning linked serviceÂ
- Trigger an Auto ML experiment using data from a Spark tableÂ
- Enrich data using trained modelsÂ
- Serve prediction results using Power BIÂ
After completing this module, students will be able to:Â
- Use the integrated machine learning process in Azure Synapse Analytics Â
1 990,00 € (Excl. Tax)
Antti “Kontti” Kontiainen
Consulting & Training
Antti is an experienced consultant and trainer who has received a lot of positive feedback about his ability to present difficult technical matters in an understandable way.
Related products
-
AZ-305: Designing Microsoft Azure Infrastructure Solutions
1 990,00 € (Excl. Tax)This course teaches Azure Solution Architects how to design infrastructure solutions. Course topics cover governance, compute, application architecture, storage, data integration, authentication and security solutions, networks, plan deployments, business continuity, migrations, and integrations. The course combines lecture with case studies to demonstrate basic architect design principles.ÂImplementation: Class (in Finnish), Online (in Finnish)Length: 4 daysStarting dates: Ask for details: sales@sulava.comMaterial: Microsoft English Material (MOC)Select options This product has multiple variants. The options may be chosen on the product page -
AI-900: Microsoft Azure AI Fundamentals
590,00 € (Excl. Tax)Learn what Azure AI solutions are and what benefits they bring to your business! In the Azure AI Fundamentals one-day course, you will get to learn about what artificial intelligence (AI) solutions are and how Microsoft Azure cloud provides them. Throughout the day, you won’t become an AI guru or coder, but you will gain... View ArticleImplementation: Online (in Finnish)Length: 1 dayStarting dates: Ask for details: sales@sulava.comMaterial: Microsoft English Material (MOC)Select options This product has multiple variants. The options may be chosen on the product page
Antti “Kontti” Kontiainen
Consulting & Training
-
AZ-040: Automating Administration with PowerShell
1 990,00 € (Excl. Tax)This course is an opportunity to learn how to use Windows PowerShell to manage one or more Windows servers and automate day-to-day management tasks. The course focuses primarily on the features and technologies of the Windows PowerShell command line and enables support for a variety of Microsoft products, including Windows Server, Windows Client, Microsoft Azure,... View ArticleImplementation: Class (in Finnish), Online (in Finnish)Length: 4 daysStarting dates: Ask for details: sales@sulava.comMaterial: Microsoft English Material (MOC)Select options This product has multiple variants. The options may be chosen on the product page
Risto Nikula
Consulting & Training