You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/app-service/configure-language-java.md
+2-43Lines changed: 2 additions & 43 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,8 @@ az webapp list-runtimes --os linux | grep "JAVA\|TOMCAT\|JBOSSEAP"
52
52
53
53
::: zone-end
54
54
55
+
For more information on version support, see [App Service language runtime support policy](language-support-policy.md).
56
+
55
57
## Deploying your app
56
58
57
59
### Build Tools
@@ -1107,49 +1109,6 @@ JBoss EAP is only available on the Premium v3 and Isolated v2 App Service Plan t
1107
1109
1108
1110
::: zone-end
1109
1111
1110
-
## Java runtime statement of support
1111
-
1112
-
### JDK versions and maintenance
1113
-
1114
-
Microsoft and Adoptium builds of OpenJDK are provided and supported on App Service for Java 8, 11, and 17. These binaries are provided as a no-cost, multi-platform, production-ready distribution of the OpenJDK for Azure. They contain all the components for building and running Java SE applications. For local development or testing, you can install the Microsoft build of OpenJDK from the [downloads page](/java/openjdk/download). The table below describes the new Java versions included in the January 2022 App Service platform release:
\* In following releases, Java 8 on Linux will be distributed from Adoptium builds of the OpenJDK.
1123
-
1124
-
If you're [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.
1125
-
1126
-
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.
1127
-
1128
-
Supported JDKs are automatically patched on a quarterly basis in January, April, July, and October of each year. For more information on Java on Azure, see [this support document](/azure/developer/java/fundamentals/java-support-on-azure).
1129
-
1130
-
### Security updates
1131
-
1132
-
Patches and fixes for major security vulnerabilities will be released as soon as they become available in Microsoft builds of the OpenJDK. A "major" vulnerability is defined by a base score of 9.0 or higher on the [NIST Common Vulnerability Scoring System, version 2](https://nvd.nist.gov/vuln-metrics/cvss).
1133
-
1134
-
Tomcat 8.0 has reached [End of Life (EOL) as of September 30, 2018](https://tomcat.apache.org/tomcat-80-eol.html). While the runtime is still available on Azure App Service, Azure will not apply security updates to Tomcat 8.0. If possible, migrate your applications to Tomcat 8.5 or 9.0. Both Tomcat 8.5 and 9.0 are available on Azure App Service. For more information, see the [official Tomcat site](https://tomcat.apache.org/whichversion.html).
1135
-
1136
-
Community support for Java 7 will terminate on July 29, 2022 and [Java 7 will be retired from App Service](https://azure.microsoft.com/updates/transition-to-java-11-or-8-by-29-july-2022/) at that time. If you have a web app running on Java 7, please upgrade to Java 8 or 11 before July 29.
1137
-
1138
-
### Deprecation and retirement
1139
-
1140
-
If a supported Java runtime will be retired, Azure developers using the affected runtime will be given a deprecation notice at least six months before the runtime is retired.
1141
-
1142
-
- [Reasons to move to Java 11](/java/openjdk/reasons-to-move-to-java-11?bc=/azure/developer/breadcrumb/toc.json&toc=/azure/developer/java/fundamentals/toc.json)
Developers can download the Microsoft Build of OpenJDK for local development from [our download site](/java/openjdk/download).
1148
-
1149
-
### Development support
1150
-
1151
-
Product support for the [Microsoft Build of OpenJDK](/java/openjdk/download) is available through Microsoft when developing for Azure or [Azure Stack](https://azure.microsoft.com/overview/azure-stack/) with a [qualified Azure support plan](https://azure.microsoft.com/support/plans/).
1152
-
1153
1112
## Next steps
1154
1113
1155
1114
Visit the [Azure for Java Developers](/java/azure/) center to find Azure quickstarts, tutorials, and Java reference documentation.
Copy file name to clipboardExpand all lines: articles/app-service/language-support-policy.md
+105-2Lines changed: 105 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Language runtime support policy
3
3
description: Learn about the language runtime support policy for Azure App Service.
4
4
author: jeffwmartinez
5
5
ms.topic: article
6
-
ms.date: 01/23/2023
6
+
ms.date: 12/23/2023
7
7
ms.author: jefmarti
8
8
ms.custom: seodec18
9
9
@@ -28,7 +28,7 @@ App Service follows community support timelines for the lifecycle of the runtime
28
28
29
29
End-of-support dates for runtime versions are determined independently by their respective stacks and are outside the control of App Service. App Service sends reminder notifications to subscription owners for upcoming end-of-support runtime versions when they become available for each language.
30
30
31
-
People who receive notifications include account administrators, service administrators, and co-administrators. Contributors, readers, or other roles don't directly receive notifications, unless they opt in to receive notification emails through [service health alerts](../service-health/alerts-activity-log-service-notifications-portal.md).
31
+
Those who receive notifications include account administrators, service administrators, and coadministrators. Contributors, readers, or other roles won't directly receive notifications, unless they opt in to receive notification emails, using [Service Health Alerts](../service-health/alerts-activity-log-service-notifications-portal.md).
32
32
33
33
## Timelines for language runtime version support
34
34
@@ -51,3 +51,106 @@ To learn more about how to update language versions for your App Service applica
-[JDK versions and maintenance](#jdk-versions-and-maintenance)
58
+
-[Security updates](#security-updates)
59
+
-[Deprecation and retirement](#deprecation-and-retirement)
60
+
-[Local development](#local-development)
61
+
62
+
### JDK versions and maintenance
63
+
64
+
Microsoft and Adoptium builds of OpenJDK are provided and supported on App Service for Java 8, 11, and 17. These binaries are provided as a no-cost, multi-platform, production-ready distribution of the OpenJDK for Azure. They contain all the components for building and running Java SE applications. For local development or testing, you can install the Microsoft build of OpenJDK from the [downloads page](/java/openjdk/download).
\* Alpine 3.16 is the last supported Alpine distribution in App Service. It's recommended to pin to a version to avoid switching over to Ubuntu automatically. Make sure you test and switch to Java offering supported by Ubuntu based distributions when possible. -->
| Java 8 | Windows Server 2016 | 1.8.0_312 (Adoptium) |
125
+
| Java 11 | Windows Server 2016 | 11.0.13 (Microsoft) |
126
+
| Java 17 | Windows Server 2016 | 17.0.1 (Microsoft) |
127
+
128
+
-----
129
+
130
+
If you're [pinned](configure-language-java.md#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.
131
+
132
+
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.
133
+
134
+
Supported JDKs are automatically patched on a quarterly basis in January, April, July, and October of each year. For more information on Java on Azure, see [this support document](/azure/developer/java/fundamentals/java-support-on-azure).
135
+
136
+
### Security updates
137
+
138
+
Patches and fixes for major security vulnerabilities will be released as soon as they become available in Microsoft builds of the OpenJDK. A "major" vulnerability is defined by a base score of 9.0 or higher on the [NIST Common Vulnerability Scoring System, version 2](https://nvd.nist.gov/vuln-metrics/cvss).
139
+
140
+
Tomcat 8.0 has reached [End of Life as of September 30, 2018](https://tomcat.apache.org/tomcat-80-eol.html). While the runtime is still available on Azure App Service, Azure won't apply security updates to Tomcat 8.0. If possible, migrate your applications to Tomcat 8.5 or 9.0. Both Tomcat 8.5 and 9.0 are available on Azure App Service. For more information, see the [official Tomcat site](https://tomcat.apache.org/whichversion.html).
141
+
142
+
Community support for Java 7 ended on July 29, 2022 and [Java 7 was retired from App Service](https://azure.microsoft.com/updates/transition-to-java-11-or-8-by-29-july-2022/). If you have a web app running on Java 7, upgrade to Java 8 or 11 immediately.
143
+
144
+
### Deprecation and retirement
145
+
146
+
If a supported Java runtime will be retired, Azure developers using the affected runtime will be given a deprecation notice at least six months before the runtime is retired.
147
+
148
+
-[Reasons to move to Java 11](/java/openjdk/reasons-to-move-to-java-11?bc=/azure/developer/breadcrumb/toc.json&toc=/azure/developer/java/fundamentals/toc.json)
Developers can download the Microsoft Build of OpenJDK for local development from [our download site](/java/openjdk/download).
154
+
155
+
Product support for the [Microsoft Build of OpenJDK](/java/openjdk/download) is available through Microsoft when developing for Azure or [Azure Stack](https://azure.microsoft.com/overview/azure-stack/) with a [qualified Azure support plan](https://azure.microsoft.com/support/plans/).
Copy file name to clipboardExpand all lines: articles/app-service/tutorial-send-email.md
+2-23Lines changed: 2 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,10 +44,6 @@ Deploy an app with the language framework of your choice to App Service. To foll
44
44
45
45
[Tutorial: Run a Python (Django) web app with PostgreSQL in Azure App Service](tutorial-python-postgresql-app.md)
46
46
47
-
### [Ruby](#tab/ruby)
48
-
49
-
[Build a Ruby and Postgres app in Azure App Service on Linux](tutorial-ruby-postgres-app.md)
50
-
51
47
---
52
48
53
49
## Create the logic app
@@ -151,7 +147,7 @@ In your code, make a standard HTTP post to the URL using any HTTP client languag
151
147
- The request contains the heading `Content-Type: application/json`.
152
148
- To optimize performance, send the request asynchronously if possible.
153
149
154
-
Click on the preferred language/framework tab below to see an example.
150
+
Select the preferred language/framework tab below to see an example.
155
151
156
152
### [ASP.NET](#tab/dotnet)
157
153
@@ -297,28 +293,11 @@ async with aiohttp.post('http://httpbin.org/post', data=json.dump(payload)) as r
297
293
298
294
If you're testing this code on the sample app for [Tutorial: Run a Python (Django) web app with PostgreSQL in Azure App Service](tutorial-python-postgresql-app.md), you could use it to send an email confirmation in the [Route::post function](https://github.com/Azure-Samples/laravel-tasks/blob/master/routes/web.php#L30-L48), just before the return statement.
299
295
300
-
### [Ruby](#tab/ruby)
301
-
302
-
In Ruby, you can send the HTTP post easily with JSONClient. For example:
If you're testing this code on the sample app for [Build a Ruby and Postgres app in Azure App Service on Linux](tutorial-ruby-postgres-app.md), you could use it to send an email confirmation in the [create](https://github.com/Azure-Samples/rubyrails-tasks/blob/master/app/controllers/tasks_controller.rb#L26-L38) action, [when @task.save succeeds](https://github.com/Azure-Samples/rubyrails-tasks/blob/master/app/controllers/tasks_controller.rb#L30).
316
-
317
296
---
318
297
319
298
## Next steps
320
299
321
300
-[Tutorial: Host a RESTful API with CORS in Azure App Service](app-service-web-tutorial-rest-api.md)
322
301
-[HTTP request/response reference for Logic Apps](../connectors/connectors-native-reqres.md)
323
-
-[Quickstart: Create an example Consumption workflow in multi-tenant Azure Logic Apps - Azure portal](../logic-apps/quickstart-create-example-consumption-workflow.md)
302
+
-[Quickstart: Create an example Consumption workflow in multitenant Azure Logic Apps - Azure portal](../logic-apps/quickstart-create-example-consumption-workflow.md)
324
303
-[Environment variables and app settings reference](reference-app-settings.md)
0 commit comments