Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 2.24 KB

File metadata and controls

45 lines (31 loc) · 2.24 KB
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:

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

  2. On the General settings tab, update Java Version to the desired version.

  3. 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:

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

  5. On the General settings tab, update .NET Version to the desired version.

  6. 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:

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

  8. On the General settings tab, update Node.js Version to the desired version.

  9. Select Save. When you're notified about a restart, select Continue. This change updates the WEBSITE_NODE_DEFAULT_VERSION application setting.
    ::: zone-end
    ::: zone pivot="programming-language-powershell" Use the following steps to update the PowerShell version:

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

  11. On the General settings tab, update PowerShell Core Version to the desired version.

  12. Select Save. When you're notified about a restart, select Continue. ::: zone-end