You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -35,6 +35,9 @@ In this tutorial, you learn how to run GitHub Actions runners as an [event-drive
35
35
> [!IMPORTANT]
36
36
> 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).
37
37
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
+
38
41
::: zone-end
39
42
40
43
::: 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
52
55
> [!IMPORTANT]
53
56
> 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).
54
57
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
+
55
61
::: zone-end
56
62
57
63
> [!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.
59
65
60
66
## Prerequisites
61
67
@@ -974,7 +980,7 @@ Once a self-hosted agent job is configured, you can run a pipeline and verify it
974
980
Once you're done, run the following command to delete the resource group that contains your Container Apps resources.
975
981
976
982
>[!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.
0 commit comments