Skip to content

Commit ceb1a49

Browse files
Freshness.
1 parent 3b5b058 commit ceb1a49

8 files changed

+55
-55
lines changed
-91.3 KB
Loading
-59.7 KB
Loading
-147 KB
Loading
-95.4 KB
Loading
-71.7 KB
Loading
-103 KB
Loading

articles/azure-functions/update-language-versions.md

Lines changed: 45 additions & 45 deletions
Large diffs are not rendered by default.

includes/functions-update-language-version-portal.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,51 +2,51 @@
22
author: ggailey777
33
ms.service: azure-functions
44
ms.topic: include
5-
ms.date: 12/08/2023
5+
ms.date: 07/09/2025
66
ms.author: glenga
77
---
88

99
::: zone pivot="programming-language-java"
1010
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.
1311

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+
1414
1. In the **General settings** tab, update **Java version** to the desired version.
1515

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.":::
1717

1818
1. Select **Save** and when notified about a restart select **Continue**.
1919
::: zone-end
2020
::: zone pivot="programming-language-csharp"
2121
Use the following steps to update the .NET version:
2222

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.
2424

2525
1. In the **General settings** tab, update **.NET version** to the desired version.
2626

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.":::
2828

2929
1. Select **Save** and when notified about a restart select **Continue**.
3030
::: zone-end
3131
::: zone pivot="programming-language-javascript,programming-language-typescript"
3232
Use the following steps to update the Node.js version:
3333

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.
3535

3636
1. In the **General settings** tab, update **Node.js version** to the desired version.
3737

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.":::
3939

4040
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.
4141
::: zone-end
4242
::: zone pivot="programming-language-powershell"
4343
Use the following steps to update the PowerShell version:
4444

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.
4646

4747
1. In the **General settings** tab, update **.NET version** to the desired version.
4848

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.":::
5050

5151
1. Select **Save** and when notified about a restart select **Continue**.
5252
::: zone-end

0 commit comments

Comments
 (0)