Skip to content

Commit b07b00a

Browse files
Merge pull request #6035 from JustPies/jpvalidation-7-15-2
Bulk - fix validation issues
2 parents c86865e + 2ffdbcc commit b07b00a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/machine-learning/data-science-virtual-machine/dsvm-tutorial-resource-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If your environment meets the prerequisites and you know how to use ARM template
2828

2929
## Prerequisites
3030

31-
* An Azure subscription. If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/services/machine-learning/) before you begin.
31+
* An Azure subscription. If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/products/machine-learning/) before you begin.
3232

3333
* You need the [Azure CLI](/cli/azure/install-azure-cli) to use the CLI commands in this document from your **local environment**.
3434

articles/machine-learning/data-science-virtual-machine/reference-ubuntu-vm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ available in the `py38_pytorch` environment.
2828

2929
H2O is a fast, in-memory, distributed machine learning and predictive analytics platform. A Python package is installed in both the root and py35 Anaconda environments. An R package is also installed.
3030

31-
To open H2O from the command line, run `java -jar /dsvm/tools/h2o/current/h2o.jar`. You can configure various available[command-line options](http://docs.h2o.ai/h2o/latest-stable/h2o-docs/starting-h2o.html#from-the-command-line). Browse to the Flow web UI to `http://localhost:54321` to get started. JupyterHub offers sample notebooks.
31+
To open H2O from the command line, run `java -jar /dsvm/tools/h2o/current/h2o.jar`. You can configure various available command-line options. Browse to the Flow web UI to `http://localhost:54321` to get started. JupyterHub offers sample notebooks.
3232

3333
### TensorFlow
3434

articles/machine-learning/prompt-flow/troubleshoot-guidance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ You may encounter 409 error from Azure OpenAI, it means you have reached the rat
146146

147147
In this case, if you find the message `request canceled` in the logs, it might be because the OpenAI API call is taking too long and exceeding the timeout limit.
148148

149-
An OpenAI API timeout could be caused by a network issue or a complex request that requires more processing time. For more information, see [OpenAI API timeout](https://help.openai.com/en/articles/6897186-timeout).
149+
An OpenAI API timeout could be caused by a network issue or a complex request that requires more processing time. For more information, see [OpenAI API timeout](https://platform.openai.com/docs/actions/production#timeouts).
150150

151151
Wait a few seconds and retry your request. This action usually resolves any network issues.
152152

0 commit comments

Comments
 (0)