Skip to content

Commit 92ea858

Browse files
Merge pull request #294337 from Akhilesh-microsoft/ACA/tutorial_ci_cd_runners_jobs_GH_286827
[GH_286827]: Analyzed and fixed the documentation issue; make some updates. Updated ms.date as well
2 parents bc72374 + eeaa012 commit 92ea858

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

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

Lines changed: 9 additions & 3 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: 02/03/2025
9+
ms.date: 03/20/2025
1010
ms.author: cshoe
1111
zone_pivot_groups: container-apps-jobs-self-hosted-ci-cd
1212
---
@@ -35,6 +35,9 @@ In this tutorial, you learn how to run GitHub Actions runners as an [event-drive
3535
> [!IMPORTANT]
3636
> Self-hosted runners are only recommended for *private* repositories. Using them with public repositories can allow dangerous code to execute on your self-hosted runner. For more information, see [Self-hosted runner security](https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners#self-hosted-runner-security).
3737
38+
> [!NOTE]
39+
> Every personal access token (PAT) has an expiration date. You need to make sure PATs are regularly rotated before their expiration date. For more information about managing your PAT, see [Use personal access tokens](/azure/devops/organizations/accounts/use-personal-access-tokens-to-authenticate).
40+
3841
::: zone-end
3942

4043
::: zone pivot="container-apps-jobs-self-hosted-ci-cd-azure-pipelines"
@@ -52,10 +55,13 @@ In this tutorial, you learn how to run Azure Pipelines agents as an [event-drive
5255
> [!IMPORTANT]
5356
> Self-hosted agents are only recommended for *private* projects. Using them with public projects can allow dangerous code to execute on your self-hosted agent. For more information, see [Self-hosted agent security](/azure/devops/pipelines/agents/linux-agent#permissions).
5457
58+
> [!NOTE]
59+
> Every personal access token (PAT) has an expiration date. You need to make sure PATs are regularly rotated before their expiration date. For more information about managing your PAT, see [Use personal access tokens](/azure/devops/organizations/accounts/use-personal-access-tokens-to-authenticate).
60+
5561
::: zone-end
5662

5763
> [!NOTE]
58-
> Container apps and jobs don't support running Docker in containers. Any steps in your workflows that use Docker commands will fail when run on a self-hosted runner or agent in a Container Apps job.
64+
> Container apps and jobs don't support running Docker in containers. Any steps in your workflows that use Docker commands fail when run on a self-hosted runner or agent in a Container Apps job.
5965
6066
## Prerequisites
6167

@@ -974,7 +980,7 @@ Once a self-hosted agent job is configured, you can run a pipeline and verify it
974980
Once you're done, run the following command to delete the resource group that contains your Container Apps resources.
975981
976982
>[!CAUTION]
977-
> The following command deletes the specified resource group and all resources contained within it. If resources outside the scope of this tutorial exist in the specified resource group, they will also be deleted.
983+
> The following command deletes the specified resource group and all resources contained within it. If resources outside the scope of this tutorial exist in the specified resource group, they're also deleted.
978984
979985
# [Bash](#tab/bash)
980986
```bash

0 commit comments

Comments
 (0)