Skip to content

Commit a094319

Browse files
Merge pull request #231281 from vinnieangel/classroomUpdate
added azure classroom content
2 parents 6f0fbde + 80e937f commit a094319

File tree

6 files changed

+70
-1
lines changed

6 files changed

+70
-1
lines changed
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
title: How to create a custom Azure for Classroom Tenant and Billing Profile
3+
description: This article shows you how to make a custom tenant and billing profile for educators in your organization
4+
author: vinnieangel
5+
ms.author: vangellotti
6+
ms.service: azure-education
7+
ms.topic: how-to
8+
ms.date: 3/17/2023
9+
ms.custom: template-how-to
10+
---
11+
12+
# Create a custom Tenant and Billing Profile for Microsoft for Teaching Paid
13+
14+
This article is meant for IT Admins utilizing Azure for Classroom. When signing up for this offer, you should already have a tenant and billing profile created, but this article is meant to help walk you through how to create a custom tenant and billing profile and associate them with an educator.
15+
16+
## Prerequisites
17+
18+
- Be signed up for Azure for Classroom
19+
20+
## Create a new tenant
21+
22+
This section walks you through how to create a new tenant and associate it with your university tenant using multi-tenant
23+
24+
1. Go to the Azure portal and search for "Azure Active Directory"
25+
2. Create a new tenant in the "Manage tenants" tab
26+
3. Fill in and Finalize Tenant information
27+
4. After the tenant has been created copy the Tenant ID of the new tenant
28+
:::image type="content" source="media/custom-tenant-set-up-classroom/save-tenant-id.png" alt-text="Screenshot of user saving tenant id." border="true":::
29+
30+
## Associate new tenant with university tenant
31+
32+
1. Go to "Cost Management" and click on "Access control (IAM)
33+
2. Click on "Associated billing tenants"
34+
3. Click "Add" and add the Tenant ID of the newly created tenant
35+
4. Check the box for Billing management
36+
1. Click "Add" to finalize the association between the newly created tenant and university tenant
37+
38+
## Invite Educator to the newly created tenant
39+
40+
This section walks through how to add an Educator to the newly created tenant.
41+
42+
1. Switch tenants to the newly created tenant
43+
2. Go to "Users" in the new tenant
44+
3. Invite a user to this tenant
45+
1. Change the role to "Global administrator"
46+
:::image type="content" source="media/custom-tenant-set-up-classroom/add-user.png" alt-text="Screenshot of user inviting existing user." border="true":::
47+
1. Tell the Educator to accept the invitation to this tenant
48+
2. After the Educator has joined the tenant, go into the tenant properties and click Yes under the Access management for Azure resources.
49+
50+
Now that you've created a custom Tenant, you can go into Education Hub and begin distributing credit to Educators to use in labs.
51+
52+
## Next steps
53+
54+
> [!div class="nextstepaction"]
55+
> [Create an assignment and allocate credit](create-assignment-allocate-credit.md)

articles/education-hub/index.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,12 @@ landingContent:
6767
- text: How to add a student to a lab
6868
url: add-student-api.md
6969
- text: How to delete a lab
70-
url: delete-lab-education-hub-apis.md
70+
url: delete-lab-education-hub-apis.md
71+
72+
# Card
73+
- title: Azure for Classroom
74+
linkLists:
75+
- linkListType: how-to-guide
76+
links:
77+
- text: How to set-up a custom tenant for Azure Classroom
78+
url: custom-tenant-set-up-classroom.md
36.9 KB
Loading
137 KB
Loading
32.7 KB
Loading

articles/education-hub/toc.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@
5050
items:
5151
- name: Login errors
5252
href: azure-dev-tools-teaching/troubleshoot-login.md
53+
- name: Azure Dev Tools for Teaching
54+
items:
55+
- name: How-to guides
56+
items:
57+
- name: How to setup custom tenant for Azure Classroom
58+
href: custom-tenant-set-up-classroom.md
5359
- name: Azure Education Hub REST APIs
5460
items:
5561
- name: How-to guides

0 commit comments

Comments
 (0)