mirror of
https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator.git
synced 2026-02-04 23:59:08 +00:00
Update index.md
This commit is contained in:
parent
4d8e97d6cb
commit
1c57c457a4
8
index.md
8
index.md
@ -8,8 +8,6 @@ layout: home
|
|||||||
|
|
||||||
Required labs files can be [DOWNLOADED HERE](https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator/archive/master.zip)
|
Required labs files can be [DOWNLOADED HERE](https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator/archive/master.zip)
|
||||||
|
|
||||||
Hyperlinks to each of the lab exercises are listed below.
|
|
||||||
|
|
||||||
## Labs
|
## Labs
|
||||||
|
|
||||||
{% assign labs = site.pages | where_exp:"page", "page.url contains '/Instructions/Labs'" %}
|
{% assign labs = site.pages | where_exp:"page", "page.url contains '/Instructions/Labs'" %}
|
||||||
@ -18,4 +16,10 @@ Hyperlinks to each of the lab exercises are listed below.
|
|||||||
{% for activity in labs %}| {{ activity.lab.module }} | [{{ activity.lab.title }}{% if activity.lab.type %} - {{ activity.lab.type }}{% endif %}]({{ site.github.url }}{{ activity.url }}) |
|
{% for activity in labs %}| {{ activity.lab.module }} | [{{ activity.lab.title }}{% if activity.lab.type %} - {{ activity.lab.type }}{% endif %}]({{ site.github.url }}{{ activity.url }}) |
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
## Demos
|
||||||
|
|
||||||
|
{% 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 %}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user