Skip to content

Commit 65f3f06

Browse files
authored
Merge pull request #133422 from DCtheGeek/dmc-links-batch-202010
Links: Azure - batch (2020-10)
2 parents fa73025 + 76fb5e2 commit 65f3f06

10 files changed

+21
-21
lines changed

articles/batch/batch-diagnostics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ To create a new diagnostic setting in the Azure portal, follow the steps below.
100100
6. Select **ServiceLog**, **AllMetrics**, or both.
101101
7. Select **Save** to create the diagnostic setting.
102102

103-
You can also [enable collection through Azure Monitor in the Azure portal](../azure-monitor/platform/diagnostic-settings.md) to configure diagnostic settings, by using a [Resource Manager template](../azure-monitor/platform/diagnostic-settings-template.md), or with Azure PowerShell or the Azure CLI. For more information, see [Overview of Azure platform logs](../azure-monitor/platform/platform-logs-overview.md).
103+
You can also [enable collection through Azure Monitor in the Azure portal](../azure-monitor/platform/diagnostic-settings.md) to configure diagnostic settings, by using a [Resource Manager template](../azure-monitor/samples/resource-manager-diagnostic-settings.md), or with Azure PowerShell or the Azure CLI. For more information, see [Overview of Azure platform logs](../azure-monitor/platform/platform-logs-overview.md).
104104

105105
### Access diagnostics logs in storage
106106

@@ -174,4 +174,4 @@ Service log events emitted by the Batch service include the following:
174174
## Next steps
175175

176176
- Learn about the [Batch APIs and tools](batch-apis-tools.md) available for building Batch solutions.
177-
- Learn more about [monitoring Batch solutions](monitoring-overview.md).
177+
- Learn more about [monitoring Batch solutions](monitoring-overview.md).

articles/batch/batch-linux-nodes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ When you create a pool of compute nodes in Batch, you have two options from whic
1919

2020
**Cloud Services Configuration** provides Windows compute nodes *only*. Available compute node sizes are listed in [Sizes for Cloud Services](../cloud-services/cloud-services-sizes-specs.md), and available operating systems are listed in the [Azure Guest OS releases and SDK compatibility matrix](../cloud-services/cloud-services-guestos-update-matrix.md). When you create a pool that contains Azure Cloud Services nodes, you specify the node size and the OS family, which are described in the previously mentioned articles. For pools of Windows compute nodes, Cloud Services is most commonly used.
2121

22-
**Virtual Machine Configuration** provides both Linux and Windows images for compute nodes. Available compute node sizes are listed in [Sizes for virtual machines in Azure](../virtual-machines/linux/sizes.md?toc=%2fazure%2fvirtual-machines%2flinux%2ftoc.json) (Linux) and [Sizes for virtual machines in Azure](../virtual-machines/windows/sizes.md?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json) (Windows). When you create a pool that contains Virtual Machine Configuration nodes, you must specify the size of the nodes, the virtual machine image reference, and the Batch node agent SKU to be installed on the nodes.
22+
**Virtual Machine Configuration** provides both Linux and Windows images for compute nodes. Available compute node sizes are listed in [Sizes for virtual machines in Azure](../virtual-machines/sizes.md?toc=%252fazure%252fvirtual-machines%252flinux%252ftoc.json) (Linux) and [Sizes for virtual machines in Azure](../virtual-machines/sizes.md?toc=%252fazure%252fvirtual-machines%252fwindows%252ftoc.json) (Windows). When you create a pool that contains Virtual Machine Configuration nodes, you must specify the size of the nodes, the virtual machine image reference, and the Batch node agent SKU to be installed on the nodes.
2323

2424
### Virtual machine image reference
2525

