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-registry/container-registry-tasks-agent-pools.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ An agent pool provides:
13
13
14
14
-**Virtual network support** - Assign an agent pool to an Azure VNet, providing access to resources in the VNet such as a container registry, key vault, or storage.
15
15
-**Scale as needed** - Increase the number of instances in an agent pool for compute-intensive tasks, or scale to zero. Billing is based on allocation.
16
-
-**Flexible options** - Choose from different [pool tiers][#pool-tiers] and scale options to meet your task workload needs.
16
+
-**Flexible options** - Choose from different [pool tiers](#pool-tiers) and scale options to meet your task workload needs.
17
17
-**Azure management** - Task pools are patched and maintained by Azure, providing reserved allocation without the need to maintain the individual VMs.
18
18
19
19
This feature is available in the **Premium** container registry service tier. For information about registry service tiers and limits, see [Azure Container Registry SKUs][acr-tiers].
@@ -26,16 +26,16 @@ This feature is available in the **Premium** container registry service tier. Fo
26
26
27
27
- Task agent pools currently support Linux nodes. Windows nodes are not currently supported.
28
28
- Task agent pools are available in preview in the following regions: West US 2, South Central US, East US 2, and East US.
29
-
- For each registry, the default total vCPU (core) quota for all agent pools is 16. Open a support ticket][open-support-ticket] for additional allocation.
29
+
- For each registry, the default total vCPU (core) quota for all agent pools is 16. Open a [support request][open-support-ticket] for additional allocation.
30
30
31
31
## Prerequisites
32
32
33
33
* To use the Azure CLI steps in this article, Azure CLI version 2.3.1 or later is required. If you need to install or upgrade, see [Install Azure CLI][azure-cli]. Or run in [Azure Cloud Shell](../cloud-shell/quickstart.md).
34
-
* If you don't already have a container registry, [create one][create-reg-cli](https://docs.microsoft.com/en-us/azure/container-registry/container-registry-get-started-azure-cli) (Premium tier required) in a preview region.
34
+
* If you don't already have a container registry, [create one][create-reg-cli] (Premium tier required) in a preview region.
35
35
36
36
## Pool tiers
37
37
38
-
The following table shows the resources per instance in the agent pool tiers.
38
+
Agent pool tiers provide the following resources per instance in the pool.
39
39
40
40
|Tier |CPU |Memory (GB) |
41
41
|---------|---------|---------|
@@ -91,7 +91,7 @@ Task agent pools require access to the following Azure services. The following f
> If your tasks require additional resources from public internet, add the corresponding rules. For example, these rules are needed if you run a docker build task that needs to pull the base images from Docker Hub, or restores a NuGet package.
94
+
> If your tasks require additional resources from the public internet, add the corresponding rules. For example, these rules are needed if you run a docker build task that needs to pull the base images from Docker Hub, or restores a NuGet package.
95
95
96
96
### Create pool in VNet
97
97
@@ -155,7 +155,7 @@ az acr task run \
155
155
156
156
### Query pool status
157
157
158
-
Query the agent pool queue status (the number of runs currently scheduled on the agent pool) by running[az acr agentpool show][az-acr-agentpool-show].
158
+
To find the number of runs currently scheduled on the agent pool, run[az acr agentpool show][az-acr-agentpool-show].
159
159
160
160
```azurecli
161
161
az acr agentpool show \
@@ -180,4 +180,5 @@ For more examples of container image builds and maintenance in the cloud, check
0 commit comments