Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 985 Bytes

File metadata and controls

21 lines (15 loc) · 985 Bytes
title Online Hosted Instructions
permalink index.html
layout home

This page lists exercises associated with DP-750 (Implement data engineering solutions using Azure Databricks) Microsoft skilling content on Microsoft Learn

Note: If you encounter any bugs with the content, please create a new issue in the GitHub repo.

{% assign labs = site.pages | where_exp:"page", "page.url contains '/Instructions/Labs'" %} {% for activity in labs %}

Lab {{ activity.lab.index}}: [{{ activity.lab.title }}]({{ site.github.url }}{{ activity.url }})

{{ activity.lab.description }}

  • Duration: {{ activity.lab.duration }}
  • To learn more, visit [this]({{ activity.lab.module-url }}) learn module.
  • Supporting notebook can be viewed [here]({{ activity.lab.notebook }}).

{% endfor %}