@@ -303,4 +303,4 @@ The [Python code samples][github_samples_py] in the [azure-batch-samples][github
303303
[py_imagereference]: /python/api/azure-mgmt-batch/azure.mgmt.batch.models.imagereference
304304
[py_list_supported_images]: /python/api/azure-batch/azure.batch.operations.AccountOperations
305305
[vm_marketplace]: https://azuremarketplace.microsoft.com/marketplace/apps/category/compute?filters=virtual-machine-images&page=1
306-
[vm_pricing]: https://azure.microsoft.com/pricing/details/virtual-machines/
306+
[vm_pricing]: https://azure.microsoft.com/pricing/details/virtual-machines/

articles/batch/batch-mpi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ Look for the sizes specified as "RDMA capable" in the following articles:
9090
* [Sizes for Cloud Services](../cloud-services/cloud-services-sizes-specs.md) (Windows only)
9191
* **VirtualMachineConfiguration** pools
9292

93-
* [Sizes for virtual machines in Azure](../virtual-machines/linux/sizes.md?toc=%2fazure%2fvirtual-machines%2flinux%2ftoc.json) (Linux)
94-
* [Sizes for virtual machines in Azure](../virtual-machines/windows/sizes.md?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json) (Windows)
93+
* [Sizes for virtual machines in Azure](../virtual-machines/sizes.md?toc=%252fazure%252fvirtual-machines%252flinux%252ftoc.json) (Linux)
94+
* [Sizes for virtual machines in Azure](../virtual-machines/sizes.md?toc=%252fazure%252fvirtual-machines%252fwindows%252ftoc.json) (Windows)
9595

9696
> [!NOTE]
9797
> To take advantage of RDMA on [Linux compute nodes](batch-linux-nodes.md), you must use **Intel MPI** on the nodes.
@@ -357,4 +357,4 @@ Sample complete, hit ENTER to exit...
357357
[portal]: https://portal.azure.com
358358
[rest_multiinstance]: /previous-versions/azure/mt637905(v=azure.100)
359359

360-
[1]: ./media/batch-mpi/batch_mpi_01.png "Multi-instance overview"
360+
[1]: ./media/batch-mpi/batch_mpi_01.png "Multi-instance overview"

articles/batch/batch-pool-create-event.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ ms.date: 10/08/2020
4848
|-------------|----------|-----------|
4949
|`id`|String|The ID of the pool.|
5050
|`displayName`|String|The display name of the pool.|
51-
|`vmSize`|String|The size of the virtual machines in the pool. All virtual machines in a pool are the same size. <br/><br/> For information about available sizes of virtual machines for Cloud Services pools (pools created with cloudServiceConfiguration), see [Sizes for Cloud Services](../cloud-services/cloud-services-sizes-specs.md). Batch supports all Cloud Services VM sizes except `ExtraSmall`.<br/><br/> For information about available VM sizes for pools using images from the Virtual Machines Marketplace (pools created with virtualMachineConfiguration) see [Sizes for Virtual Machines](../virtual-machines/linux/sizes.md?toc=%2Fazure%2Fvirtual-machines%2Flinux%2Ftoc.json) (Linux) or [Sizes for Virtual Machines](../virtual-machines/windows/sizes.md?toc=%2Fazure%2Fvirtual-machines%2Fwindows%2Ftoc.json) (Windows). Batch supports all Azure VM sizes except `STANDARD_A0` and those with premium storage (`STANDARD_GS`, `STANDARD_DS`, and `STANDARD_DSV2` series).|
51+
|`vmSize`|String|The size of the virtual machines in the pool. All virtual machines in a pool are the same size. <br/><br/> For information about available sizes of virtual machines for Cloud Services pools (pools created with cloudServiceConfiguration), see [Sizes for Cloud Services](../cloud-services/cloud-services-sizes-specs.md). Batch supports all Cloud Services VM sizes except `ExtraSmall`.<br/><br/> For information about available VM sizes for pools using images from the Virtual Machines Marketplace (pools created with virtualMachineConfiguration) see [Sizes for Virtual Machines](../virtual-machines/sizes.md?toc=%252fazure%252fvirtual-machines%252flinux%252ftoc.json) (Linux) or [Sizes for Virtual Machines](../virtual-machines/sizes.md?toc=%252fazure%252fvirtual-machines%252fwindows%252ftoc.json) (Windows). Batch supports all Azure VM sizes except `STANDARD_A0` and those with premium storage (`STANDARD_GS`, `STANDARD_DS`, and `STANDARD_DSV2` series).|
5252
|`imageType`|String|The deployment method for the image. Supported values are `virtualMachineConfiguration` or `cloudServiceConfiguration`|
5353
|[`cloudServiceConfiguration`](#bk_csconf)|Complex Type|The cloud service configuration for the pool.|
5454
|[`virtualMachineConfiguration`](#bk_vmconf)|Complex Type|The virtual machine configuration for the pool.|
@@ -96,4 +96,4 @@ ms.date: 10/08/2020
9696

9797
|Element name|Type|Notes|
9898
|------------------|--------------|----------|
99-
|`subnetId`|String|Specifies the resource identifier of the subnet in which the pool's compute nodes are created.|
99+
|`subnetId`|String|Specifies the resource identifier of the subnet in which the pool's compute nodes are created.|

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ There are a few exceptions and limitations to choosing a VM size:
2020

2121
### Pools in Virtual Machine configuration
2222

23-
Batch pools in the Virtual Machine configuration support almost all VM sizes ([Linux](../virtual-machines/linux/sizes.md), [Windows](../virtual-machines/windows/sizes.md)). See the following table to learn more about supported sizes and restrictions.
23+
Batch pools in the Virtual Machine configuration support almost all VM sizes ([Linux](../virtual-machines/sizes.md), [Windows](../virtual-machines/sizes.md)). See the following table to learn more about supported sizes and restrictions.
2424

2525
| VM series | Supported sizes |
2626
|------------|---------|
@@ -92,4 +92,4 @@ Batch pools in the Cloud Service configuration support all [VM sizes for Cloud S
9292
## Next steps
9393

9494
* Learn about the [Batch service workflow and primary resources](batch-service-workflow-features.md) such as pools, nodes, jobs, and tasks.
95-
* For information about using compute-intensive VM sizes, see [Use RDMA-capable or GPU-enabled instances in Batch pools](batch-pool-compute-intensive-sizes.md).
95+
* For information about using compute-intensive VM sizes, see [Use RDMA-capable or GPU-enabled instances in Batch pools](batch-pool-compute-intensive-sizes.md).

articles/batch/batch-quota-limit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Once you've submitted your support request, Azure support will contact you. Quot
120120

121121
Batch pools in the Virtual Machine Configuration deployed in an Azure virtual network automatically allocate additional Azure networking resources. The following resources are needed for each 50 pool nodes in a virtual network:
122122

123-
- One [network security group](../virtual-network/security-overview.md#network-security-groups)
123+
- One [network security group](../virtual-network/network-security-groups-overview.md#network-security-groups)
124124
- One [public IP address](../virtual-network/public-ip-addresses.md)
125125
- One [load balancer](../load-balancer/load-balancer-overview.md)
126126

@@ -133,4 +133,4 @@ These resources are allocated in the subscription that contains the virtual netw
133133
* Learn about [Azure subscription and service limits, quotas, and constraints](../azure-resource-manager/management/azure-subscription-service-limits.md).
134134

135135
[account_quotas]: ./media/batch-quota-limit/accountquota_portal.png
136-
[quota_increase]: ./media/batch-quota-limit/quota-increase.png
136+
[quota_increase]: ./media/batch-quota-limit/quota-increase.png

articles/batch/batch-rendering-functionality.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Arnold 2017 command line|kick.exe|ARNOLD_2017_EXEC|
7070

7171
As with other workloads, rendering application system requirements vary, and performance requirements vary for jobs and projects. A large variety of VM families are available in Azure depending on your requirements – lowest cost, best price/performance, best performance, and so on.
7272
Some rendering applications, such as Arnold, are CPU-based; others such as V-Ray and Blender Cycles can use CPUs and/or GPUs.
73-
For a description of available VM families and VM sizes, [see VM types and sizes](../virtual-machines/windows/sizes.md).
73+
For a description of available VM families and VM sizes, [see VM types and sizes](../virtual-machines/sizes.md).
7474

7575
### Low-priority VMs
7676

@@ -88,4 +88,4 @@ When the Azure Marketplace VM images are used, then the best practice is to use
8888
For examples of Batch rendering try out the two tutorials:
8989

9090
* [Rendering using the Azure CLI](./tutorial-rendering-cli.md)
91-
* [Rendering using Batch Explorer](./tutorial-rendering-batchexplorer-blender.md)
91+
* [Rendering using Batch Explorer](./tutorial-rendering-batchexplorer-blender.md)

articles/batch/best-practices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ When you create an Azure Batch pool using the Virtual Machine Configuration, you
6262

6363
### Third-party images
6464

65-
Pools can be created using third-party images published to Azure Marketplace. With user subscription mode Batch accounts, you may see the error "Allocation failed due to marketplace purchase eligibility check" when creating a pool with certain third-party images. To resolve this error, accept the terms set by the publisher of the image. You can do so by using [Azure PowerShell](https://docs.microsoft.com/powershell/module/azurerm.marketplaceordering/set-azurermmarketplaceterms) or [Azure CLI](https://docs.microsoft.com/cli/azure/vm/image/terms).
65+
Pools can be created using third-party images published to Azure Marketplace. With user subscription mode Batch accounts, you may see the error "Allocation failed due to marketplace purchase eligibility check" when creating a pool with certain third-party images. To resolve this error, accept the terms set by the publisher of the image. You can do so by using [Azure PowerShell](/powershell/module/azurerm.marketplaceordering/set-azurermmarketplaceterms) or [Azure CLI](/cli/azure/vm/image/terms).
6666

6767
### Azure region dependency
6868

@@ -227,4 +227,4 @@ Azure Batch creates and manages a set of users and groups on the VM, which shoul
227227

228228
Batch actively tries to clean up the working directory that tasks are run in, once their retention time expires. Any files written outside of this directory are [your responsibility to clean up](#manage-task-lifetime) to avoid filling up disk space.
229229

230-
The automated cleanup for the working directory will be blocked if you run a service on Windows from the startTask working directory, due to the folder still being in use. This will result in degraded performance. To fix this, change the directory for that service to a separate directory that isn't managed by Batch.
230+
The automated cleanup for the working directory will be blocked if you run a service on Windows from the startTask working directory, due to the folder still being in use. This will result in degraded performance. To fix this, change the directory for that service to a separate directory that isn't managed by Batch.

articles/batch/pool-endpoint-configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In your environment, you might need to restrict or disable these default externa
1414
## About the pool endpoint configuration
1515
The endpoint configuration consists of one or more [network address translation (NAT) pools](/rest/api/batchservice/pool/add#inboundnatpool) of frontend ports. (Do not confuse a NAT pool with the Batch pool of compute nodes.) You set up each NAT pool to override the default connection settings on the pool's compute nodes.
1616

17-
Each NAT pool configuration includes one or more [network security group (NSG) rules](/rest/api/batchservice/pool/add#networksecuritygrouprule). Each NSG rule allows or denies certain network traffic to the endpoint. You can choose to allow or deny all traffic, traffic identified by a [service tag](../virtual-network/security-overview.md#service-tags) (such as "Internet"), or traffic from specific IP addresses or subnets.
17+
Each NAT pool configuration includes one or more [network security group (NSG) rules](/rest/api/batchservice/pool/add#networksecuritygrouprule). Each NSG rule allows or denies certain network traffic to the endpoint. You can choose to allow or deny all traffic, traffic identified by a [service tag](../virtual-network/network-security-groups-overview.md#service-tags) (such as "Internet"), or traffic from specific IP addresses or subnets.
1818

1919
### Considerations
2020
* The pool endpoint configuration is part of the pool's [network configuration](/rest/api/batchservice/pool/add#networkconfiguration). The network configuration can optionally include settings to join the pool to an [Azure virtual network](batch-virtual-network.md). If you set up the pool in a virtual network, you can create NSG rules that use address settings in the virtual network.
@@ -116,4 +116,4 @@ pool.network_configuration = batchmodels.NetworkConfiguration(
116116
## Next steps
117117

118118
- Learn about the [Batch service workflow and primary resources](batch-service-workflow-features.md) such as pools, nodes, jobs, and tasks.
119-
- For more information about NSG rules in Azure, see [Filter network traffic with network security groups](../virtual-network/security-overview.md).
119+
- For more information about NSG rules in Azure, see [Filter network traffic with network security groups](../virtual-network/network-security-groups-overview.md).

articles/batch/resource-files.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ string containerSasUrl = String.Format("{0}{1}", container.Uri, sasToken);
5656
ResourceFile inputFile = ResourceFile.FromStorageContainerUrl(containerSasUrl);
5757
```
5858

59-
An alternative to generating a SAS URL is to enable anonymous, public read-access to a container and its blobs in Azure Blob storage. By doing so, you can grant read-only access to these resources without sharing your account key, and without requiring a SAS. Public read-access is typically used for scenarios where you want certain blobs to be always available for anonymous read-access. If this scenario suits your solution, see the [Anonymous access to blobs](../storage/blobs/storage-manage-access-to-resources.md) article to learn more about managing access to your blob data.
59+
An alternative to generating a SAS URL is to enable anonymous, public read-access to a container and its blobs in Azure Blob storage. By doing so, you can grant read-only access to these resources without sharing your account key, and without requiring a SAS. Public read-access is typically used for scenarios where you want certain blobs to be always available for anonymous read-access. If this scenario suits your solution, see the [Anonymous access to blobs](../storage/blobs/anonymous-read-access-configure.md) article to learn more about managing access to your blob data.
6060

6161
### Storage container name
6262

@@ -101,4 +101,4 @@ If there's no way to minimize the number of files your task needs, you can optim
101101
- Learn about [application packages](batch-application-packages.md) as an alternative to resource files.
102102
- For more information about using containers for resource files, see [Container workloads](batch-docker-container-workloads.md).
103103
- To learn how to gather and save the output data from your tasks, see [Persist job and task output](batch-task-output.md).
104-
- Learn about the [Batch APIs and tools](batch-apis-tools.md) available for building Batch solutions.
104+
- Learn about the [Batch APIs and tools](batch-apis-tools.md) available for building Batch solutions.

0 commit comments

Comments
 (0)