Skip to content

Commit 413f3a2

Browse files
authored
Merge pull request #218440 from EMaher/ENewman/relabel-articles
handing off article ownership
2 parents a3d32cf + 8153877 commit 413f3a2

25 files changed

+27
-29
lines changed

articles/lab-services/class-type-database-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to set up a lab to teach the management of relational dat
44
author: emaher
55
ms.topic: how-to
66
ms.date: 02/22/2022
7-
ms.author: enewman
7+
ms.service: lab-services
88
ms.custom: devdivchpfy22
99
---
1010

articles/lab-services/class-type-jupyter-notebook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to set up a lab to teach data science using Python and Ju
44
author: emaher
55
ms.topic: how-to
66
ms.date: 01/04/2022
7-
ms.author: enewman
7+
ms.service: lab-services
88
---
99

1010
# Set up a lab to teach data science with Python and Jupyter Notebooks

articles/lab-services/class-type-matlab.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: emaher
55
ms.topic: how-to
66
ms.date: 04/06/2022
77
ms.custom: devdivchpfy22
8-
ms.author: enewman
8+
ms.service: lab-services
99
---
1010

1111
# Setup a lab to teach MATLAB

articles/lab-services/class-type-react-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: emaher
55
ms.topic: how-to
66
ms.date: 04/25/2022
77
ms.custom: devdivchpfy22
8-
ms.author: enewman
8+
ms.service: lab-services
99
---
1010

1111
# Set up lab for React on Linux

articles/lab-services/class-type-react-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to set up labs to teach front-end development with React.
44
author: emaher
55
ms.topic: how-to
66
ms.date: 05/16/2021
7-
ms.author: enewman
7+
ms.service: lab-services
88
---
99

1010
# Set up lab for React on Windows

articles/lab-services/class-type-rstudio-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to set up labs to teach R using RStudio on Linux
44
author: emaher
55
ms.topic: how-to
66
ms.date: 08/25/2021
7-
ms.author: enewman
7+
ms.service: lab-services
88
---
99

1010
# Set up a lab to teach R on Linux

articles/lab-services/class-type-rstudio-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to set up labs to teach R using RStudio on Windows
44
author: emaher
55
ms.topic: how-to
66
ms.date: 08/26/2021
7-
ms.author: enewman
7+
ms.service: lab-services
88
---
99

1010
# Set up a lab to teach R on Windows

articles/lab-services/class-type-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to set up a lab to manage and develop with Azure SQL Data
44
author: emaher
55
ms.topic: how-to
66
ms.date: 06/26/2020
7-
ms.author: enewman
7+
ms.service: lab-services
88
---
99

1010
# Set up a lab to manage and develop with SQL Server

articles/lab-services/classroom-labs-faq.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ sections:
5050
- question: |
5151
How can I use Ubuntu 18.04 Server LTS and install either the GNOME or MATE graphical desktops?
5252
answer: |
53-
There is a [known networking conflict between GNOME\MATE](./how-to-enable-remote-desktop-linux.md) graphical desktops) and the Azure Linux VM Agent when using Ubuntu 18.04 LTS. As a result, we suggest the following:
54-
- Instead of GNOME\MATE, consider using the XFCE graphical desktop which doesn't have this issue. For example, the [Data Science VM image is configured by default to use XFCE](../machine-learning/data-science-virtual-machine/dsvm-ubuntu-intro.md#x2go).
55-
- Instead of Ubuntu 18.04 LTS, consider using Ubuntu 20.04 or 21.04 LTS which don't have this networking conflict with the agent when GNOME\MATE is installed.
56-
- Otherwise, to use 18.04 LTS and GNOME\MATE, you will need to apply a workaround to fix the networking conflict with the agent.
57-
See our [ReadMe and scripts](https://aka.ms/azlabs/scripts/LinuxDesktop-GnomeMate) that set up Ubuntu Server 18.04\20.04\21.04 with GNOME\MATE. When you use these scripts to set up 18.04 with GNOME\MATE, they will apply the workaround for the networking conflict.
53+
There's a [known networking conflict between GNOME/MATE](how-to-enable-remote-desktop-linux.md) graphical desktops) and the Azure Linux VM Agent when using Ubuntu 18.04 LTS. As a result, we suggest:
54+
- Instead of GNOME/MATE, consider using the XFCE graphical desktop, which doesn't have this issue. For example, the [Data Science VM image is configured by default to use XFCE](../machine-learning/data-science-virtual-machine/dsvm-ubuntu-intro.md#x2go).
55+
- Instead of Ubuntu 18.04 LTS, consider using Ubuntu 20.04 or 21.04 LTS, which don't have this networking conflict with the agent when GNOME/MATE is installed.
56+
- Otherwise, to use 18.04 LTS and GNOME/MATE, you'll need to apply a workaround to fix the networking conflict with the agent.
57+
See our [ReadMe and scripts](https://aka.ms/azlabs/scripts/LinuxDesktop-GnomeMate) that set up Ubuntu Server 18.04/20.04/21.04 with GNOME/MATE. When you use these scripts to set up 18.04 with GNOME/MATE, they'll apply the workaround for the networking conflict.
5858

articles/lab-services/classroom-labs-fundamentals-1.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ author: emaher
55
ms.topic: overview
66
ms.date: 05/30/2022
77
ms.service: lab-services
8-
ms.author: enewman
98
---
109

1110
# Architecture Fundamentals in Azure Lab Services when using lab accounts

0 commit comments

Comments
 (0)