Skip to content

Commit a5a87e3

Browse files
Merge pull request #215369 from ggailey777/patch-8
Remove weird slash
2 parents d3d6e99 + 168e8d2 commit a5a87e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-functions/set-runtime-version.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ The following table provides an example of [`linuxFxVersion`] values required to
138138

139139
| [Hosting plan](functions-scale.md) | [`linuxFxVersion` value][`linuxFxVersion`] |
140140
| --- | --- |
141-
| Consumption | `DOCKER\|mcr.microsoft.com/azure-functions/mesh:4.11.2-node18` |
142-
| Premium/Dedicated | `DOCKER\|mcr.microsoft.com/azure-functions/node:4.11.2-node18-appservice` |
141+
| Consumption | `DOCKER|mcr.microsoft.com/azure-functions/mesh:4.11.2-node18` |
142+
| Premium/Dedicated | `DOCKER|mcr.microsoft.com/azure-functions/node:4.11.2-node18-appservice` |
143143

144144
When needed, a support professional can provide you with a valid base image URI for your application.
145145

@@ -176,4 +176,4 @@ The function app restarts after the change is made to the site config.
176176
> [!div class="nextstepaction"]
177177
> [See Release notes for runtime versions](https://github.com/Azure/azure-webjobs-sdk-script/releases)
178178
179-
[`linuxFxVersion`]: functions-app-settings.md#linuxfxversion
179+
[`linuxFxVersion`]: functions-app-settings.md#linuxfxversion

0 commit comments

Comments
 (0)