You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-functions/update-java-versions.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Use these steps to determine your Functions runtime version:
37
37
38
38
1. Select the **Function runtime settings** tab and check the **Runtime version** value to see if your function app is running on version 4.x of the Functions runtime (`~4`).
39
39
40
-
:::image type="content" source="media/update-java-versions/update-functions-version-portal.png" alt-text="Screenshot of how to view the Functions runtime version for your app in the Azure portal":::
40
+
:::image type="content" source="media/update-java-versions/update-functions-version-portal.png" alt-text="Screenshot of how to view the Functions runtime version for your app in the Azure portal.":::
41
41
42
42
### [Azure CLI](#tab/azure-cli)
43
43
@@ -71,7 +71,7 @@ Use the following steps to update the Java version:
71
71
72
72
1. In the **General settings** tab, update the **Java version** to `Java 17`.
73
73
74
-
:::image type="content" source="media/update-java-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":::
74
+
:::image type="content" source="media/update-java-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.":::
75
75
76
76
1. When notified about a restart, select **Continue**, and then **Save**.
77
77
@@ -104,4 +104,4 @@ Your function app restarts after you update the Java version. To learn more abou
0 commit comments