From 7c7022c8a81ca70eecf7a31374370758c5df55ac Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Fri, 19 Jan 2024 19:00:39 +0100 Subject: [PATCH] chore: updated sources for authentication using personal access tokens --- knowledge base/cloud computing/azure/devops.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/knowledge base/cloud computing/azure/devops.md b/knowledge base/cloud computing/azure/devops.md index e34105c..c38fdf6 100644 --- a/knowledge base/cloud computing/azure/devops.md +++ b/knowledge base/cloud computing/azure/devops.md @@ -145,21 +145,25 @@ The extension will automatically install itself the first time you run an `az de All the references in the [further readings] section, plus the following: - [Loops in Azure DevOps Pipelines] +- [How to authenticate when I try to git clone from Azure git?] +- [Use personal access tokens] - -[expressions]: https://learn.microsoft.com/en-us/azure/devops/pipelines/process/expressions -[use predefined variables]: https://learn.microsoft.com/en-us/azure/devops/pipelines/build/variables -[az devops]: https://learn.microsoft.com/en-us/cli/azure/devops?view=azure-cli-latest - [further readings]: #further-readings [azure cli]: cli.md + +[az devops]: https://learn.microsoft.com/en-us/cli/azure/devops +[expressions]: https://learn.microsoft.com/en-us/azure/devops/pipelines/process/expressions +[use personal access tokens]: https://learn.microsoft.com/en-us/azure/devops/organizations/accounts/use-personal-access-tokens-to-authenticate +[use predefined variables]: https://learn.microsoft.com/en-us/azure/devops/pipelines/build/variables + +[how to authenticate when i try to git clone from azure git?]: https://stackoverflow.com/questions/62593521/how-to-authenticate-when-i-try-to-git-clone-from-azure-git#62630309 [loops in azure devops pipelines]: https://pakstech.com/blog/azure-devops-loops/