Skip to content

Commit 17f2481

Browse files
committed
Update broken links
1 parent b3a1300 commit 17f2481

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/aks/learn/quick-kubernetes-deploy-azd.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The `azd` template contains all the code needed to create the services, but you
8181
```
8282
8383
> [!IMPORTANT]
84-
> If you're using an out-of-network virtual machine or GitHub Codespace, certain Azure security policies cause conflicts when used to sign in with `azd auth login`. If you run into an issue here, you can follow the [azd auth workaround](../includes/azd/azd-login-ts.md), which involves using a `curl` request to the localhost URL you were redirected to after running [`azd auth login`][az-auth-login].
84+
> If you're using an out-of-network virtual machine or GitHub Codespace, certain Azure security policies cause conflicts when used to sign in with `azd auth login`. If you run into an issue here, you can follow the azd auth workaround provided below, which involves using a `curl` request to the localhost URL you were redirected to after running [`azd auth login`][az-auth-login].
8585
8686
3. Authenticate with your credentials on your organization's sign in page.
8787
4. Confirm that it's you trying to connect from the Azure CLI.
@@ -230,10 +230,10 @@ To learn more about AKS and walk through a complete code-to-deployment example,
230230
[az-aks-install-cli]: /cli/azure/aks#az-aks-install-cli
231231
[az-group-create]: /cli/azure/group#az-group-create
232232
[az-group-delete]: /cli/azure/group#az-group-delete
233+
[azd-init]: /azure/developer/azure-developer-cli/reference#azd-init
234+
[azd-up]: /azure/developer/azure-developer-cli/reference#azd-up
235+
[az-auth-login]: /azure/developer/azure-developer-cli/reference#azd-auth-login
233236
[azd-install]: /azure/developer/azure-developer-cli/install-azd
234-
[azd-init]: /azure/developer/azure-developer-cli/init-azd
235-
[azd-up]: /azure/developer/azure-developer-cli/up-azd
236-
[az-auth-login]: /azure/developer/azure-developer-cli/auth-azd
237237
[kubernetes-concepts]: ../concepts-clusters-workloads.md
238238
[kubernetes-deployment]: ../concepts-clusters-workloads.md#deployments-and-yaml-manifests
239239
[aks-solution-guidance]: /azure/architecture/reference-architectures/containers/aks-start-here?toc=/azure/aks/toc.json&bc=/azure/aks/breadcrumb/toc.json

articles/aks/tutorial-kubernetes-deploy-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,4 +242,4 @@ In the next tutorial, you learn how to deploy an application to your cluster.
242242
[install-azaksclitool]: /powershell/module/az.aks/install-azaksclitool
243243
[import-azakscredential]: /powershell/module/az.aks/import-azakscredential
244244
[aks-k8s-rbac]: azure-ad-rbac.md
245-
[azd-auth-login]: /azure/developer/azure-developer-cli/azd-auth-login
245+
[azd-auth-login]: /azure/developer/azure-developer-cli/reference#azd-auth-login

0 commit comments

Comments
 (0)