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
+21-2Lines changed: 21 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -179,6 +179,9 @@ Refer to [jobs preview limitations](jobs.md#jobs-preview-restrictions) for a lis
179
179
180
180
The Azure Container Apps environment acts as a secure boundary around container apps and jobs so they can share the same network and communicate with each other.
181
181
182
+
> [!NOTE]
183
+
> To create a Container Apps environment that's integrated with an existing virtual network, see [Provide a virtual network to an internal Azure Container Apps environment](vnet-custom-internal.md?tabs=bash).
184
+
182
185
1. Create a resource group using the following command.
183
186
184
187
# [Bash](#tab/bash)
@@ -680,7 +683,9 @@ To create a self-hosted agent, you need to build a container image that runs the
680
683
681
684
## Create a placeholder self-hosted agent
682
685
683
-
Before you can run a self-hosted agent in your new agent pool, you need to create a placeholder agent. Pipelines that use the agent pool fail when there's no placeholder agent. You can create a placeholder agent by running a job that registers an offline placeholder agent.
686
+
Before you can run a self-hosted agent in your new agent pool, you need to create a placeholder agent. The placeholder agent ensures the agent pool is available. Pipelines that use the agent pool fail when there's no placeholder agent.
687
+
688
+
You can run a manual job to register an offline placeholder agent. The job runs once and can be deleted. The placeholder agent doesn't consume any resources in Azure Container Apps or Azure DevOps.
684
689
685
690
1. Create a manual job in the Container Apps environment that creates the placeholder agent.
686
691
@@ -772,7 +777,21 @@ Before you can run a self-hosted agent in your new agent pool, you need to creat
0 commit comments