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/app-service/overview-hosting-plans.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Each tier also provides a specific subset of App Service features. These feature
32
32
<aname="new-pricing-tier-premiumv2"></a>
33
33
34
34
> [!NOTE]
35
-
> The new **PremiumV2** pricing tier provides [Dv2-series VMs](../virtual-machines/windows/sizes-general.md#dv2-series) with faster processors, SSD storage, and double memory-to-core ratio compared to **Standard** tier. **PremiumV2** also supports higher scale via increased instance count while still providing all the advanced capabilities found in the Standard plan. All features available in the existing **Premium** tier are included in **PremiumV2**.
35
+
> The new **PremiumV2** pricing tier provides [Dv2-series VMs](../virtual-machines/dv2-dsv2-series.md) with faster processors, SSD storage, and double memory-to-core ratio compared to **Standard** tier. **PremiumV2** also supports higher scale via increased instance count while still providing all the advanced capabilities found in the Standard plan. All features available in the existing **Premium** tier are included in **PremiumV2**.
36
36
>
37
37
> Similar to other dedicated tiers, three VM sizes are available for this tier:
Copy file name to clipboardExpand all lines: articles/azure-functions/durable/durable-functions-perf-and-scale.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -246,7 +246,7 @@ When planning to use Durable Functions for a production application, it is impor
246
246
> [!TIP]
247
247
> Unlike fan-out, fan-in operations are limited to a single VM. If your application uses the fan-out, fan-in pattern and you are concerned about fan-in performance, consider sub-dividing the activity function fan-out across multiple [sub-orchestrations](durable-functions-sub-orchestrations.md).
248
248
249
-
The following table shows the expected *maximum* throughput numbers for the previously described scenarios. "Instance" refers to a single instance of an orchestrator function running on a single small ([A1](../../virtual-machines/windows/sizes-previous-gen.md#a-series)) VM in Azure App Service. In all cases, it is assumed that [extended sessions](#orchestrator-function-replay) are enabled. Actual results may vary depending on the CPU or I/O work performed by the function code.
249
+
The following table shows the expected *maximum* throughput numbers for the previously described scenarios. "Instance" refers to a single instance of an orchestrator function running on a single small ([A1](../../virtual-machines/sizes-previous-gen.md)) VM in Azure App Service. In all cases, it is assumed that [extended sessions](#orchestrator-function-replay) are enabled. Actual results may vary depending on the CPU or I/O work performed by the function code.
|[NC, NCv2, NCv3, NDv2 series](../virtual-machines/linux/n-series-driver-setup.md)| NVIDIA Tesla GPU (varies by series) | Ubuntu 16.04 LTS, or<br/>CentOS 7.3 or 7.4<br/>(Azure Marketplace) | NVIDIA CUDA or CUDA Toolkit drivers | N/A |
|[H16r, H16mr, A8, A9](../virtual-machines/windows/sizes-hpc.md#rdma-capable-instances)<br/>[NC24r, NC24rs_v2, NC24rs_v3, ND24rs<sup>*</sup>](../virtual-machines/windows/n-series-driver-setup.md#rdma-network-connectivity)| RDMA | Windows Server 2016, 2012 R2, or<br/>2012 (Azure Marketplace) | Microsoft MPI 2012 R2 or later, or<br/> Intel MPI 5<br/><br/>Windows RDMA drivers | Enable inter-node communication, disable concurrent task execution |
53
+
|[H16r, H16mr, A8, A9](../virtual-machines/sizes-hpc.md)<br/>[NC24r, NC24rs_v2, NC24rs_v3, ND24rs<sup>*</sup>](../virtual-machines/windows/n-series-driver-setup.md#rdma-network-connectivity)| RDMA | Windows Server 2016, 2012 R2, or<br/>2012 (Azure Marketplace) | Microsoft MPI 2012 R2 or later, or<br/> Intel MPI 5<br/><br/>Windows RDMA drivers | Enable inter-node communication, disable concurrent task execution |
54
54
|[NC, NCv2, NCv3, ND, NDv2 series](../virtual-machines/windows/n-series-driver-setup.md)| NVIDIA Tesla GPU (varies by series) | Windows Server 2016 or <br/>2012 R2 (Azure Marketplace) | NVIDIA CUDA or CUDA Toolkit drivers| N/A |
55
55
|[NV, NVv2 series](../virtual-machines/windows/n-series-driver-setup.md)| NVIDIA Tesla M60 GPU | Windows Server 2016 or<br/>2012 R2 (Azure Marketplace) | NVIDIA GRID drivers | N/A |
56
56
@@ -64,7 +64,7 @@ The RDMA or GPU capabilities of compute-intensive sizes in Batch are supported o
64
64
65
65
| Size | Capability | Operating systems | Required software | Pool settings |
|[H16r, H16mr, A8, A9](../virtual-machines/windows/sizes-hpc.md#rdma-capable-instances)| RDMA | Windows Server 2016, 2012 R2, 2012, or<br/>2008 R2 (Guest OS family) | Microsoft MPI 2012 R2 or later, or<br/>Intel MPI 5<br/><br/>Windows RDMA drivers | Enable inter-node communication,<br/> disable concurrent task execution |
67
+
|[H16r, H16mr, A8, A9](../virtual-machines/sizes-hpc.md)| RDMA | Windows Server 2016, 2012 R2, 2012, or<br/>2008 R2 (Guest OS family) | Microsoft MPI 2012 R2 or later, or<br/>Intel MPI 5<br/><br/>Windows RDMA drivers | Enable inter-node communication,<br/> disable concurrent task execution |
68
68
69
69
## Pool configuration options
70
70
@@ -99,7 +99,7 @@ To run CUDA applications on a pool of Windows NC nodes, you need to install NVDI
99
99
100
100
1. Download a setup package for the GPU drivers on Windows Server 2016 from the [NVIDIA website](https://www.nvidia.com/Download/index.aspx) - for example, [version 411.82](https://us.download.nvidia.com/Windows/Quadro_Certified/411.82/411.82-tesla-desktop-winserver2016-international.exe). Save the file locally using a short name like *GPUDriverSetup.exe*.
101
101
2. Create a zip file of the package.
102
-
3. Upload the package to your Batch account. For steps, see the [application packages](batch-application-packages.md) guidance. Specify an application id such as *GPUDriver*, and a version such as *411.82*.
102
+
3. Upload the package to your Batch account. For steps, see the [application packages](batch-application-packages.md) guidance. Specify an application ID such as *GPUDriver*, and a version such as *411.82*.
103
103
1. Using the Batch APIs or Azure portal, create a pool in the virtual machine configuration with the desired number of nodes and scale. The following table shows sample settings to install the NVIDIA GPU drivers silently using a start task:
104
104
105
105
| Setting | Value |
@@ -135,8 +135,7 @@ To run CUDA applications on a pool of Linux NC nodes, you need to install necess
135
135
To run Windows MPI applications on a pool of Azure H16r VM nodes, you need to configure the HpcVmDrivers extension and install [Microsoft MPI](https://docs.microsoft.com/message-passing-interface/microsoft-mpi). Here are sample steps to deploy a custom Windows Server 2016 image with the necessary drivers and software:
136
136
137
137
1. Deploy an Azure H16r VM running Windows Server 2016. For example, create the VM in the US West region.
138
-
2. Add the HpcVmDrivers extension to the VM by [running an Azure PowerShell command](../virtual-machines/windows/sizes-hpc.md#rdma-capable-instances
139
-
) from a client computer that connects to your Azure subscription, or using Azure Cloud Shell.
138
+
2. Add the HpcVmDrivers extension to the VM by [running an Azure PowerShell command](../virtual-machines/sizes-hpc.md) from a client computer that connects to your Azure subscription, or using Azure Cloud Shell.
140
139
1. Make a Remote Desktop connection to the VM.
141
140
1. Download the [setup package](https://www.microsoft.com/download/details.aspx?id=57467) (MSMpiSetup.exe) for the latest version of Microsoft MPI, and install Microsoft MPI.
142
141
1. Follow the steps to create a [Shared Image Gallery image](batch-sig-images.md) for Batch.
Copy file name to clipboardExpand all lines: articles/batch/batch-pool-node-error-checking.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ Additional examples of causes for **unusable** nodes include:
99
99
100
100
- A VM is moved because of an infrastructure failure or a low-level upgrade. Batch recovers the node.
101
101
102
-
- A VM image has been deployed on hardware that doesn’t support it. For example, trying to run a CentOS HPC image on a [Standard_D1_v2](../virtual-machines/linux/sizes-general.md#dv2-series) VM.
102
+
- A VM image has been deployed on hardware that doesn’t support it. For example, trying to run a CentOS HPC image on a [Standard_D1_v2](../virtual-machines/dv2-dsv2-series.md) VM.
103
103
104
104
- The VMs are in an [Azure virtual network](batch-virtual-network.md), and traffic has been blocked to key ports.
Copy file name to clipboardExpand all lines: articles/iot-edge/tutorial-machine-learning-edge-02-prepare-environment.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ This article helps you prepare your environment for development and deployment.
20
20
21
21
This step is typically performed by a cloud developer. Some of the software may also be helpful for a data scientist.
22
22
23
-
We created a PowerShell script that creates an Azure virtual machine with many of the prerequisites already configured. The VM that we create needs to be able to handle [nested virtualization](https://docs.microsoft.com/azure/virtual-machines/windows/nested-virtualization), which is why we chose a [Standard_D8s_v3](../virtual-machines/windows/sizes-general.md#dsv3-series-1) machine size.
23
+
We created a PowerShell script that creates an Azure virtual machine with many of the prerequisites already configured. The VM that we create needs to be able to handle [nested virtualization](https://docs.microsoft.com/azure/virtual-machines/windows/nested-virtualization), which is why we chose a [Standard_D8s_v3](../virtual-machines/dv3-dsv3-series.md) machine size.
24
24
25
25
The development VM will be set up with:
26
26
@@ -29,7 +29,7 @@ The development VM will be set up with:
29
29
*[Docker Desktop for Windows](https://www.docker.com/products/docker-desktop)
30
30
*[Git for Windows](https://gitforwindows.org/)
31
31
*[Git Credential Manager for Windows](https://github.com/Microsoft/Git-Credential-Manager-for-Windows)
32
-
*[.Net Core SDK](https://dotnet.microsoft.com/)
32
+
*[.NET Core SDK](https://dotnet.microsoft.com/)
33
33
*[Python 3](https://www.python.org/)
34
34
*[Visual Studio Code](https://code.visualstudio.com/)
@@ -46,7 +46,7 @@ It takes about 30 minutes to create and configure the virtual machine.
46
46
47
47
1. Clone or download the [Machine Learning and IoT Edge](https://github.com/Azure-Samples/IoTEdgeAndMlSample) sample repository to your local computer.
48
48
49
-
1. Open Powershell as an administrator and navigate to the **\IoTEdgeAndMlSample\DevVM** directory located under the root directory where you downloaded the code. We will refer to the root directory for your source as `srcdir`.
49
+
1. Open PowerShell as an administrator and navigate to the **\IoTEdgeAndMlSample\DevVM** directory located under the root directory where you downloaded the code. We will refer to the root directory for your source as `srcdir`.
0 commit comments