Skip to content

Commit 78c91a8

Browse files
Merge pull request #288316 from Akhilesh-microsoft/ACA/tutorial_ci_cd_runners_jobs1
[ACA: tutorial-ci-cd-runners-jobs]: Addressed the UUF275681 and resolved the issues, verified the procedure and added the suggested variable. updated ms.date.
2 parents a86b24e + ec767e3 commit 78c91a8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/container-apps/tutorial-ci-cd-runners-jobs.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: craigshoemaker
66
ms.service: azure-container-apps
77
ms.custom: devx-track-azurecli
88
ms.topic: conceptual
9-
ms.date: 10/10/2024
9+
ms.date: 10/16/2024
1010
ms.author: cshoe
1111
zone_pivot_groups: container-apps-jobs-self-hosted-ci-cd
1212
---
@@ -539,13 +539,15 @@ To run a self-hosted runner, you need to create a personal access token (PAT) in
539539
AZP_TOKEN="<AZP_TOKEN>"
540540
ORGANIZATION_URL="<ORGANIZATION_URL>"
541541
AZP_POOL="container-apps"
542+
REGISTRATION_TOKEN_API_URL="<YOUR_REGISTRATION_TOKEN_API_URL>"
542543
```
543544
544545
# [Azure PowerShell](#tab/azure-powershell)
545546
```powershell
546547
$AZP_TOKEN="<AZP_TOKEN>"
547548
$ORGANIZATION_URL="<ORGANIZATION_URL>"
548549
$AZP_POOL="container-apps"
550+
$REGISTRATION_TOKEN_API_URL="<YOUR_REGISTRATION_TOKEN_API_URL>"
549551
```
550552
551553
---
@@ -556,6 +558,7 @@ To run a self-hosted runner, you need to create a personal access token (PAT) in
556558
|---|---|---|
557559
| `<AZP_TOKEN>` | The Azure DevOps PAT you generated. | |
558560
| `<ORGANIZATION_URL>` | The URL of your Azure DevOps organization. Make sure no trailing `/` is present at the end of the URL. | For example, `https://dev.azure.com/myorg` or `https://myorg.visualstudio.com`. |
561+
| `<YOUR_REGISTRATION_TOKEN_API_URL>` | The registration token API URL in the *entrypoint.sh* file. | For example, 'https://myapi.example.com/get-token' |
559562
560563
## Build the Azure Pipelines agent container image
561564

0 commit comments

Comments
 (0)