Skip to content

Commit 68a716c

Browse files
committed
direct users to Azul Zulu documentation instead of Oracle JDK download
1 parent 395e655 commit 68a716c

File tree

76 files changed

+81
-114
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+81
-114
lines changed

articles/aks/spark-job.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ Check out Spark documentation for more details.
321321
<!-- LINKS - external -->
322322
[apache-spark]: https://spark.apache.org/
323323
[docker-hub]: https://docs.docker.com/docker-hub/
324-
[java-install]: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
324+
[java-install]: https://aka.ms/azure-jdks
325325
[sbt-install]: https://www.scala-sbt.org/1.0/docs/Setup.html
326326
[spark-docs]: https://spark.apache.org/docs/latest/running-on-kubernetes.html
327327
[spark-latest-release]: https://spark.apache.org/releases/spark-release-2-3-0.html

articles/app-service/app-service-web-tutorial-java-mysql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ In this tutorial, you learn how to:
4343
## Prerequisites
4444

4545
1. [Download and install Git](https://git-scm.com/)
46-
1. [Download and install the Java 7 JDK or above](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
46+
1. [Download and install the Java JDK](https://aka.ms/azure-jdks)
4747
1. [Download, install, and start MySQL](https://dev.mysql.com/doc/refman/5.7/en/installing.html)
4848

4949
## Prepare local MySQL

articles/azure-functions/functions-create-first-function-vs-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To complete this quickstart:
3838
| Language | Extension |
3939
| -------- | --------- |
4040
| **C#** | [C# for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp)<br/>[.NET Core CLI tools](https://docs.microsoft.com/dotnet/core/tools/?tabs=netcore2x)* |
41-
| **Java** | [Debugger for Java](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-debug)<br/>[JDK 1.8](http://www.oracle.com/technetwork/java/javase/downloads/index.html)<br/>[Maven 3+](https://maven.apache.org/) |
41+
| **Java** | [Debugger for Java](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-debug)<br/>[Java 8](https://aka.ms/azure-jdks)<br/>[Maven 3+](https://maven.apache.org/) |
4242
| **JavaScript** | [Node 8.0+](https://nodejs.org/) |
4343

4444
\* Also required by Core Tools.

articles/cognitive-services/Bing-Autosuggest/quickstarts/java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This article shows you how to use the [Bing Autosuggest API](https://azure.micro
1818

1919
## Prerequisites
2020

21-
You will need [JDK 7 or 8](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) to compile and run this code. You may use a Java IDE if you have a favorite, but a text editor will suffice.
21+
You will need [JDK 7 or 8](https://aka.ms/azure-jdks) to compile and run this code. You may use a Java IDE if you have a favorite, but a text editor will suffice.
2222

2323
You must have a [Cognitive Services API account](https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account) with **Bing Autosuggest API v7**. The [free trial](https://azure.microsoft.com/try/cognitive-services/#search) is sufficient for this quickstart. You need the access key provided when you activate your free trial, or you may use a paid subscription key from your Azure dashboard.
2424

articles/cognitive-services/Bing-Entities-Search/quickstarts/java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This article shows you how to use the [Bing Entity Search](https://docs.microsof
1818

1919
## Prerequisites
2020

21-
You will need [JDK 7 or 8](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) to compile and run this code. You may use a Java IDE if you have a favorite, but a text editor will suffice.
21+
You will need [JDK 7 or 8](https://aka.ms/azure-jdks) to compile and run this code. You may use a Java IDE if you have a favorite, but a text editor will suffice.
2222

2323
You must have a [Cognitive Services API account](https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account) with **Bing Entity Search API**. The [free trial](https://azure.microsoft.com/try/cognitive-services/?api=bing-entity-search-api) is sufficient for this quickstart. You need the access key provided when you activate your free trial, or you may use a paid subscription key from your Azure dashboard.
2424

articles/cognitive-services/Bing-Image-Search/image-sdk-java-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The source code for this sample is available [on GitHub](https://github.com/Azur
2020

2121
## Prerequisites
2222

23-
The latest version of the [Java Development Kit](http://www.oracle.com/technetwork/java/javase/downloads/index.html) (JDK)
23+
The latest version of the [Java Development Kit](https://aka.ms/azure-jdks) (JDK)
2424

2525
Install the Bing Image Search SDK dependencies by using Maven, Gradle, or another dependency management system. The Maven POM file requires the following declaration:
2626

articles/cognitive-services/Bing-Image-Search/quickstarts/java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The source code for this sample is available [on GitHub](https://github.com/Azur
2222

2323
## Prerequisites
2424

25-
* The [Java Development Kit(JDK) 7 or 8](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)
25+
* The [Java Development Kit(JDK) 7 or 8](https://aka.ms/azure-jdks)
2626

2727
* The [Gson library](https://github.com/google/gson)
2828

articles/cognitive-services/Bing-Spell-Check/quickstarts/java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This article shows you how to use the [Bing Spell Check API](https://azure.micro
1818

1919
## Prerequisites
2020

21-
You will need [JDK 7 or 8](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) to compile and run this code. You may use a Java IDE if you have a favorite, but a text editor will suffice.
21+
You will need [JDK 7 or 8](https://aka.ms/azure-jdks) to compile and run this code. You may use a Java IDE if you have a favorite, but a text editor will suffice.
2222

2323
You must have a [Cognitive Services API account](https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account) with **Bing Spell Check API v7**. The [free trial](https://azure.microsoft.com/try/cognitive-services/#lang) is sufficient for this quickstart. You need the access key provided when you activate your free trial, or you may use a paid subscription key from your Azure dashboard.
2424

articles/cognitive-services/Bing-Web-Search/quickstarts/java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Use this quickstart to make your first call to the Bing Web Search API and recei
2323

2424
Here are a few things that you'll need before running this quickstart:
2525

26-
* [JDK 7 or 8](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)
26+
* [JDK 7 or 8](https://aka.ms/azure-jdks)
2727
* [Gson library](https://github.com/google/gson)
2828
* A subscription key
2929

articles/cognitive-services/Bing-Web-Search/web-sdk-java-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Want to see the code right now? The [Bing Web Search SDK for Java samples](https
2424

2525
Here are a few things that you'll need before running this quickstart:
2626

27-
* [JDK 7 or 8](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)
27+
* [JDK 7 or 8](https://aka.ms/azure-jdks)
2828
* [Apache Maven](https://maven.apache.org/download.cgi) or your favorite build automation tool
2929
* A subscription key
3030

0 commit comments

Comments
 (0)