Skip to content

Commit a98c898

Browse files
committed
delete tutorial and redirect
1 parent 7648614 commit a98c898

5 files changed

+10
-304
lines changed

.openpublishing.redirection.azure-kubernetes-service.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@
8080
"redirect_url": "/azure/aks/azure-csi-files-storage-provision",
8181
"redirect_document_id": false
8282
},
83+
{
84+
"source_path_from_root": "/articles/aks/learn/tutorial-kubernetes-workload-identity.md",
85+
"redirect_url": "/azure/aks/workload-identity-deploy-cluster",
86+
"redirect_document_id": false
87+
},
8388
{
8489
"source_path_from_root": "/articles/aks/workload-identity-migration-sidecar.md",
8590
"redirect_url": "/azure/aks/workload-identity-migrate-from-pod-identity",

articles/aks/TOC.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,6 @@
8989
href: tutorial-kubernetes-scale.md
9090
- name: 7 - Upgrade cluster
9191
href: tutorial-kubernetes-upgrade-cluster.md
92-
- name: Security
93-
items:
94-
- name: Configure application to use workload identity
95-
href: learn/tutorial-kubernetes-workload-identity.md
9692
- name: Concepts
9793
items:
9894
- name: Core concepts

articles/aks/learn/tutorial-kubernetes-workload-identity.md

Lines changed: 0 additions & 294 deletions
This file was deleted.

articles/aks/workload-identity-deploy-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: tamram
66
ms.topic: article
77
ms.subservice: aks-security
88
ms.custom: devx-track-azurecli
9-
ms.date: 05/23/2024
9+
ms.date: 05/28/2024
1010
ms.author: tamram
1111
---
1212

articles/aks/workload-identity-overview.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: tamram
66
ms.topic: article
77
ms.subservice: aks-security
88
ms.custom: build-2023
9-
ms.date: 05/13/2024
9+
ms.date: 05/28/2024
1010
ms.author: tamram
1111

1212
---
@@ -291,13 +291,13 @@ The following table summarizes our migration or deployment recommendations for w
291291

292292
| Scenario | Description |
293293
|--|--|
294-
| New or existing cluster deployment [runs a supported version][azure-identity-libraries] of Azure Identity client library | No migration steps are required.<br> Sample deployment resources:<br> - [Deploy and configure workload identity on a new cluster][deploy-configure-workload-identity-new-cluster]<br> - [Tutorial: Use a workload identity with an application on AKS][tutorial-use-workload-identity] |
294+
| New or existing cluster deployment [runs a supported version][azure-identity-libraries] of Azure Identity client library | No migration steps are required.<br> Sample deployment resources: [Deploy and configure workload identity on a new cluster][deploy-configure-workload-identity-cluster] |
295295
| New or existing cluster deployment runs an unsupported version of Azure Identity client library | Update container image to use a supported version of the Azure Identity SDK, or use the [migration sidecar][workload-identity-migration-sidecar]. |
296296

297297
## Next steps
298298

299299
* To learn how to set up your pod to authenticate using a workload identity as a migration option, see [Modernize application authentication with workload identity][workload-identity-migration-sidecar].
300-
* See the tutorial [Use a workload identity with an application on Azure Kubernetes Service (AKS)][tutorial-use-workload-identity], which helps you deploy an Azure Kubernetes Service cluster and configure a sample application to use a workload identity.
300+
* See [Deploy and configure an AKS cluster with workload identity][deploy-configure-workload-identity-cluster], which helps you deploy an Azure Kubernetes Service cluster and configure a sample application to use a workload identity.
301301

302302
<!-- EXTERNAL LINKS -->
303303
[custom-resource-definition]: https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/
@@ -315,8 +315,7 @@ The following table summarizes our migration or deployment recommendations for w
315315
[install-azure-cli]: /cli/azure/install-azure-cli
316316
[azure-identity-libraries]: ../active-directory/develop/reference-v2-libraries.md
317317
[openid-connect-overview]: ../active-directory/develop/v2-protocols-oidc.md
318-
[deploy-configure-workload-identity-new-cluster]: workload-identity-deploy-cluster.md
319-
[tutorial-use-workload-identity]: ./learn/tutorial-kubernetes-workload-identity.md
318+
[deploy-configure-workload-identity-cluster]: workload-identity-deploy-cluster.md
320319
[workload-identity-migration-sidecar]: workload-identity-migrate-from-pod-identity.md
321320
[auto-rotation]: certificate-rotation.md#certificate-auto-rotation
322321
[aks-virtual-nodes]: virtual-nodes.md

0 commit comments

Comments
 (0)