| author | ggailey777 |
|---|---|
| ms.service | azure-functions |
| ms.topic | include |
| ms.date | 08/21/2025 |
| ms.author | glenga |
::: zone pivot="programming-language-java"
Use the following steps to update the Java version:
-
In the Azure portal, locate and select your function app. On the side menu, select Settings > Configuration. If you have a staging slot, select the specific slot.
-
On the General settings tab, update Java Version to the desired version.
-
Select Save. When you're notified about a restart, select Continue. ::: zone-end
::: zone pivot="programming-language-csharp" Use the following steps to update the .NET version: -
In the Azure portal, locate and select your function app. On the side menu, select Settings > Configuration. If you have a staging slot, select the specific slot.
-
On the General settings tab, update .NET Version to the desired version.
-
Select Save. When you're notified about a restart, select Continue.
::: zone-end
::: zone pivot="programming-language-javascript,programming-language-typescript"
Use the following steps to update the Node.js version: -
In the Azure portal, locate and select your function app. On the side menu, select Settings > Configuration. If you have a staging slot, select the specific slot.
-
On the General settings tab, update Node.js Version to the desired version.
-
Select Save. When you're notified about a restart, select Continue. This change updates the
WEBSITE_NODE_DEFAULT_VERSIONapplication setting.
::: zone-end
::: zone pivot="programming-language-powershell" Use the following steps to update the PowerShell version: -
In the Azure portal, locate and select your function app. On the side menu, select Settings > Configuration. If you have a staging slot, select the specific slot.
-
On the General settings tab, update PowerShell Core Version to the desired version.
-
Select Save. When you're notified about a restart, select Continue. ::: zone-end