Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 58ded0c

Browse files
authoredApr 28, 2022
Merge pull request #195644 from MGoedtel/task1939370
updating AKS quickstarts and tutorials
2 parents 3c1bdc7 + f8ececb commit 58ded0c

File tree

86 files changed

+448
-412
lines changed

Some content is hidden

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

86 files changed

+448
-412
lines changed
 

‎.openpublishing.redirection.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2498,6 +2498,36 @@
24982498
"redirect_url": "/azure/advisor/advisor-alerts-portal",
24992499
"redirect_document_id": false
25002500
},
2501+
{
2502+
"source_path_from_root": "/articles/aks/kubernetes-walkthrough-portal.md",
2503+
"redirect_url": "/azure/aks/learn/quick-kubernetes-deploy-portal",
2504+
"redirect_document_id": false
2505+
},
2506+
{
2507+
"source_path_from_root": "/articles/aks/kubernetes-walkthrough.md",
2508+
"redirect_url": "/azure/aks/learn/quick-kubernetes-deploy-cli",
2509+
"redirect_document_id": false
2510+
},
2511+
{
2512+
"source_path_from_root": "/articles/aks/kubernetes-walkthrough-powershell.md",
2513+
"redirect_url": "/azure/aks/learn/quick-kubernetes-deploy-powershell",
2514+
"redirect_document_id": false
2515+
},
2516+
{
2517+
"source_path_from_root": "/articles/aks/kubernetes-walkthrough-rm-template.md",
2518+
"redirect_url": "/azure/aks/learn/quick-kubernetes-deploy-rm-template",
2519+
"redirect_document_id": false
2520+
},
2521+
{
2522+
"source_path_from_root": "/articles/aks/windows-container-cli.md",
2523+
"redirect_url": "/azure/aks/learn/quick-windows-container-deploy-cli",
2524+
"redirect_document_id": false
2525+
},
2526+
{
2527+
"source_path_from_root": "/articles/aks/windows-container-powershell.md",
2528+
"redirect_url": "/azure/aks/learn/quick-windows-container-deploy-powershell",
2529+
"redirect_document_id": false
2530+
},
25012531
{
25022532
"source_path_from_root": "/articles/aks/integrate-azure.md",
25032533
"redirect_url": "/azure/aks/",

‎articles/aks/TOC.yml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,24 @@
1616
- name: Quickstarts
1717
expanded: true
1818
items:
19-
- name: Deploy an AKS Cluster
19+
- name: Deploy a Linux-based AKS Cluster
2020
expanded: true
2121
items:
2222
- name: Use the Azure CLI
23-
href: kubernetes-walkthrough.md
23+
href: learn/quick-kubernetes-deploy-cli.md
2424
- name: Use Azure PowerShell
25-
href: kubernetes-walkthrough-powershell.md
25+
href: learn/quick-kubernetes-deploy-powershell.md
2626
- name: Use the Azure portal
27-
href: kubernetes-walkthrough-portal.md
27+
href: learn/quick-kubernetes-deploy-portal.md
2828
- name: Use ARM template
2929
displayName: Resource Manager
30-
href: kubernetes-walkthrough-rm-template.md
30+
href: learn/quick-kubernetes-deploy-rm-template.md
31+
- name: Deploy a Windows-based AKS Cluster
32+
items:
33+
- name: Use the Azure CLI
34+
href: learn/quick-windows-container-deploy-cli.md
35+
- name: Use Azure PowerShell
36+
href: learn/quick-windows-container-deploy-powershell.md
3137
- name: Develop applications
3238
expanded: true
3339
items:
@@ -397,10 +403,6 @@
397403
maintainContext: true
398404
- name: Use Windows Server containers
399405
items:
400-
- name: Create an AKS cluster
401-
href: windows-container-cli.md
402-
- name: Create an AKS cluster with PowerShell
403-
href: windows-container-powershell.md
404406
- name: Connect remotely
405407
href: rdp.md
406408
- name: Windows Server containers FAQ

0 commit comments

Comments
 (0)
Please sign in to comment.