mirror of
https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator.git
synced 2026-02-05 16:19:08 +00:00
26 lines
872 B
Markdown
26 lines
872 B
Markdown
---
|
|
title: Online Hosted Instructions
|
|
permalink: index.html
|
|
layout: home
|
|
---
|
|
|
|
# Content Directory
|
|
|
|
Required labs files can be [DOWNLOADED HERE](https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator/archive/master.zip)
|
|
|
|
## 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 %}
|
|
|
|
## Demonstrations
|
|
|
|
{% assign demos = site.pages | where_exp:"page", "page.url contains '/Instructions/Demos'" %}
|
|
| Module | Demonstration |
|
|
| --- | --- |
|
|
{% for activity in demos %}| {{ activity.demo.module }} | [{{ activity.demo.title }}]({{ site.github.url }}{{ activity.url }}) |
|
|
{% endfor %}
|