Skip to content

Commit a6114ba

Browse files
authored
Merge pull request #278096 from northtyphoon/update-task-agent-pool
chore: update acr task agent pool nsg rule
2 parents dad0831 + 4a2534d commit a6114ba

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ This feature is available in the **Premium** container registry service tier. Fo
4242

4343
Agent pool tiers provide the following resources per instance in the pool.
4444

45-
|Tier | Type | CPU |Memory (GB) |
46-
|---------|---------|---------|---------|
47-
|S1 | standard | 2 | 3 |
48-
|S2 | standard | 4 | 8 |
49-
|S3 | standard | 8 | 16 |
50-
|I6 | isolated | 64 | 216 |
45+
| Tier | Type | CPU | Memory (GB) |
46+
| ---- | -------- | --- | ----------- |
47+
| S1 | standard | 2 | 3 |
48+
| S2 | standard | 4 | 8 |
49+
| S3 | standard | 8 | 16 |
50+
| I6 | isolated | 64 | 216 |
5151

5252

5353
## Create and manage a task agent pool
@@ -94,12 +94,12 @@ az acr agentpool update \
9494
Task agent pools require access to the following Azure services. The following firewall rules must be added to any existing network security groups or user-defined routes.
9595

9696
| Direction | Protocol | Source | Source Port | Destination | Dest Port | Used |
97-
|-----------|----------|----------------|-------------|----------------------|-----------|---------|
97+
| --------- | -------- | -------------- | ----------- | -------------------- | --------- | ------- |
9898
| Outbound | TCP | VirtualNetwork | Any | AzureKeyVault | 443 | Default |
9999
| Outbound | TCP | VirtualNetwork | Any | Storage | 443 | Default |
100100
| Outbound | TCP | VirtualNetwork | Any | EventHub | 443 | Default |
101101
| Outbound | TCP | VirtualNetwork | Any | AzureActiveDirectory | 443 | Default |
102-
| Outbound | TCP | VirtualNetwork | Any | AzureMonitor | 443 | Default |
102+
| Outbound | TCP | VirtualNetwork | Any | AzureMonitor | 443,12000 | Default |
103103

104104
> [!NOTE]
105105
> If your tasks require additional resources from the public internet, add the corresponding rules. For example, additional rules are needed to run a docker build task that pulls the base images from Docker Hub, or restores a NuGet package.

0 commit comments

Comments
 (0)