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/tasks-agent-pools.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,12 +42,12 @@ This feature is available in the **Premium** container registry service tier. Fo
42
42
43
43
Agent pool tiers provide the following resources per instance in the pool.
44
44
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 |
51
51
52
52
53
53
## Create and manage a task agent pool
@@ -94,12 +94,12 @@ az acr agentpool update \
94
94
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.
95
95
96
96
| Direction | Protocol | Source | Source Port | Destination | Dest Port | Used |
> 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