Skip to content

Commit e627b29

Browse files
committed
Adding modern version of education hub
1 parent 17a9ff3 commit e627b29

File tree

8 files changed

+78
-15
lines changed

8 files changed

+78
-15
lines changed

articles/education-hub/index.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ landingContent:
2929
links:
3030
- text: Use the Education Hub
3131
url: access-education-hub.md
32-
- linkListType: how-to-guide
33-
links:
34-
- text: Create a lab in Education Hub using REST APIs
35-
url: create-lab-education-hub.md
3632

3733
# Card
3834
- title: Azure Dev Tools for Teaching
20.7 KB
Loading
48.4 KB
Loading
16 KB
Loading
40.1 KB
Loading

articles/education-hub/set-up-course-classroom.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ms.custom: mode-other
1212

1313
# Quickstart: Set up a course and create a classroom
1414

15+
[!Warning] This is the legacy version of Azure Education Hub
16+
1517
This quickstart explains how to set up a course and classroom in the Microsoft Azure Education Hub, including subscription details.
1618

1719
## Prerequisites
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
---
2+
title: Set up a lab
3+
description: This quickstart explains how to set up a lab in Azure Education Hub.
4+
author: vangellotti
5+
ms.author: vangellotti
6+
ms.topic: quickstart
7+
ms.date: 10/19/2022
8+
ms.service: azure-education
9+
ms.subservice: education-hub
10+
ms.custom: mode-other
11+
---
12+
13+
# Quickstart: Set up a course and create a classroom
14+
15+
This quickstart explains how to set up a lab in the Microsoft Azure Education Hub, including subscription details.
16+
17+
## Prerequisites
18+
19+
- An academic grant with an approved credit amount
20+
21+
### Subscriptions
22+
23+
Each student is given a subscription tied to a monetary cap of credit allocated by the professor. The term *monetary cap* describes the US$ amount of an academic sponsorship. For example, a $1,000 monetary cap provides the recipient with a USD$1,000 Azure credit using [published WebDirect rates](https://azure.microsoft.com/pricing/calculator/).
24+
25+
The educator can choose to allocate a cap to the subscriptions to prevent
26+
unintended use, and then set an expiration date. For example:
27+
28+
- **Flat amount per class**: Each student gets $*x* to manage for the entire quarter or
29+
semester.
30+
31+
At the subscription level, you can increase or decrease the cap and changes will take effect with
32+
minimal latency. When the class or project ends, you can reallocate unused cap to other subscriptions prior to the expiration date.
33+
34+
## Create a lab
35+
36+
Follow these steps to create a lab by using one of two different methods:
37+
38+
1. Select the **Labs** page in the Azure Education Hub to open the tool you use to create and manage courses. A table opens showing all your existing labs.
39+
40+
:::image type="content" source="media/set-up-lab/navigate-to-lab-blade.png" alt-text="Azure Education Hub Labs page" border="false":::
41+
42+
1. Select the **+ Add** icon in the upper-left corner of the table to start the creation
43+
workflow.
44+
45+
:::image type="content" source="media/set-up-lab/create-a-lab-button.png" alt-text="Add a course to Azure Education Hub" border="false":::
46+
47+
1. You can create a course roster by using two methods: by uploading a roster, or by using an invitation code.
48+
- **Roster**: If you already have the names and logins of all students, you can populate and upload a roster file. To download a sample file of the .csv file needed to upload the roster, select the **Download sample file** link in the upper-right corner.
49+
- **Invitation code**: If you choose to use an invitation code, decide how many codes can be redeemed and when they will expire. You'll send your students the following link to redeem the code: https://aka.ms/JoinEduLab.
50+
51+
:::image type="content" source="media/set-up-lab/create-a-lab.png" alt-text="Enter your invitation code in Azure Education Hub" border="false":::
52+
53+
1. Select **Create** in the bottom-right corner. This might take a few
54+
moments to complete.
55+
56+
:::image type="content" source="media/set-up-lab/finalize-lab.png" alt-text="Create a classroom in Azure Education Hub" border="false":::
57+
58+
## Next steps
59+
60+
> [!div class="nextstepaction"]
61+
> [Create an assignment and allocate credit](create-assignment-allocate-credit.md)

articles/education-hub/toc.yml

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,12 @@
1010
href: access-education-hub.md
1111
- name: Get started with the Education Hub
1212
href: get-started-education-hub.md
13-
- name: Set up a course and create a classroom
14-
href: set-up-course-classroom.md
13+
- name: Set up a lab
14+
href: set-up-lab.md
1515
- name: How-to guides
1616
items:
1717
- name: Manage your Academic Grant
1818
href: hub-overview-page.md
19-
- name: Create a lab in Education Hub through REST APIs
20-
href: create-lab-education-hub.md
2119
- name: Create an assignment and allocate credit
2220
href: create-assignment-allocate-credit.md
2321
- name: Support
@@ -50,12 +48,6 @@
5048
items:
5149
- name: Login errors
5250
href: azure-dev-tools-teaching/troubleshoot-login.md
53-
- name: Resources
54-
items:
55-
- name: FAQ
56-
href: azure-dev-tools-teaching/program-faq.yml
57-
- name: Support
58-
href: azure-dev-tools-teaching/program-support.md
5951
- name: Azure Education Hub REST APIs
6052
items:
6153
- name: How-to guides
@@ -67,4 +59,16 @@
6759
- name: Tutorials
6860
items:
6961
- name: Find IDs required for calling Azure Education Hub APIs
70-
href: find-ids.md
62+
href: find-ids.md
63+
- name: Azure Education Hub Legacy
64+
items:
65+
- name: Quickstarts
66+
items:
67+
- name: Set up a course and create a classroom
68+
href: set-up-course-classroom.md
69+
- name: Resources
70+
items:
71+
- name: FAQ
72+
href: azure-dev-tools-teaching/program-faq.yml
73+
- name: Support
74+
href: azure-dev-tools-teaching/program-support.md

0 commit comments

Comments
 (0)