Skip to content

Commit 107500e

Browse files
committed
link fix
1 parent 68746be commit 107500e

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

articles/container-registry/container-registry-tasks-agent-pools.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ An agent pool provides:
1313

1414
- **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.
1515
- **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.
1717
- **Azure management** - Task pools are patched and maintained by Azure, providing reserved allocation without the need to maintain the individual VMs.
1818

1919
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
2626

2727
- Task agent pools currently support Linux nodes. Windows nodes are not currently supported.
2828
- 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.
3030

3131
## Prerequisites
3232

3333
* 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.
3535

3636
## Pool tiers
3737

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.
3939

4040
|Tier |CPU |Memory (GB) |
4141
|---------|---------|---------|
@@ -91,7 +91,7 @@ Task agent pools require access to the following Azure services. The following f
9191
| Outbound | TCP | VirtualNetwork | Any | AzureMonitor | 443 | Default |
9292

9393
> [!NOTE]
94-
> 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.
9595
9696
### Create pool in VNet
9797

@@ -155,7 +155,7 @@ az acr task run \
155155

156156
### Query pool status
157157

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].
159159

160160
```azurecli
161161
az acr agentpool show \
@@ -180,4 +180,5 @@ For more examples of container image builds and maintenance in the cloud, check
180180
[az-acr-agentpool-show]: /cli/azure/acr/agentpool#az-acr-agentpool-show
181181
[az-acr-build]: /cli/azure/acr#az-acr-build
182182
[az-acr-task-create]: /cli/azure/acr/task#az-acr-task-create
183+
[az-acr-task-run]: /cli/azure/acr/task#az-acr-task-run
183184
[create-reg-cli]: container-registry-get-started-azure-cli.md

0 commit comments

Comments
 (0)