File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,4 +27,24 @@ Scroll down for demonstrations.
2727{% endfor %}
2828
2929
30+ # Content Directory
31+
32+ Required labs files can be [ DOWNLOADED HERE] ( https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator/archive/master.zip )
33+
34+ ## Labs
35+
36+ {% assign labs = site.pages | where_exp:"page", "page.url contains '/Instructions/Labs'" %}
37+ | Module | Lab |
38+ | --- | --- |
39+ {% for activity in labs %}| {{ activity.lab.module }} | [ {{ activity.lab.title }}{% if activity.lab.type %} - {{ activity.lab.type }}{% endif %}] ({{ site.github.url }}{{ activity.url }}) |
40+ {% endfor %}
41+
42+ ## Demonstrations
43+
44+ {% assign demos = site.pages | where_exp:"page", "page.url contains '/Instructions/Demos'" %}
45+ | Module | Demonstration |
46+ | --- | --- |
47+ {% for activity in demos %}| {{ activity.demo.module }} | [ {{ activity.demo.title }}] ({{ site.github.url }}{{ activity.url }}) |
48+ {% endfor %}
49+
3050
You can’t perform that action at this time.
0 commit comments