Skip to content

Commit 4f33de8

Browse files
committed
Rename quickstarts for non-UI
1 parent 556c1b3 commit 4f33de8

14 files changed

+60
-20
lines changed

.openpublishing.redirection.azure-productivity.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,46 @@
104104
"source_path": "articles/lab-services/quick-create-lab-plan-portal.md",
105105
"redirect_url": "/azure/lab-services/quick-create-resources",
106106
"redirect_document_id": false
107+
},
108+
{
109+
"source_path": "articles/lab-services/quick-create-lab-bicep.md",
110+
"redirect_url": "/azure/lab-services/how-to-create-lab-bicep",
111+
"redirect_document_id": true
112+
},
113+
{
114+
"source_path": "articles/lab-services/quick-create-lab-plan-bicep.md",
115+
"redirect_url": "/azure/lab-services/how-to-create-lab-plan-bicep",
116+
"redirect_document_id": true
117+
},
118+
{
119+
"source_path": "articles/lab-services/quick-create-lab-plan-powershell.md",
120+
"redirect_url": "/azure/lab-services/how-to-create-lab-plan-powershell",
121+
"redirect_document_id": true
122+
},
123+
{
124+
"source_path": "articles/lab-services/quick-create-lab-plan-python.md",
125+
"redirect_url": "/azure/lab-services/how-to-create-lab-plan-python",
126+
"redirect_document_id": true
127+
},
128+
{
129+
"source_path": "articles/lab-services/quick-create-lab-plan-template.md",
130+
"redirect_url": "/azure/lab-services/how-to-create-lab-plan-template",
131+
"redirect_document_id": true
132+
},
133+
{
134+
"source_path": "articles/lab-services/quick-create-lab-powershell.md",
135+
"redirect_url": "/azure/lab-services/how-to-create-lab-powershell",
136+
"redirect_document_id": true
137+
},
138+
{
139+
"source_path": "articles/lab-services/quick-create-lab-python.md",
140+
"redirect_url": "/azure/lab-services/how-to-create-lab-python",
141+
"redirect_document_id": true
142+
},
143+
{
144+
"source_path": "articles/lab-services/quick-create-lab-template.md",
145+
"redirect_url": "/azure/lab-services/how-to-create-lab-template",
146+
"redirect_document_id": true
107147
}
108148
]
109149
}

articles/lab-services/TOC.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -120,13 +120,13 @@
120120
- name: Create & manage lab plans (Azure portal)
121121
href: how-to-manage-lab-plans.md
122122
- name: Create a lab plan (ARM template)
123-
href: quick-create-lab-plan-template.md
123+
href: how-to-create-lab-plan-template.md
124124
- name: Create a lab plan (PowerShell)
125-
href: quick-create-lab-plan-powershell.md
125+
href: how-to-create-lab-plan-powershell.md
126126
- name: Create a lab plan (Bicep)
127-
href: quick-create-lab-plan-bicep.md
127+
href: how-to-create-lab-plan-bicep.md
128128
- name: Create a lab plan (Python)
129-
href: quick-create-lab-plan-python.md
129+
href: how-to-create-lab-plan-python.md
130130
- name: Add a lab creator
131131
href: add-lab-creator.md
132132
- name: Configure auto-shutdown settings
@@ -172,13 +172,13 @@
172172
- name: Create and manage labs (website)
173173
href: how-to-manage-labs.md
174174
- name: Create a lab (ARM template)
175-
href: quick-create-lab-template.md
175+
href: how-to-create-lab-template.md
176176
- name: Create a lab (PowerShell)
177-
href: quick-create-lab-powershell.md
177+
href: how-to-create-lab-powershell.md
178178
- name: Create a lab (Bicep)
179-
href: quick-create-lab-bicep.md
179+
href: how-to-create-lab-bicep.md
180180
- name: Create a lab (Python)
181-
href: quick-create-lab-python.md
181+
href: how-to-create-lab-python.md
182182
- name: Use an Azure compute gallery
183183
href: how-to-use-shared-image-gallery.md
184184
- name: Enable remote desktop for Linux

