Skip to content

Commit f32bbe9

Browse files
authored
Merge pull request #195899 from MicrosoftDocs/release-nov2021Updates-als
Do not Merge -- Release nov2021 updates als--scheduled release at 9AM of 4/25
2 parents 503fdf2 + 14bfe56 commit f32bbe9

File tree

354 files changed

+4992
-3065
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

354 files changed

+4992
-3065
lines changed

.openpublishing.redirection.azure-productivity.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"redirections": [
33
{
44
"source_path_from_root": "/articles/lab-services/classroom-labs-overview.md",
5-
"redirect_url": "/azure/lab-services/get-started-manage-labs",
5+
"redirect_url": "/azure/lab-services/lab-services-overview",
66
"redirect_document_id": false
77
},
88
{

.openpublishing.redirection.json

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18000,7 +18000,7 @@
1800018000
},
1800118001
{
1800218002
"source_path_from_root": "/articles/lab-services/classroom-labs/classroom-labs-overview.md",
18003-
"redirect_url": "/azure/lab-services/get-started-manage-labs",
18003+
"redirect_url": "/azure/lab-services/lab-services-overview",
1800418004
"redirect_document_id": false
1800518005
},
1800618006
{
@@ -18250,11 +18250,11 @@
1825018250
},
1825118251
{
1825218252
"source_path_from_root": "/articles/lab-services/classroom-labs/tutorial-connect-virtual-machine-classroom-lab.md",
18253-
"redirect_url": "/azure/lab-services/tutorial-connect-virtual-machine-classroom-lab",
18253+
"redirect_url": "/azure/lab-services/tutorial-connect-lab-virtual-machine",
1825418254
"redirect_document_id": true
1825518255
},
1825618256
{
18257-
"source_path_from_root": "/articles/lab-services/classroom-labs/tutorial-setup-classroom-lab.md",
18257+
"source_path_from_root": "/articles/lab-services/classroom-labs/tutorial-setup-classroom-lab.md",
1825818258
"redirect_url": "/azure/lab-services/tutorial-setup-classroom-lab",
1825918259
"redirect_document_id": true
1826018260
},
@@ -42993,6 +42993,31 @@
4299342993
"redirect_url": "/azure/sentinel/connect-azure-virtual-desktop",
4299442994
"redirect_document_id": true
4299542995
},
42996+
{
42997+
"source_path_from_root": "/articles/lab-services/how-to-use-classroom-lab.md",
42998+
"redirect_url": "/azure/lab-services/how-to-use-lab",
42999+
"redirect_document_id": false
43000+
},
43001+
{
43002+
"source_path_from_root": "/articles/lab-services/tutorial-setup-classroom-lab.md",
43003+
"redirect_url": "/azure/lab-services/tutorial-setup-lab",
43004+
"redirect_document_id": false
43005+
},
43006+
{
43007+
"source_path_from_root": "/articles/lab-services/tutorial-connect-virtual-machine-lab.md",
43008+
"redirect_url": "/azure/lab-services/tutorial-connect-lab-virtual-machine",
43009+
"redirect_document_id": false
43010+
},
43011+
{
43012+
"source_path_from_root": "/articles/lab-services/how-to-use-remote-desktop-linux-student.md",
43013+
"redirect_url": "/azure/lab-services/connect-virtual-machine",
43014+
"redirect_document_id": false
43015+
},
43016+
{
43017+
"source_path_from_root": "/articles/lab-services/get-started-manage-labs.md",
43018+
"redirect_url": "/azure/lab-services/quick-create-lab-portal",
43019+
"redirect_document_id": false
43020+
},
4299643021
{
4299743022
"source_path_from_root": "/articles/azure/cognitive-services/translator/custom-translator/v2-preview/project-overview.md",
4299843023
"redirect_url": "/azure/cognitive-services/translator/custom-translator/v2-preview/beginners-guide",

articles/azure-resource-manager/management/resource-name-rules.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,14 @@ In the following tables, the term alphanumeric refers to:
459459
> | /clusters / databases / dataConnections | database | 1-40 | Alphanumerics, hyphens, spaces, and periods. |
460460
> | /clusters / databases / eventhubconnections | database | 1-40 | Alphanumerics, hyphens, spaces, and periods. |
461461
462+
## Microsoft.LabServices
463+
464+
> [!div class="mx-tableFixed"]
465+
> | Entity | Scope | Length | Valid Characters |
466+
> | --- | --- | --- | --- |
467+
> | labplans | resource group | 1-100 | Alphanumerics, hyphens, periods, and underscores.<br><br>Start with letter and end with alphanumeric. |
468+
> | labs | resource group | 1-100 | Alphanumerics, hyphens, periods, and underscores.<br><br>Start with letter and end with alphanumeric. |
469+
462470
## Microsoft.Logic
463471

464472
> [!div class="mx-tableFixed"]

articles/devtest-labs/lab-services-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You can use two different Azure services to set up lab environments in the cloud
1717

1818
- [Azure Lab Services](../lab-services/lab-services-overview.md) provides managed classroom labs.
1919

20-
Lab Services does all infrastructure management, from spinning up VMs and scaling infrastructure to handling errors. After an IT administrator creates a Lab Services lab account, instructors can [create classroom labs](../lab-services/how-to-manage-classroom-labs.md#create-a-classroom-lab) in the account. An instructor specifies the number and type of VMs they need for the class, and adds users to the class. Once users register in the class, they can access the VMs to do class exercises and homework.
20+
Lab Services does all infrastructure management, from spinning up VMs and scaling infrastructure to handling errors. After an IT administrator creates a Lab Services lab account, instructors can [create labs](../lab-services/quick-create-lab-portal.md) in the account. An instructor specifies the number and type of VMs they need for the class, and adds users to the class. Once users register in the class, they can access the VMs to do class exercises and homework.
2121

2222
## Key capabilities
2323

0 commit comments

Comments
 (0)