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
@@ -85,7 +86,7 @@ The template contains the following parameters that are predefined for your conv
85
86
|`webAppName`| string |`webApp-<uniqueString>`| App name. For more information about the value, see [String functions for ARM templates](../azure-resource-manager/templates/template-functions-string.md#uniquestring). |
86
87
|`location`| string |`resourceGroup().location`| App region. For more information about the value, see [Resource functions for ARM templates](../azure-resource-manager/templates/template-functions-resource.md#resourcegroup). |
87
88
|`sku`| string |`F1`| Instance size. |
88
-
|`linuxFxVersion`| string |`NODE`|`14-LTS`| Programming language stack and version. |
89
+
|`linuxFxVersion`| string |`NODE`|`20-LTS`| Programming language stack and version. |
0 commit comments