-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit eb92fb4
Showing
13 changed files
with
379 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Contributing to Microsoft Learning Repositories | ||
|
||
MCT contributions are a key part of keeping the lab and demo content current as the Azure platform changes. We want to make it as easy as possible for you to contribute changes to the lab files. Here are a few guidelines to keep in mind as you contribute changes. | ||
|
||
## GitHub Use & Purpose | ||
|
||
Microsoft Learning is using GitHub to publish the lab steps and lab scripts for courses that cover cloud services like Azure. Using GitHub allows the course’s authors and MCTs to keep the lab content current with Azure platform changes. Using GitHub allows the MCTs to provide feedback and suggestions for lab changes, and then the course authors can update lab steps and scripts quickly and relatively easily. | ||
|
||
> When you prepare to teach these courses, you should ensure that you are using the latest lab steps and scripts by downloading the appropriate files from GitHub. GitHub should not be used to discuss technical content in the course, or how to prep. It should only be used to address changes in the labs. | ||
It is strongly recommended that MCTs and Partners access these materials and in turn, provide them separately to students. Pointing students directly to GitHub to access Lab steps as part of an ongoing class will require them to access yet another UI as part of the course, contributing to a confusing experience for the student. An explanation to the student regarding why they are receiving separate Lab instructions can highlight the nature of an always-changing cloud-based interface and platform. Microsoft Learning support for accessing files on GitHub and support for navigation of the GitHub site is limited to MCTs teaching this course only. | ||
|
||
> As an alternative to pointing students directly to the GitHub repository, you can point students to the GitHub Pages website to view the lab instructions. The URL for the GitHub Pages website can be found at the top of the repository. | ||
To address general comments about the course and demos, or how to prepare for a course delivery, please use the existing MCT forums. | ||
|
||
## Additional Resources | ||
|
||
A user guide has been provided for MCTs who are new to GitHub. It provides steps for connecting to GitHub, downloading and printing course materials, updating the scripts that students use in labs, and explaining how you can help ensure that this course’s content remains current. | ||
|
||
<https://microsoftlearning.github.io/MCT-User-Guide/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Module: 00 | ||
## Lab/Demo: 00 | ||
### Task: 00 | ||
#### Step: 00 | ||
|
||
Description of issue | ||
|
||
Repro steps: | ||
|
||
1. | ||
1. | ||
1. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Module: 00 | ||
## Lab/Demo: 00 | ||
|
||
Fixes # . | ||
|
||
Changes proposed in this pull request: | ||
|
||
- | ||
- | ||
- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", | ||
"contentVersion": "1.0.0.0", | ||
"parameters": { | ||
}, | ||
"variables": { | ||
}, | ||
"resources": [ | ||
], | ||
"outputs": { | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", | ||
"contentVersion": "1.0.0.0", | ||
"parameters": { | ||
}, | ||
"variables": { | ||
}, | ||
"resources": [ | ||
], | ||
"outputs": { | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
demo: | ||
title: 'Demo: Deploying an ARM Template' | ||
module: 'Module 1: Exploring Azure Resource Manager' | ||
--- | ||
|
||
# Demo: Deploying an ARM Template | ||
|
||
## Instructions | ||
|
||
1. Quisque dictum convallis metus, vitae vestibulum turpis dapibus non. | ||
|
||
1. Suspendisse commodo tempor convallis. | ||
|
||
1. Nunc eget quam facilisis, imperdiet felis ut, blandit nibh. | ||
|
||
1. Phasellus pulvinar ornare sem, ut imperdiet justo volutpat et. | ||
|
||
1. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. | ||
|
||
1. Vestibulum hendrerit orci urna, non aliquet eros eleifend vitae. | ||
|
||
1. Curabitur nibh dui, vestibulum cursus neque commodo, aliquet accumsan risus. | ||
|
||
``` | ||
Sed at malesuada orci, eu volutpat ex | ||
``` | ||
1. In ac odio vulputate, faucibus lorem at, sagittis felis. | ||
1. Fusce tincidunt sapien nec dolor congue facilisis lacinia quis urna. | ||
> **Note**: Ut feugiat est id ultrices gravida. | ||
1. Phasellus urna lacus, luctus at suscipit vitae, maximus ac nisl. | ||
- Morbi in tortor finibus, tempus dolor a, cursus lorem. | ||
- Maecenas id risus pharetra, viverra elit quis, lacinia odio. | ||
- Etiam rutrum pretium enim. | ||
1. Curabitur in pretium urna, nec ullamcorper diam. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
--- | ||
lab: | ||
title: 'Lab: Deploying Azure Resource Manager templates' | ||
module: 'Module 1: Exploring Azure Resource Manager' | ||
--- | ||
|
||
# Lab: Deploying Azure Resource Manager templates | ||
# Student lab manual | ||
|
||
## Lab scenario | ||
|
||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus lobortis, erat vel egestas faucibus, dui magna semper velit, id congue sapien lectus id turpis. Nam egestas tempus enim. Ut venenatis vehicula ex, id rutrum odio lacinia at. Donec congue, tortor sed fermentum imperdiet, mauris mi auctor dui, ac cursus ex augue a odio. Aliquam erat volutpat. Vivamus faucibus fringilla augue in dignissim. Quisque sit amet nulla id risus gravida auctor. Ut in est varius, cursus odio rhoncus, placerat erat. Suspendisse nec metus est. | ||
|
||
## Objectives | ||
|
||
After you complete this lab, you will be able to: | ||
|
||
- Cras tincidunt massa et nunc vulputate, eget vestibulum massa tincidunt. | ||
|
||
- Maecenas suscipit at nisl vitae malesuada. | ||
|
||
- Suspendisse eu arcu id velit consequat venenatis. | ||
|
||
## Lab Setup | ||
|
||
- **Estimated Time**: 00 minutes | ||
|
||
## Instructions | ||
|
||
### Before you start | ||
|
||
#### Setup Task | ||
|
||
1. Integer dolor purus, gravida eu sem id, efficitur aliquet neque. | ||
|
||
1. Suspendisse viverra mauris in metus laoreet consectetur. | ||
|
||
1. Sed diam risus, convallis quis condimentum at, egestas malesuada libero. | ||
|
||
### Exercise 0: | ||
|
||
#### Task 0: | ||
|
||
1. Quisque dictum convallis metus, vitae vestibulum turpis dapibus non. | ||
|
||
1. Suspendisse commodo tempor convallis. | ||
|
||
1. Nunc eget quam facilisis, imperdiet felis ut, blandit nibh. | ||
|
||
1. Phasellus pulvinar ornare sem, ut imperdiet justo volutpat et. | ||
|
||
1. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. | ||
|
||
1. Vestibulum hendrerit orci urna, non aliquet eros eleifend vitae. | ||
|
||
1. Curabitur nibh dui, vestibulum cursus neque commodo, aliquet accumsan risus. | ||
|
||
``` | ||
Sed at malesuada orci, eu volutpat ex | ||
``` | ||
1. In ac odio vulputate, faucibus lorem at, sagittis felis. | ||
1. Fusce tincidunt sapien nec dolor congue facilisis lacinia quis urna. | ||
> **Note**: Ut feugiat est id ultrices gravida. | ||
1. Phasellus urna lacus, luctus at suscipit vitae, maximus ac nisl. | ||
- Morbi in tortor finibus, tempus dolor a, cursus lorem. | ||
- Maecenas id risus pharetra, viverra elit quis, lacinia odio. | ||
- Etiam rutrum pretium enim. | ||
1. Curabitur in pretium urna, nec ullamcorper diam. | ||
#### Review | ||
Maecenas fringilla ac purus non tincidunt. Aenean pellentesque velit id suscipit tempus. Cras at ullamcorper odio. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
--- | ||
lab: | ||
title: 'Lab: Deploying Azure Resource Manager templates' | ||
type: 'Answer Key' | ||
module: 'Module 1: Exploring Azure Resource Manager' | ||
--- | ||
|
||
# Lab: Deploying Azure Resource Manager templates | ||
# Student lab answer key | ||
|
||
## Instructions | ||
|
||
### Before you start | ||
|
||
#### Setup Task | ||
|
||
1. Integer dolor purus, gravida eu sem id, efficitur aliquet neque. | ||
|
||
1. Suspendisse viverra mauris in metus laoreet consectetur. | ||
|
||
1. Sed diam risus, convallis quis condimentum at, egestas malesuada libero. | ||
|
||
### Exercise 0: | ||
|
||
#### Task 0: | ||
|
||
1. Quisque dictum convallis metus, vitae vestibulum turpis dapibus non. | ||
|
||
1. Suspendisse commodo tempor convallis. | ||
|
||
1. Nunc eget quam facilisis, imperdiet felis ut, blandit nibh. | ||
|
||
1. Phasellus pulvinar ornare sem, ut imperdiet justo volutpat et. | ||
|
||
1. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. | ||
|
||
1. Vestibulum hendrerit orci urna, non aliquet eros eleifend vitae. | ||
|
||
1. Curabitur nibh dui, vestibulum cursus neque commodo, aliquet accumsan risus. | ||
|
||
``` | ||
Sed at malesuada orci, eu volutpat ex | ||
``` | ||
1. In ac odio vulputate, faucibus lorem at, sagittis felis. | ||
1. Fusce tincidunt sapien nec dolor congue facilisis lacinia quis urna. | ||
> **Note**: Ut feugiat est id ultrices gravida. | ||
1. Phasellus urna lacus, luctus at suscipit vitae, maximus ac nisl. | ||
- Morbi in tortor finibus, tempus dolor a, cursus lorem. | ||
- Maecenas id risus pharetra, viverra elit quis, lacinia odio. | ||
- Etiam rutrum pretium enim. | ||
1. Curabitur in pretium urna, nec ullamcorper diam. | ||
#### Review | ||
Maecenas fringilla ac purus non tincidunt. Aenean pellentesque velit id suscipit tempus. Cras at ullamcorper odio. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2019 Sidney Andrews | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
name: '$(Date:yyyyMMdd)$(Rev:.rr)' | ||
jobs: | ||
- job: build_markdown_content | ||
displayName: 'Build Markdown Content' | ||
workspace: | ||
clean: all | ||
pool: | ||
vmImage: 'Ubuntu 16.04' | ||
container: | ||
image: 'microsoftlearning/markdown-build:latest' | ||
steps: | ||
- task: Bash@3 | ||
displayName: 'Build Content' | ||
inputs: | ||
targetType: inline | ||
script: | | ||
cp /{attribution.md,template.docx,package.json,package.js} . | ||
npm install | ||
node package.js --version $(Build.BuildNumber) | ||
- task: GitHubRelease@0 | ||
displayName: 'Create GitHub Release' | ||
inputs: | ||
gitHubConnection: 'github-microsoftlearning-organization' | ||
repositoryName: '$(Build.Repository.Name)' | ||
tagSource: manual | ||
tag: 'v$(Build.BuildNumber)' | ||
title: 'Version $(Build.BuildNumber)' | ||
releaseNotesSource: input | ||
releaseNotes: '# Version $(Build.BuildNumber) Release' | ||
assets: '$(Build.SourcesDirectory)/out/*.zip' | ||
assetUploadMode: replace | ||
- task: PublishBuildArtifacts@1 | ||
displayName: 'Publish Output Files' | ||
inputs: | ||
pathtoPublish: '$(Build.SourcesDirectory)/out/' | ||
artifactName: 'Lab Files' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
remote_theme: MicrosoftLearning/Jekyll-Theme | ||
exclude: | ||
- readme.md | ||
- .github/ | ||
header_pages: | ||
- index.html | ||
author: Microsoft Learning | ||
twitter_username: mslearning | ||
github_username: MicrosoftLearning | ||
plugins: | ||
- jekyll-sitemap | ||
- jekyll-mentions | ||
- jemoji | ||
markdown: kramdown | ||
kramdown: | ||
syntax_highlighter_opts: | ||
disable : true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
title: Online Hosted Instructions | ||
permalink: index.html | ||
layout: home | ||
--- | ||
|
||
# Content Directory | ||
|
||
Hyperlinks to each of the lab exercises and demos 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 %} | ||
|
||
## Demos | ||
|
||
{% assign demos = site.pages | where_exp:"page", "page.url contains '/Instructions/Demos'" %} | ||
| Module | Demo | | ||
| --- | --- | | ||
{% for activity in demos %}| {{ activity.demo.module }} | [{{ activity.demo.title }}]({{ site.github.url }}{{ activity.url }}) | | ||
{% endfor %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# INF99X: Sample Course | ||
|
||
**Are you an MCT?** - Have a look at our [GitHub User Guide for MCTs](https://microsoftlearning.github.io/MCT-User-Guide/) | ||
|
||
## What are we doing? | ||
|
||
- To support this course, we will need to make frequent updates to the course content to keep it current with the Microsoft services used in the course. We are publishing the lab instructions and lab files on GitHub to allow for open contributions between the course authors and MCTs (Microsoft Certified Trainer) to keep the content current with product changes. | ||
|
||
- We hope this brings a sense of collaboration to the labs like we have never had before - when a Microsoft service such as Azure or Microsoft 365 changes and you find it first during a live delivery, go ahead and make an enhancement right in the lab source. Help your fellow MCTs. | ||
|
||
## How should I use this repository?? | ||
|
||
- The instructor materials are your primary source for teaching the course content. | ||
|
||
- These files on GitHub are designed to be used in the course labs, which use the hosted lab environment. | ||
|
||
- It is recommended that for every delivery, trainers check GitHub for any changes that may have been made to support the latest Microsoft cloud services and get the latest files for their delivery. | ||
|
||
## What about changes to the student handbook? | ||
|
||
- We will review the student handbook on a quarterly basis and update through the normal MOC (Microsoft Official Curriculum) release channels as needed. | ||
|
||
## How do I contribute? | ||
|
||
- Any MCT (Microsoft Certified Trainer) can submit a pull request to the code or content in the GitHub repro. Microsoft and the course author will then triage and include content and lab code changes as needed. | ||
|
||
- You can submit bugs, changes, improvement, and ideas. Find a new Azure or Microsoft 365 feature before we have? Submit a new demo! |