title | description | services | author | ms.service | ms.topic | ms.date | ms.author | ms.custom |
---|---|---|---|---|---|---|---|---|
include file |
include file |
functions |
ggailey777 |
azure-functions |
include |
11/26/2018 |
glenga |
include file |
Use the following procedure to view and update the runtime version currently used by a function app.
-
In the Azure portal, browse to your function app.
-
Under Settings, choose Configuration. In the Function runtime settings tab, locate the Runtime version. Note the specific runtime version. In the example below, the version is set to
~3
.:::image type="content" source="./media/functions-view-update-version-portal/functions-view-runtime-version.png" alt-text="View the runtime version." border="true":::
-
To pin your function app to the version 1.x runtime, choose ~1 under Runtime version. This switch is disabled when you have functions in your app.
-
When you change the runtime version, go back to the Overview tab and choose Restart to restart the app. The function app restarts running on the version 1.x runtime, and the version 1.x templates are used when you create functions.
:::image type="content" source="./media/functions-view-update-version-portal/functions-restart-function-app.png" alt-text="Restart your function app." border="true":::