Skip to content

Commit 6e2a0b4

Browse files
authored
Merge pull request #201418 from PatrickFarley/comvis-updates
[cog svcs] update recommended java versions for vision
2 parents 203308b + ba1fa98 commit 6e2a0b4

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

articles/cognitive-services/Computer-vision/includes/quickstarts-sdk/image-analysis-java-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Use the Image Analysis client library to analyze a remote image for tags, text d
2727
## Prerequisites
2828

2929
* An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services/)
30-
* The current version of the [Java Development Kit (JDK)](https://www.oracle.com/technetwork/java/javase/downloads/index.html)
30+
* The current version of the [Java Development Kit (JDK)](https://www.microsoft.com/openjdk)
3131
* The [Gradle build tool](https://gradle.org/install/), or another dependency manager.
3232
* Once you have your Azure subscription, <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesComputerVision" title="Create a Computer Vision resource" target="_blank">create a Computer Vision resource </a> in the Azure portal to get your key and endpoint. After it deploys, click **Go to resource**.
3333
* You will need the key and endpoint from the resource you create to connect your application to the Computer Vision service. You'll paste your key and endpoint into the code below later in the quickstart.

articles/cognitive-services/Computer-vision/includes/quickstarts-sdk/java-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Use the OCR client library to read printed and handwritten text from a remote im
2424
## Prerequisites
2525

2626
* An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services/)
27-
* The current version of the [Java Development Kit (JDK)](https://www.oracle.com/technetwork/java/javase/downloads/index.html)
27+
* The current version of the [Java Development Kit (JDK)](https://www.microsoft.com/openjdk)
2828
* The [Gradle build tool](https://gradle.org/install/), or another dependency manager.
2929
* Once you have your Azure subscription, <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesComputerVision" title="Create a Computer Vision resource" target="_blank">create a Computer Vision resource </a> in the Azure portal to get your key and endpoint. After it deploys, click **Go to resource**.
3030
* You will need the key and endpoint from the resource you create to connect your application to the Computer Vision service. You'll paste your key and endpoint into the code below later in the quickstart.

articles/cognitive-services/Content-Moderator/includes/quickstarts/java-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Use the Content Moderator client library for Java to:
2727
## Prerequisites
2828

2929
* An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services/)
30-
* The current version of the [Java Development Kit (JDK)](https://www.oracle.com/technetwork/java/javase/downloads/index.html)
30+
* The current version of the [Java Development Kit (JDK)](https://www.microsoft.com/openjdk)
3131
* The [Gradle build tool](https://gradle.org/install/), or another dependency manager.
3232
* Once you have your Azure subscription, <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesContentModerator" title="Create a Content Moderator resource" target="_blank">create a Content Moderator resource </a> in the Azure portal to get your key and endpoint. Wait for it to deploy and click the **Go to resource** button.
3333
* You will need the key and endpoint from the resource you create to connect your application to Content Moderator. You'll paste your key and endpoint into the code below later in the quickstart.

articles/cognitive-services/Custom-Vision-Service/includes/quickstarts/java-tutorial-od.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Artifact (Maven) [(training)](https://search.maven.org/artifact/com.azure/azure-
2929
## Prerequisites
3030

3131
* An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services/)
32-
* The current version of the [Java Development Kit(JDK)](https://www.oracle.com/technetwork/java/javase/downloads/index.html)
32+
* The current version of the [Java Development Kit(JDK)](https://www.microsoft.com/openjdk)
3333
* The [Gradle build tool](https://gradle.org/install/), or another dependency manager.
3434
* Once you have your Azure subscription, <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesCustomVision" title="Create a Custom Vision resource" target="_blank">create a Custom Vision resource </a> in the Azure portal to create a training and prediction resource and get your keys and endpoint. Wait for it to deploy and click the **Go to resource** button.
3535
* You will need the key and endpoint from the resources you create to connect your application to Custom Vision. You'll paste your key and endpoint into the code below later in the quickstart.

articles/cognitive-services/Custom-Vision-Service/includes/quickstarts/java-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Artifact (Maven) [(training)](https://search.maven.org/artifact/com.azure/azure-
2828
## Prerequisites
2929

3030
* An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services/)
31-
* The current version of the [Java Development Kit(JDK)](https://www.oracle.com/technetwork/java/javase/downloads/index.html)
31+
* The current version of the [Java Development Kit(JDK)](https://www.microsoft.com/openjdk)
3232
* The [Gradle build tool](https://gradle.org/install/), or another dependency manager.
3333
* Once you have your Azure subscription, <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesCustomVision" title="Create a Custom Vision resource" target="_blank">create a Custom Vision resource </a> in the Azure portal to create a training and prediction resource and get your keys and endpoint. Wait for it to deploy and click the **Go to resource** button.
3434
* You will need the key and endpoint from the resources you create to connect your application to Custom Vision. You'll paste your key and endpoint into the code below later in the quickstart.

articles/cognitive-services/includes/quickstarts/management-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.author: pafarley
1515
## Java prerequisites
1616

1717
* A valid Azure subscription - [Create one for free](https://azure.microsoft.com/free/).
18-
* The current version of the [Java Development Kit(JDK)](https://www.oracle.com/technetwork/java/javase/downloads/index.html)
18+
* The current version of the [Java Development Kit(JDK)](https://www.microsoft.com/openjdk)
1919
* The [Gradle build tool](https://gradle.org/install/), or another dependency manager.
2020
* [!INCLUDE [contributor-requirement](./contributor-requirement.md)]
2121
* [!INCLUDE [terms-azure-portal](./terms-azure-portal.md)]

0 commit comments

Comments
 (0)