From 781cc4da125875181bd7856e5ec3836a7f71c22b Mon Sep 17 00:00:00 2001 From: Graeme Malcolm Date: Thu, 3 Oct 2024 08:54:19 -0700 Subject: [PATCH] Updates --- Allfiles/Demos/01/azuredeploy.json | 12 ------------ Allfiles/Labs/01/Starter/azuredeploy.json | 12 ------------ Allfiles/read-me.md | 13 +++++++++++++ LICENSE | 2 +- index.md | 9 +++++++++ readme.md | 8 +++++--- 6 files changed, 28 insertions(+), 28 deletions(-) delete mode 100644 Allfiles/Demos/01/azuredeploy.json delete mode 100644 Allfiles/Labs/01/Starter/azuredeploy.json create mode 100644 Allfiles/read-me.md diff --git a/Allfiles/Demos/01/azuredeploy.json b/Allfiles/Demos/01/azuredeploy.json deleted file mode 100644 index 47c2e20..0000000 --- a/Allfiles/Demos/01/azuredeploy.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", - "contentVersion": "1.0.0.0", - "parameters": { - }, - "variables": { - }, - "resources": [ - ], - "outputs": { - } - } \ No newline at end of file diff --git a/Allfiles/Labs/01/Starter/azuredeploy.json b/Allfiles/Labs/01/Starter/azuredeploy.json deleted file mode 100644 index 47c2e20..0000000 --- a/Allfiles/Labs/01/Starter/azuredeploy.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", - "contentVersion": "1.0.0.0", - "parameters": { - }, - "variables": { - }, - "resources": [ - ], - "outputs": { - } - } \ No newline at end of file diff --git a/Allfiles/read-me.md b/Allfiles/read-me.md new file mode 100644 index 0000000..c1157af --- /dev/null +++ b/Allfiles/read-me.md @@ -0,0 +1,13 @@ +Add any files that the learner needs to download in order t complete the exercises. +These may include: +- Code starter files +- Data files +- Scripts to setup a "starting point" for an exercises + +If appropriate, organize the files into folders that correspond to the exercises (e.g. 01, 02, etc.) + +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: +- Instructing the learner to clone this repo (assumes they have Git installed and are sufficiently skilled to use it). +- Providing hyperlinks to individual RAW files in this repo. + +Delete this file after you've added your assets to the repo. \ No newline at end of file diff --git a/LICENSE b/LICENSE index 9ac2500..8863003 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 Sidney Andrews +Copyright (c) 2024 Microsoft Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/index.md b/index.md index f660d07..65b5171 100644 --- a/index.md +++ b/index.md @@ -8,6 +8,15 @@ layout: home This page lists exercises associated with Microsoft skilling content on [Microsoft Learn](https://learn.microsoft.com) + + {% assign labs = site.pages | where_exp:"page", "page.url contains '/Instructions/Labs'" %} {% for activity in labs %} - [{{ activity.lab.title }}]({{ site.github.url }}{{ activity.url }}) diff --git a/readme.md b/readme.md index 1f671fa..f4b1186 100644 --- a/readme.md +++ b/readme.md @@ -1,11 +1,13 @@ -# INF99X: Sample Course +# Microsoft Lab Exercises + This repo contains exercises and supporting files for Microsoft skilling content. -The exercises are used in both self-paced skilling experiences on [Microsoft Learn](https://learn.microsoft.com) and in Microsoft authorized instructor-led training. - +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. + ## Information for MCTs + **Are you an MCT?** - Have a look at our [GitHub User Guide for MCTs](https://microsoftlearning.github.io/MCT-User-Guide/)