Skip to content

Commit 7952c0a

Browse files
committed
Link fix, other small fixes
1 parent 6a7495a commit 7952c0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/batch/batch-pool-vm-sizes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Batch pools in the Virtual Machine configuration support almost all VM sizes ([L
4343
| DC-series | None | N/A |
4444
| Dv2, Dsv2-series | All sizes | Any |
4545
| Dv3, Dsv3-series | All sizes | Any |
46-
| [Memory optimized sizes](../virtual-machines/linux/sizes-memory) | None | N/A |
46+
| [Memory optimized sizes](../virtual-machines/linux/sizes-memory.md) | None | N/A |
4747
| Fsv2-series | All sizes | Any |
4848
| H-series | All sizes | Any |
4949
| Hb-series | All sizes | User subscription mode |
@@ -77,9 +77,9 @@ Batch pools in the Cloud Service configuration support all [VM sizes for Cloud S
7777

7878
* **Tasks per node** - It's typical to select a node size assuming one task runs on a node at a time. However, it might be advantageous to have multiple tasks (and therefore multiple application instances) [run in parallel](batch-parallel-node-tasks.md) on compute nodes during job execution. In this case, it is common to choose a multicore node size to accommodate the increased demand of parallel task execution.
7979

80-
* **Load levels for different tasks** - All of the nodes in a pool are the same size. If you intend to run applications with differing system requirements and/or load levels, we recommend that you use separate pools.
80+
* **Load levels for different tasks** - All of the nodes in a pool are the same size. If you intend to run applications with differing system requirements and/or load levels, we recommend that you use separate pools.
8181

82-
* **Region availability** - A VM family or size might not be available in the regions where you create your Batch accounts. To check that a size is available, see [Products available by region](https://azure.microsoft.com/regions/services/).
82+
* **Region availability** - A VM series or size might not be available in the regions where you create your Batch accounts. To check that a size is available, see [Products available by region](https://azure.microsoft.com/regions/services/).
8383

8484
* **Quotas** - The [cores quotas](batch-quota-limit.md#resource-quotas) in your Batch account can limit the number of nodes of a given size you can add to a Batch pool. To request a quota increase, see [this article](batch-quota-limit.md#increase-a-quota).
8585

0 commit comments

Comments
 (0)