Skip to content

Commit 64958be

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into rolyon-rbac-custom-roles-format
2 parents 80c6b47 + 6dd11b6 commit 64958be

File tree

4 files changed

+15
-8
lines changed

4 files changed

+15
-8
lines changed

articles/lab-services/classroom-labs/how-to-manage-classroom-labs.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,15 @@ To set up a classroom lab in a lab account, you must be a member of the **Lab Cr
100100
| Small | 2 | 3.5 GB | This size is best suited for command line, opening web browser, low traffic web servers, small to medium databases. |
101101
| Medium | 4 | 7 GB | This size is best suited for relational databases, in-memory caching, and analytics |
102102
| Medium (Nested virtualization) | 4 | 16 GB | This size is best suited for relational databases, in-memory caching, and analytics. This size also supports nested virtualization. <p>This size can be used in scenarios where each student needs multiple VMs. Teachers can use nested virtualization to set up a few small-size nested virtual machines inside the virtual machine. </p> |
103-
| Small GPU (Compute) | 6 | 56 GB | This size is best suited for compute-intensive and network-intensive applications like artificial intelligence and deep learning applications. |
103+
| Small GPU (Compute) | 6 | 56 GB | <p>This size is best suited for compute-intensive and network-intensive applications like artificial intelligence and deep learning applications.</p><p>Azure Lab Services automatically installs and configures the necessary GPU drivers for you when you create a lab with GPU images. </p> |
104104
| Small GPU (Visualization) | 6 | 56 GB | This size is best suited for remote visualization, streaming, gaming, encoding using frameworks such as OpenGL and DirectX. |
105105
| Large | 8 | 16 GB | This size is best suited for applications that need faster CPUs, better local disk performance, large databases, large memory caches. |
106106
| Large (Nested virtualization) | 8 | 32 GB | This size is best suited for applications that need faster CPUs, better local disk performance, large databases, large memory caches. This size also supports nested virtualization. |
107107
| Medium GPU (Visualization) | 12 | 112 GB | This size is best suited for remote visualization, streaming, gaming, encoding using frameworks such as OpenGL and DirectX. |
108108

109109
> [!NOTE]
110-
> Azure Lab Services automatically installs and configures the necessary GPU drivers for you when you create a lab with GPU images.
110+
> You may not see some of these VM sizes in the list when creating a classroom lab. The list is populated based on the current capacity of the lab's location. If the lab account creator [allows lab creators to pick a location for the lab](allow-lab-creator-pick-lab-location.md), you may try choosing a different location for the lab and see if the VM size is available.
111+
111112

112113
## View all classroom labs
113114
1. Navigate to [Azure Lab Services portal](https://labs.azure.com).

articles/sql-database-edge/deploy-onnx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to train a model, convert it to ONNX, deploy it to Azure
44
keywords: deploy sql database edge
55
services: sql-database-edge
66
ms.service: sql-database-edge
7-
ms.subservice: machine-learning
7+
ms.subservice:
88
ms.topic: conceptual
99
author: dphansen
1010
ms.author: davidph

articles/sql-database-edge/onnx-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Machine learning in Azure SQL Database Edge Preview supports models
44
keywords: deploy sql database edge
55
services: sql-database-edge
66
ms.service: sql-database-edge
7-
ms.subservice: machine-learning
7+
ms.subservice:
88
ms.topic: conceptual
99
author: dphansen
1010
ms.author: davidph

articles/virtual-machines/maintenance-control-powershell.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,17 @@ Maintenance control lets you decide when to apply updates to your isolated VMs a
1616

1717
## Enable the PowerShell module
1818

19-
Make sure `PowerShellGet` is up to date.
19+
Make sure `PowerShellGet` is up to date.
2020

21-
```azurepowershell-interactive
22-
Install-Module -Name PowerShellGet -Repository PSGallery -Force
23-
```
21+
```azurepowershell-interactive
22+
Install-Module -Name PowerShellGet -Repository PSGallery -Force
23+
```
24+
25+
Install the `Az.Maintenance` PowerShell module.
26+
27+
```azurepowershell-interactive
28+
Install-Module -Name Az.Maintenance
29+
```
2430

2531
If you are installing locally, make sure you open your PowerShell prompt as an administrator.
2632

0 commit comments

Comments
 (0)