Skip to content

Commit a863056

Browse files
Merge pull request #222418 from pritamso/Broken-link-fix-ntrogh
Broken link fixed
2 parents 702c1c6 + ace7bd2 commit a863056

5 files changed

+7
-7
lines changed

articles/lab-services/how-to-enable-nested-virtualization-template-vm-using-script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 06/26/2020
99

1010
Nested virtualization enables you to create a multi-VM environment inside a lab's template virtual machine. Publishing the template will provide each user in the lab with a virtual machine set up with multiple VMs within it. For more information about nested virtualization and Azure Lab Services, see [Enable nested virtualization on a template virtual machine in Azure Lab Services](how-to-enable-nested-virtualization-template-vm.md).
1111

12-
The steps in this article focus on setting up nested virtualization for Windows Server 2016, Windows Server 2019, or Windows 10. You will use a script to set up template machine with Hyper-V. The following steps will guide you through how to use the [Lab Services Hyper-V scripts](https://github.com/Azure/LabServices/tree/main/General_Scripts/PowerShell/HyperV).
12+
The steps in this article focus on setting up nested virtualization for Windows Server 2016, Windows Server 2019, or Windows 10. You will use a script to set up template machine with Hyper-V. The following steps will guide you through how to use the [Lab Services Hyper-V scripts](https://github.com/Azure/LabServices/tree/main/ClassTypes/PowerShell/HyperV).
1313

1414
>[!IMPORTANT]
1515
>Select **Large (nested virtualization)** or **Medium (nested virtualization)** for the virtual machine size when creating the lab. Nested virtualization will not work otherwise.

articles/lab-services/quick-create-lab-bicep.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
1818

1919
## Review the Bicep file
2020

21-
The Bicep file used in this quickstart is from [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/lab/).
21+
The Bicep file used in this quickstart is from [Azure Quickstart Templates](/samples/azure/azure-quickstart-templates/lab/).
2222

2323
:::code language="bicep" source="~/quickstart-templates/quickstarts/microsoft.labservices/lab/main.bicep":::
2424

articles/lab-services/quick-create-lab-plan-bicep.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
1818

1919
## Review the Bicep file
2020

21-
The Bicep file used in this quickstart is from [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/lab-plan/).
21+
The Bicep file used in this quickstart is from [Azure Quickstart Templates](/samples/azure/azure-quickstart-templates/lab-plan/).
2222

2323
:::code language="bicep" source="~/quickstart-templates/quickstarts/microsoft.labservices/lab-plan/main.bicep":::
2424

articles/lab-services/quick-create-lab-plan-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
2323

2424
## Review the template
2525

26-
The template used in this quickstart is from [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/lab-plan).
26+
The template used in this quickstart is from [Azure Quickstart Templates](/samples/azure/azure-quickstart-templates/lab-plan/).
2727

2828
:::code language="json" source="~/quickstart-templates/quickstarts/microsoft.labservices/lab-plan/azuredeploy.json":::
2929

articles/lab-services/quick-create-lab-template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ To complete this quick start, make sure that you have:
2626

2727
## Review the template
2828

29-
The template used in this quickstart is from [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/lab).
29+
The template used in this quickstart is from [Azure Quickstart Templates](/samples/azure/azure-quickstart-templates/lab/).
3030

3131
:::code language="json" source="~/quickstart-templates/quickstarts/microsoft.labservices/lab-using-lab-plan/azuredeploy.json":::
3232

3333
One Azure resource is defined in the template:
3434

3535
- **[Microsoft.LabServices/labs](/azure/templates/microsoft.labservices/labs)**: resource type description.
3636

37-
More Azure Lab Services template samples can be found in [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/?resourceType=Microsoft.Labservices&pageNumber=1&sort=Popular). For more information how to create a lab without a lab plan using automation, see [Create Azure LabServices lab template](https://azure.microsoft.com/resources/templates/lab/).
37+
More Azure Lab Services template samples can be found in [Azure Quickstart Templates](/samples/browse/?expanded=azure&products=azure-resource-manager&terms=lab%20services). For more information how to create a lab without a lab plan using automation, see [Create Azure LabServices lab template](/samples/azure/azure-quickstart-templates/lab/).
3838

3939
## Deploy the template
4040

@@ -93,4 +93,4 @@ Alternately, an educator may delete a lab from the Azure Lab Services website: [
9393
For a step-by-step tutorial that guides you through the process of creating a template, see:
9494

9595
> [!div class="nextstepaction"]
96-
> [Tutorial: Create and deploy your first ARM template](../azure-resource-manager/templates/template-tutorial-create-first-template.md)
96+
> [Tutorial: Create and deploy your first ARM template](../azure-resource-manager/templates/template-tutorial-create-first-template.md)

0 commit comments

Comments
 (0)