You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/lab-services/classroom-labs/class-type-database-management.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,19 +22,19 @@ This article describes how to set up a lab for a basic databases management clas
22
22
23
23
In this article, we'll show how to set up a virtual machine template in a lab with both MySQL Database Server and SQL Server 2019 server. [MySQL](https://www.mysql.com/) is a freely available open source Relational Database Management System (RDBMS). [SQL Server 2019](https://www.microsoft.com/sql-server/sql-server-2019) is the latest version of Microsoft’s RDBMS.
24
24
25
-
## Lab Configuration
25
+
## Lab configuration
26
26
27
27
To set up this lab, you need an Azure subscription and lab account to get started. If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/) before you begin. Once you get an Azure subscription, you can create a new lab account in Azure Lab Services. For more information about creating a new lab account, see [Tutorial to Setup a Lab Account](tutorial-setup-lab-account.md). You can also use an existing lab account.
28
28
29
-
### Lab Account Settings
29
+
### Lab account settings
30
30
31
31
Enable the settings described in the table below for the lab account. For more information about how to enable marketplace images, see [Specify Marketplace images available to lab creators](https://docs.microsoft.com/azure/lab-services/classroom-labs/tutorial-setup-lab-account#specify-marketplace-images-available-to-lab-creators).
32
32
33
33
| Lab account setting | Instructions |
34
34
| ------------------- | ------------ |
35
35
|Marketplace image| Enable the ‘SQL Server 2019 Standard on Windows Server 2019’ image for use within your lab account.|
36
36
37
-
### Lab Settings
37
+
### Lab settings
38
38
39
39
Use the settings in the table below when setting up a classroom lab. For more information how to create a classroom lab, see [set up a classroom lab tutorial](tutorial-setup-classroom-lab.md).
40
40
@@ -43,13 +43,13 @@ Use the settings in the table below when setting up a classroom lab. For more i
43
43
|Virtual Machine Size| Medium. This size is best suited for relational databases, in-memory caching, and analytics.|
44
44
|Virtual Machine Image| SQL Server 2019 Standard on Windows Server 2019|
45
45
46
-
## Template Machine Configuration
46
+
## Template machine configuration
47
47
48
48
To install MySQL on Windows Server 2019, you can follow the steps mentioned in [Install and Run MySQL Community Server on a Virtual Machine](https://docs.microsoft.com/previous-versions/azure/virtual-machines/windows/classic/mysql-2008r2?toc=%2Fazure%2Fvirtual-machines%2Fwindows%2Fclassic%2Ftoc.json#install-and-run-mysql-community-server-on-the-virtual-machine).
49
49
50
50
SQL Server 2019 is pre-installed in the virtual machine image we chose when creating the new lab.
51
51
52
-
## Cost Estimate
52
+
## Cost estimate
53
53
54
54
Let's cover a possible cost estimate for this class. We'll use a class of 25 students. There are 20 hours of scheduled class time. Also, each student gets 10 hours quota for homework or assignments outside scheduled class time. The virtual machine size we chose was medium, which is 42 lab units.
0 commit comments