From 215911a7da639915650a4fabc132186719b5b29f Mon Sep 17 00:00:00 2001 From: Anish Ramasekar Date: Wed, 12 Jul 2023 14:37:32 -0700 Subject: [PATCH] docs: fix aad url (#1024) Signed-off-by: Anish Ramasekar --- README.md | 3 ++- docs/book/src/quick-start.md | 6 ++++-- docs/book/src/topics/language-specific-examples.md | 5 +++-- docs/book/src/troubleshooting.md | 4 ++-- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 097751111..05b5afd09 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,8 @@ Azure AD Workload Identity is an open source project that is [**not** covered by [1]: https://github.com/Azure/aad-pod-identity -[2]: https://azure.microsoft.com/en-us/services/active-directory/ + +[2]: https://azure.microsoft.com/products/active-directory/ [3]: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/ [4]: https://azure.github.io/azure-workload-identity/docs/quick-start.html [5]: https://azure.github.io/azure-workload-identity/docs/installation/mutating-admission-webhook.html diff --git a/docs/book/src/quick-start.md b/docs/book/src/quick-start.md index a2ef09c4f..237f73592 100644 --- a/docs/book/src/quick-start.md +++ b/docs/book/src/quick-start.md @@ -419,7 +419,8 @@ az group delete --name "${RESOURCE_GROUP}" az ad sp delete --id "${APPLICATION_CLIENT_ID}" ``` -[1]: https://azure.microsoft.com/en-us/services/key-vault/ + +[1]: https://azure.microsoft.com/services/key-vault/ [2]: https://kubernetes.io/docs/tasks/tools/ @@ -427,7 +428,8 @@ az ad sp delete --id "${APPLICATION_CLIENT_ID}" [4]: https://www.docker.com/ -[5]: https://azure.microsoft.com/en-us/ + +[5]: https://azure.microsoft.com/ [6]: https://docs.microsoft.com/en-us/cli/azure/install-azure-cli diff --git a/docs/book/src/topics/language-specific-examples.md b/docs/book/src/topics/language-specific-examples.md index 8cb91f71a..1036a5c15 100644 --- a/docs/book/src/topics/language-specific-examples.md +++ b/docs/book/src/topics/language-specific-examples.md @@ -4,6 +4,7 @@ Azure AD Workload Identity works especially well with the [Azure SDK][1] and the > You can swap the demo image used in the [quick start](../quick-start.md#7-deploy-workload) with images built from these example projects. -[1]: https://azure.microsoft.com/en-us/downloads/ + +[1]: https://azure.microsoft.com/downloads/ -[2]: https://docs.microsoft.com/en-us/azure/active-directory/develop/msal-overview +[2]: https://docs.microsoft.com/azure/active-directory/develop/msal-overview diff --git a/docs/book/src/troubleshooting.md b/docs/book/src/troubleshooting.md index d5f38007f..2e81fc620 100644 --- a/docs/book/src/troubleshooting.md +++ b/docs/book/src/troubleshooting.md @@ -70,8 +70,8 @@ export SERVICE_ACCOUNT_ISSUER="" # see section curl ${SERVICE_ACCOUNT_ISSUER}/.well-known/openid-configuration curl ${SERVICE_ACCOUNT_ISSUER}/openid/v1/jwks ``` - -If you're seeing this issue with an AKS cluster, to resolve the issue try to reconcile the cluster by running [`az aks update`](https://learn.microsoft.com/en-us/cli/azure/aks?view=azure-cli-latest#az-aks-update). If the issue persists after reconciliation, create an [Azure support ticket](https://azure.microsoft.com/en-us/support/create-ticket). + +If you're seeing this issue with an AKS cluster, to resolve the issue try to reconcile the cluster by running [`az aks update`](https://learn.microsoft.com/cli/azure/aks?view=azure-cli-latest#az-aks-update). If the issue persists after reconciliation, create an [Azure support ticket](https://azure.microsoft.com/support/create-ticket). ## Workload pod doesn't have the Azure specific environment variables and projected service account token volume after upgrading to v1.0.0