Skip to content

Commit b9dfea7

Browse files
Merge pull request #278982 from JasonWHowell/patch-3
Update enable-authentication-microsoft-entra-id.md
2 parents 64778d3 + c69c70b commit b9dfea7

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

articles/aks/enable-authentication-microsoft-entra-id.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,6 @@ If you lack administrative access to a valid Microsoft Entra group, you can foll
206206
[az-aks-create]: /cli/azure/aks#az_aks_create
207207
[az-aks-get-credentials]: /cli/azure/aks#az_aks_get_credentials
208208
[az-group-create]: /cli/azure/group#az_group_create
209-
[open-id-connect]:../active-directory/develop/v2-protocols-oidc.md
209+
[open-id-connect]: /entra/identity-platform/v2-protocols-oidc
210210
[az-aks-update]: /cli/azure/aks#az_aks_update
211211
[kubelogin-authentication]: kubelogin-authentication.md

articles/aks/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ The extension **doesn't require additional outbound access** to any URLs, IP add
378378
[aks-rm-template]: /azure/templates/microsoft.containerservice/2022-09-01/managedclusters
379379
[nodepool-upgrade]: manage-node-pools.md#upgrade-a-single-node-pool
380380
[aks-windows-limitations]: ./windows-faq.md
381-
[reservation-discounts]:../cost-management-billing/reservations/save-compute-costs-reservations.md
381+
[reservation-discounts]: /azure/cost-management-billing/reservations/save-compute-costs-reservations
382382
[api-server-authorized-ip-ranges]: ./api-server-authorized-ip-ranges.md
383383
[multi-node-pools]: ./create-node-pools.md
384384
[availability-zones]: ./availability-zones.md

articles/aks/kubernetes-service-principal.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Use a service principal with AKS
33
description: Learn how to create and manage a Microsoft Entra service principal with a cluster in Azure Kubernetes Service (AKS).
44
author: tamram
5-
65
ms.topic: article
76
ms.subservice: aks-security
87
ms.date: 05/30/2024
@@ -289,12 +288,12 @@ For more information about Microsoft Entra service principals, see [Application
289288
For information on how to update the credentials, see [Update or rotate the credentials for a service principal in AKS][update-credentials].
290289

291290
<!-- LINKS - internal -->
292-
[aad-service-principal]:../active-directory/develop/app-objects-and-service-principals.md
291+
[aad-service-principal]: /entra/identity-platform/app-objects-and-service-principals
293292
[az-ad-sp-create]: /cli/azure/ad/sp#az_ad_sp_create_for_rbac
294293
[az-ad-sp-delete]: /cli/azure/ad/sp#az_ad_sp_delete
295294
[az-ad-app-credential-list]: /cli/azure/ad/app/credential#az_ad_app_credential_list
296295
[install-azure-cli]: /cli/azure/install-azure-cli
297-
[service-principal]:../active-directory/develop/app-objects-and-service-principals.md
296+
[service-principal]: /entra/identity-platform/app-objects-and-service-principals
298297
[az-aks-create]: /cli/azure/aks#az_aks_create
299298
[az-aks-update]: /cli/azure/aks#az_aks_update
300299
[rbac-network-contributor]: ../role-based-access-control/built-in-roles.md#network-contributor

articles/aks/node-access.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ ms.subservice: aks-security
66
ms.date: 01/08/2024
77
author: nickomang
88
ms.author: nickoman
9-
109
ms.reviewer: mattmcinnes
1110
ms.custom:
1211
#Customer intent: As a cluster operator, I want to learn how to connect to virtual machines in an AKS cluster to perform maintenance or troubleshoot a problem.
@@ -291,4 +290,4 @@ To learn about managing your SSH keys, see [Manage SSH configuration][manage-ssh
291290
[ssh-windows]: ../virtual-machines/linux/ssh-from-windows.md
292291
[agent-pool-rest-api]: /rest/api/aks/agent-pools/get#agentpool
293292
[manage-ssh-node-access]: manage-ssh-node-access.md
294-
[azure-bastion-linux]:../bastion/bastion-connect-vm-ssh-linux.md
293+
[azure-bastion-linux]: /azure/bastion/bastion-connect-vm-ssh-linux

0 commit comments

Comments
 (0)