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
Copy file name to clipboardExpand all lines: articles/container-apps/tutorial-ci-cd-runners-jobs.md
+67-2Lines changed: 67 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -270,7 +270,7 @@ To run a self-hosted runner, you need to create a personal access token (PAT) in
270
270
To create a self-hosted runner, you need to build a container image that executes the runner. In this section, you build the container image and push it to a container registry.
271
271
272
272
> [!NOTE]
273
-
> The image you build in this tutorial contains a basic self-hosted runner that's suitable for running as a Container Apps job. You can customize it to include additional tools or dependencies that your workflows require.
273
+
> The image you build in this tutorial contains a basic self-hosted runner that's suitable for running as a Container Apps job. You can customize it to include other tools or dependencies that your workflows require.
274
274
275
275
1. Define a name for your container image and registry.
276
276
@@ -673,7 +673,10 @@ To run a self-hosted runner, you need to create a personal access token (PAT) in
673
673
To create a self-hosted agent, you need to build a container image that runs the agent. In this section, you build the container image and push it to a container registry.
674
674
675
675
> [!NOTE]
676
-
> The image you build in this tutorial contains a basic self-hosted agent that's suitable for running as a Container Apps job. You can customize it to include additional tools or dependencies that your pipelines require.
676
+
> The image you build in this tutorial contains a basic self-hosted agent that's suitable for running as a Container Apps job. You can customize it to include other tools or dependencies that your pipelines require.
677
+
678
+
> [!IMPORTANT]
679
+
> If your pipelines build .NET Framework applications, you might need to include Mono in your container image. The sample Dockerfile includes .NET SDK but not Mono. Consider using a Windows-based container or adding Mono dependencies if needed.
677
680
678
681
1. Back in your terminal, define a name for your container image and registry.
679
682
@@ -859,6 +862,9 @@ You can run a manual job to register an offline placeholder agent. The job runs
859
862
860
863
After you create a placeholder agent, you can create a self-hosted agent. In this section, you create an event-driven job that runs a self-hosted agent when a pipeline is triggered.
861
864
865
+
> [!IMPORTANT]
866
+
> Ensure that your Azure DevOps organization URL is correct and accessible. The KEDA azure-pipelines scaler requires proper authentication and network connectivity to monitor the pipeline queue.
0 commit comments