Upload files to "AZ104/MicrosoftAureAdministrator"
From Instructors GitHub
This commit is contained in:
21
AZ104/MicrosoftAureAdministrator/index.md
Normal file
21
AZ104/MicrosoftAureAdministrator/index.md
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
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)
|
||||
|
||||
Hyperlinks to each of the lab exercises are listed below.
|
||||
|
||||
## 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 %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user