Skip to content

Commit 63f2b46

Browse files
remove preview flag from Node 18
1 parent 8a6c976 commit 63f2b46

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/static-web-apps/apis-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The following table contrasts the differences between using managed and existing
2424
| Feature | Managed Functions | Bring your own Functions |
2525
|---|---|---|
2626
| Access to Azure Functions [triggers and bindings](../azure-functions/functions-triggers-bindings.md#supported-bindings) | HTTP only | All |
27-
| Supported Azure Functions [runtimes](../azure-functions/supported-languages.md#languages-by-runtime-version)<sup>1</sup> | Node.js 12<br>Node.js 14<br>Node.js 16<br>Node.js 18 (public preview)<br>.NET Core 3.1<br>.NET 6.0<br>.NET 7.0<br>Python 3.8<br>Python 3.9<br>Python 3.10 | All |
27+
| Supported Azure Functions [runtimes](../azure-functions/supported-languages.md#languages-by-runtime-version)<sup>1</sup> | Node.js 12<br>Node.js 14<br>Node.js 16<br>Node.js 18<br>.NET Core 3.1<br>.NET 6.0<br>.NET 7.0<br>Python 3.8<br>Python 3.9<br>Python 3.10 | All |
2828
| Supported Azure Functions [hosting plans](../azure-functions/functions-scale.md) | Consumption | Consumption<br>Premium<br>Dedicated |
2929
| [Integrated security](user-information.md) with direct access to user authentication and role-based authorization data |||
3030
| [Routing integration](./configuration.md?#routes) that makes the `/api` route available to the web app securely without requiring custom CORS rules. |||

articles/static-web-apps/languages-runtimes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: static-web-apps
55
author: craigshoemaker
66
ms.service: static-web-apps
77
ms.topic: conceptual
8-
ms.date: 08/30/2022
8+
ms.date: 04/24/2024
99
ms.author: cshoe
1010
---
1111

includes/static-web-apps-languages-runtimes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To configure the API language runtime version, set the `apiRuntime` property in
1818
| Node.js 12.x | Linux | 3.x | `node:12` | December 3, 2022 |
1919
| Node.js 14.x | Linux | 4.x | `node:14` | - |
2020
| Node.js 16.x | Linux | 4.x | `node:16` | - |
21-
| Node.js 18.x <br>(public preview) | Linux | 4.x | `node:18` | - |
21+
| Node.js 18.x | Linux | 4.x | `node:18` | - |
2222
| Python 3.8 | Linux | 4.x | `python:3.8` | - |
2323
| Python 3.9 | Linux | 4.x | `python:3.9` | - |
2424
| Python 3.10 | Linux | 4.x | `python:3.10` | - |

0 commit comments

Comments
 (0)