2019-03-22 13:59:31 -04:00
|
|
|
---
|
|
|
|
|
title: Online Hosted Instructions
|
|
|
|
|
permalink: index.html
|
|
|
|
|
layout: home
|
|
|
|
|
---
|
|
|
|
|
|
2019-03-22 19:32:41 -04:00
|
|
|
# Content Directory
|
2019-03-22 13:59:31 -04:00
|
|
|
|
2020-07-13 13:11:50 -04:00
|
|
|
Required labs files can be [DOWNLOADED HERE](https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator/archive/master.zip)
|
2020-07-13 13:08:26 -04:00
|
|
|
|
2019-03-22 19:32:41 -04:00
|
|
|
## Labs
|
|
|
|
|
|
|
|
|
|
{% assign labs = site.pages | where_exp:"page", "page.url contains '/Instructions/Labs'" %}
|
|
|
|
|
| Module | Lab |
|
|
|
|
|
| --- | --- |
|
|
|
|
|
{% for activity in labs %}| {{ activity.lab.module }} | [{{ activity.lab.title }}{% if activity.lab.type %} - {{ activity.lab.type }}{% endif %}]({{ site.github.url }}{{ activity.url }}) |
|
|
|
|
|
{% endfor %}
|
|
|
|
|
|
2023-06-06 14:30:24 -07:00
|
|
|
## Demos
|
2019-03-22 13:59:31 -04:00
|
|
|
|
2023-06-06 14:30:24 -07:00
|
|
|
{% assign demos = site.pages | where_exp:"page", "page.url contains '/Instructions/Demos'" %}
|
|
|
|
|
| Module | Demonstration |
|
|
|
|
|
| --- | --- |
|
|
|
|
|
{% for activity in demos %}| {{ activity.demos.module }} | [{{ activity.demos.title }}{% if activity.demos.type %} - {{ activity.demos.type }}{% endif %}]({{ site.github.url }}{{ activity.url }}) |
|
|
|
|
|
{% endfor %}
|