Skip to content

Commit 798dc88

Browse files
authored
Fix Azul Zulu references
1 parent 518f3d5 commit 798dc88

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/app-service/configure-language-java.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1111,13 +1111,13 @@ Microsoft and Adoptium builds of OpenJDK are provided and supported on App Servi
11111111
11121112
| Java Version | Linux | Windows |
11131113
|--------------|------------------|----------------------|
1114-
| Java 8 | 1.8.0_312 (Zulu) * | 1.8.0_312 (Adoptium) |
1115-
| Java 11 | 11.0.13 (MSFT) | 11.0.13 (MSFT) |
1116-
| Java 17 | 17.0.1 (MSFT) | 17.0.1 (MSFT) |
1114+
| Java 8 | 1.8.0_312 (Adoptium) * | 1.8.0_312 (Adoptium) |
1115+
| Java 11 | 11.0.13 (Microsoft) | 11.0.13 (Microsoft) |
1116+
| Java 17 | 17.0.1 (Microsoft) | 17.0.1 (Microsoft) |
11171117
11181118
\* In following releases, Java 8 on Linux will be distributed from Adoptium builds of the OpenJDK.
11191119
1120-
If you are [pinned](#choosing-a-java-runtime-version) to an older minor version of Java your site may be using the [Zulu for Azure](https://www.azul.com/downloads/azure-only/zulu/) binaries provided through [Azul Systems](https://www.azul.com/). You can continue to use these binaries for your site, but any security patches or improvements will only be available in new versions of the OpenJDK, so we recommend that you periodically update your Web Apps to a later version of Java.
1120+
If you are [pinned](#choosing-a-java-runtime-version) to an older minor version of Java, your site may be using the deprecated [Azul Zulu for Azure](https://devblogs.microsoft.com/java/end-of-updates-support-and-availability-of-zulu-for-azure/) binaries provided through [Azul Systems](https://www.azul.com/). You can continue to use these binaries for your site, but any security patches or improvements will only be available in new versions of the OpenJDK, so we recommend that you periodically update your Web Apps to a later version of Java.
11211121
11221122
Major version updates will be provided through new runtime options in Azure App Service. Customers update to these newer versions of Java by configuring their App Service deployment and are responsible for testing and ensuring the major update meets their needs.
11231123
@@ -1140,7 +1140,7 @@ If a supported Java runtime will be retired, Azure developers using the affected
11401140
11411141
### Local development
11421142
1143-
Developers can download the Production Edition of Azul Zulu Enterprise JDK for local development from [Azul's download site](https://www.azul.com/downloads/azure-only/zulu/).
1143+
Developers can download the Microsoft Build of OpenJDK for local development from [our download site](/java/openjdk/download).
11441144
11451145
### Development support
11461146

0 commit comments

Comments
 (0)