|
2 | 2 | author: ggailey777
|
3 | 3 | ms.service: azure-functions
|
4 | 4 | ms.topic: include
|
5 |
| -ms.date: 12/08/2023 |
| 5 | +ms.date: 07/09/2025 |
6 | 6 | ms.author: glenga
|
7 | 7 | ---
|
8 | 8 |
|
9 | 9 | ::: zone pivot="programming-language-java"
|
10 | 10 | Use the following steps to update the Java version:
|
11 |
| - |
12 |
| -1. In the [Azure portal](https://portal.azure.com), locate your function app and select **Configuration** on the left-hand side. When using a staging slot, make sure to first select the specific slot. |
13 | 11 |
|
| 12 | +1. In the [Azure portal](https://portal.azure.com), locate and select your function app. On the left menu, select **Settings** > **Configuration**. If you have a staging slot, select the specific slot. |
| 13 | + |
14 | 14 | 1. In the **General settings** tab, update **Java version** to the desired version.
|
15 | 15 |
|
16 |
| - :::image type="content" source="../articles/azure-functions/media/update-language-versions/update-java-version-portal.png" alt-text="Screenshot of how to set the desired Java version for a function app in the Azure portal."::: |
| 16 | + :::image type="content" source="../articles/azure-functions/media/update-language-versions/update-java-version-portal.png" alt-text="Screenshot of how to set the desired Java version for a function app in the Azure portal."::: |
17 | 17 |
|
18 | 18 | 1. Select **Save** and when notified about a restart select **Continue**.
|
19 | 19 | ::: zone-end
|
20 | 20 | ::: zone pivot="programming-language-csharp"
|
21 | 21 | Use the following steps to update the .NET version:
|
22 | 22 |
|
23 |
| -1. In the [Azure portal](https://portal.azure.com), locate your function app and select **Configuration** on the left-hand side. When using a staging slot, make sure to first select the specific slot. |
| 23 | +1. In the [Azure portal](https://portal.azure.com), locate and select your function app. On the left menu, select **Settings** > **Configuration**. If you have a staging slot, select the specific slot. |
24 | 24 |
|
25 | 25 | 1. In the **General settings** tab, update **.NET version** to the desired version.
|
26 | 26 |
|
27 |
| - :::image type="content" source="../articles/azure-functions/media/update-language-versions/update-dotnet-version-portal.png" alt-text="Screenshot of how to set the desired .NET version for a function app in the Azure portal."::: |
| 27 | + :::image type="content" source="../articles/azure-functions/media/update-language-versions/update-dotnet-version-portal.png" alt-text="Screenshot of how to set the desired .NET version for a function app in the Azure portal."::: |
28 | 28 |
|
29 | 29 | 1. Select **Save** and when notified about a restart select **Continue**.
|
30 | 30 | ::: zone-end
|
31 | 31 | ::: zone pivot="programming-language-javascript,programming-language-typescript"
|
32 | 32 | Use the following steps to update the Node.js version:
|
33 | 33 |
|
34 |
| -1. In the [Azure portal](https://portal.azure.com), locate your function app and select **Configuration** on the left-hand side. When using a staging slot, make sure to first select the specific slot. |
| 34 | +1. In the [Azure portal](https://portal.azure.com), locate and select your function app. On the left menu, select **Settings** > **Configuration**. If you have a staging slot, select the specific slot. |
35 | 35 |
|
36 | 36 | 1. In the **General settings** tab, update **Node.js version** to the desired version.
|
37 | 37 |
|
38 |
| - :::image type="content" source="../articles/azure-functions/media/update-language-versions/update-nodejs-version-portal.png" alt-text="Screenshot of how to set the desired Node.js version for a function app in the Azure portal."::: |
| 38 | + :::image type="content" source="../articles/azure-functions/media/update-language-versions/update-nodejs-version-portal.png" alt-text="Screenshot of how to set the desired Node.js version for a function app in the Azure portal."::: |
39 | 39 |
|
40 | 40 | 1. Select **Save** and when notified about a restart select **Continue**. This change updates the [`WEBSITE_NODE_DEFAULT_VERSION`](../articles/azure-functions/functions-app-settings.md#website_node_default_version) application setting.
|
41 | 41 | ::: zone-end
|
42 | 42 | ::: zone pivot="programming-language-powershell"
|
43 | 43 | Use the following steps to update the PowerShell version:
|
44 | 44 |
|
45 |
| -1. In the [Azure portal](https://portal.azure.com), locate your function app and select **Configuration** on the left-hand side. When using a staging slot, make sure to first select the specific slot. |
| 45 | +1. In the [Azure portal](https://portal.azure.com), locate and select your function app. On the left menu, select **Settings** > **Configuration**. If you have a staging slot, select the specific slot. |
46 | 46 |
|
47 | 47 | 1. In the **General settings** tab, update **.NET version** to the desired version.
|
48 | 48 |
|
49 |
| - :::image type="content" source="../articles/azure-functions/media/update-language-versions/update-powershell-version-portal.png" alt-text="Screenshot of how to set the desired PowerShell version for a function app in the Azure portal."::: |
| 49 | + :::image type="content" source="../articles/azure-functions/media/update-language-versions/update-powershell-version-portal.png" alt-text="Screenshot of how to set the desired PowerShell version for a function app in the Azure portal."::: |
50 | 50 |
|
51 | 51 | 1. Select **Save** and when notified about a restart select **Continue**.
|
52 | 52 | ::: zone-end
|
|
0 commit comments