articles/lab-services/classroom-labs-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ You use the Azure Lab Services website (https://labs.azure.com) to create labs f
3737

3838
By default, access to lab virtual machines is restricted. For a lab, you can [configure the list of lab users](./how-to-configure-student-usage.md) that have access to the lab.
3939

40-
Get started by [creating a lab using the Azure portal](quick-create-lab-plan-portal.md).
40+
Get started by [creating a lab using the Azure portal](quick-create-connect-lab.md).
4141

4242
## Azure Compute Gallery
4343

articles/lab-services/how-to-configure-firewall-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Each lab uses single public IP address and multiple ports. All VMs, both the te
2828

2929
If using a customizable lab, then we can get the public ip anytime after the lab is created. If using a non-customizable lab, the lab must be published and have capacity of at least 1 to be able to get the public IP for the lab.
3030

31-
We're going to use the Az.LabServices PowerShell module to get the public IP address for a lab. For more examples using Az.LabServices PowerShell module and how to use it, see [Quickstart: Create a lab plan using PowerShell and the Azure modules](quick-create-lab-plan-powershell.md) and [Quickstart: Create a lab using PowerShell and the Azure module](quick-create-lab-powershell.md). For more information about cmdlets available in the Az.LabServices PowerShell module, see [Az.LabServices reference](/powershell/module/az.labservices/)
31+
We're going to use the Az.LabServices PowerShell module to get the public IP address for a lab. For more examples using Az.LabServices PowerShell module and how to use it, see [Quickstart: Create a lab plan using PowerShell and the Azure modules](how-to-create-lab-plan-powershell.md) and [Quickstart: Create a lab using PowerShell and the Azure module](how-to-create-lab-powershell.md). For more information about cmdlets available in the Az.LabServices PowerShell module, see [Az.LabServices reference](/powershell/module/az.labservices/)
3232

3333
```powershell
3434
$ResourceGroupName = "MyResourceGroup"
File renamed without changes.
File renamed without changes.

articles/lab-services/quick-create-lab-plan-powershell.md renamed to articles/lab-services/how-to-create-lab-plan-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ $plan | Remove-AzLabServicesLabPlan
7171
In this article, you created a resource group and a lab plan. As an admin, you can learn more about [Azure PowerShell module](/powershell/azure) and [Az.LabServices cmdlets](/powershell/module/az.labservices/).
7272

7373
> [!div class="nextstepaction"]
74-
> [Create a lab using PowerShell and the Azure module](quick-create-lab-powershell.md)
74+
> [Create a lab using PowerShell and the Azure module](how-to-create-lab-powershell.md)

articles/lab-services/quick-create-lab-plan-python.md renamed to articles/lab-services/how-to-create-lab-plan-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,4 +172,4 @@ if __name__ == "__main__":
172172
In this article, you created a resource group and a lab plan. As an admin, you can learn more about [Azure PowerShell module](/powershell/azure) and [Az.LabServices cmdlets](/powershell/module/az.labservices/).
173173

174174
> [!div class="nextstepaction"]
175-
> [Create a lab using Python and the Azure Python SDK](quick-create-lab-python.md)
175+
> [Create a lab using Python and the Azure Python SDK](how-to-create-lab-python.md)

articles/lab-services/quick-create-lab-plan-template.md renamed to articles/lab-services/how-to-create-lab-plan-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ Write-Host "Press [ENTER] to continue..."
7979
For a step-by-step tutorial that guides you through the process of creating a lab, see:
8080

8181
> [!div class="nextstepaction"]
82-
> [Create a lab using an ARM template](quick-create-lab-template.md)
82+
> [Create a lab using an ARM template](how-to-create-lab-template.md)

articles/lab-services/quick-create-lab-powershell.md renamed to articles/lab-services/how-to-create-lab-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ In this article, you learn how to create a lab using PowerShell and the Azure mo
2828
Install-Module 'Az.LabServices'
2929
```
3030
31-
- Lab plan. To create a lab plan, see [Create a lab plan using PowerShell and the Azure modules](quick-create-lab-plan-powershell.md).
31+
- Lab plan. To create a lab plan, see [Create a lab plan using PowerShell and the Azure modules](how-to-create-lab-plan-powershell.md).
3232
3333
Run [Connect-AzAccount](/powershell/module/az.accounts/connect-azaccount) to sign in to Azure and verify an active subscription.
3434
3535
## Create a lab
3636
37-
Before you can create a lab, you need the lab plan resource. In the [create a lab plan by using PowerShell](quick-create-lab-plan-powershell.md), you learn how to create a lab plan named `ContosoLabPlan` in a resource group named `MyResourceGroup`.
37+
Before you can create a lab, you need the lab plan resource. In the [create a lab plan by using PowerShell](how-to-create-lab-plan-powershell.md), you learn how to create a lab plan named `ContosoLabPlan` in a resource group named `MyResourceGroup`.
3838
3939
```powershell
4040
$plan = Get-AzLabServicesLabPlan `

0 commit comments

Comments
 (0)