Skip to content

Commit ec767e3

Browse files
Incorporated the suggested changes after the review.
1 parent b80aa09 commit ec767e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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/14/2024
9+
ms.date: 10/16/2024
1010
ms.author: cshoe
1111
zone_pivot_groups: container-apps-jobs-self-hosted-ci-cd
1212
---
@@ -558,7 +558,7 @@ To run a self-hosted runner, you need to create a personal access token (PAT) in
558558
|---|---|---|
559559
| `<AZP_TOKEN>` | The Azure DevOps PAT you generated. | |
560560
| `<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' |
561+
| `<YOUR_REGISTRATION_TOKEN_API_URL>` | The registration token API URL in the *entrypoint.sh* file. | For example, 'https://myapi.example.com/get-token' |
562562
563563
## Build the Azure Pipelines agent container image
564564

0 commit comments

Comments
 (0)