Skip to content

Commit 743fe2e

Browse files
committed
fix blocking issues
1 parent 914db34 commit 743fe2e

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48591,6 +48591,11 @@
4859148591
"redirect_url": "/azure/virtual-machines/sizes-b-series-burstable",
4859248592
"redirect_document_id": false
4859348593
},
48594+
{
48595+
"source_path": "articles/virtual-machines/linux/b-series-burstable.md",
48596+
"redirect_url": "/azure/virtual-machines/sizes-b-series-burstable",
48597+
"redirect_document_id": false
48598+
},
4859448599
{
4859548600
"source_path": "articles/cognitive-services/Bing-News-Search/vs-bing-news-search-connected-service.md",
4859648601
"redirect_url": "/azure/cognitive-services/bing-news-search/search-the-web",

articles/batch/batch-pool-compute-intensive-sizes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ To run CUDA applications on a pool of Windows NC nodes, you need to install NVDI
9999

100100
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*.
101101
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*.
103103
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:
104104

105105
| Setting | Value |

articles/iot-edge/tutorial-machine-learning-edge-02-prepare-environment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The development VM will be set up with:
2929
* [Docker Desktop for Windows](https://www.docker.com/products/docker-desktop)
3030
* [Git for Windows](https://gitforwindows.org/)
3131
* [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/)
3333
* [Python 3](https://www.python.org/)
3434
* [Visual Studio Code](https://code.visualstudio.com/)
3535
* [Azure PowerShell](https://docs.microsoft.com/powershell/azure/overview?view=azps-1.1.0)
@@ -46,7 +46,7 @@ It takes about 30 minutes to create and configure the virtual machine.
4646

4747
1. Clone or download the [Machine Learning and IoT Edge](https://github.com/Azure-Samples/IoTEdgeAndMlSample) sample repository to your local computer.
4848

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`.
5050

5151
```powershell
5252
cd c:\srcdir\IoTEdgeAndMlSample\DevVM

0 commit comments

Comments
 (0)