Skip to content

Commit 781cc4d

Browse files
committed
Updates
1 parent 03069bd commit 781cc4d

6 files changed

Lines changed: 28 additions & 28 deletions

File tree

Allfiles/Demos/01/azuredeploy.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

Allfiles/Labs/01/Starter/azuredeploy.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

Allfiles/read-me.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Add any files that the learner needs to download in order t complete the exercises.
2+
These may include:
3+
- Code starter files
4+
- Data files
5+
- Scripts to setup a "starting point" for an exercises
6+
7+
If appropriate, organize the files into folders that correspond to the exercises (e.g. 01, 02, etc.)
8+
9+
In the lab instructions, include the steps that the learner needs to follow to get the files into their lab environment. Typically, this is accomplished by:
10+
- Instructing the learner to clone this repo (assumes they have Git installed and are sufficiently skilled to use it).
11+
- Providing hyperlinks to individual RAW files in this repo.
12+
13+
Delete this file after you've added your assets to the repo.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 Sidney Andrews
3+
Copyright (c) 2024 Microsoft
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ layout: home
88

99
This page lists exercises associated with Microsoft skilling content on [Microsoft Learn](https://learn.microsoft.com)
1010

11+
<!-- You can edit the paragraph above to provide a more specific description and links to content on Learn.
12+
13+
Include the following note if an Azure subscription is required (or add something similar for any other requirements, such as a Microsoft 365 account).
14+
15+
> **Note**: To complete these exercises, you will need a [Microsoft Azure subscription](https://azure.microsoft.com/free) in which you have sufficient permissions to create and configure the required resources.
16+
17+
If a more complex setup is required, create a separate markdown file with setup instructions at \Instructions\Labs\00-setup.md - being sure to include "lab.title"" metadata at the top so it shows up the list below
18+
-->
19+
1120
{% assign labs = site.pages | where_exp:"page", "page.url contains '/Instructions/Labs'" %}
1221
{% for activity in labs %}
1322
- [{{ activity.lab.title }}]({{ site.github.url }}{{ activity.url }})

readme.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
# INF99X: Sample Course
1+
# Microsoft Lab Exercises
2+
<!-- Change the title above as appropriate -->
23

34
This repo contains exercises and supporting files for Microsoft skilling content.
45

5-
The exercises are used in both self-paced skilling experiences on [Microsoft Learn](https://learn.microsoft.com) and in Microsoft authorized instructor-led training.
6-
6+
The exercises may be used in both self-paced skilling experiences on [Microsoft Learn](https://learn.microsoft.com) and in Microsoft authorized instructor-led training.
7+
<!-- Update thr paragraph above with a link to a specific Learning Path or course as appropriate -->
78

89
## Information for MCTs
10+
<!-- You can remove this section if the exercises will not be used to support Microsoft Official Curriculum ILT -->
911

1012
**Are you an MCT?** - Have a look at our [GitHub User Guide for MCTs](https://microsoftlearning.github.io/MCT-User-Guide/)
1113

0 commit comments

Comments
 (0)