Skip to content

Commit 77437bc

Browse files
authored
[Functions] Move portal limitations table
1 parent 1036e68 commit 77437bc

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

articles/azure-functions/functions-deployment-technologies.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -226,20 +226,7 @@ In the portal-based editor, you can directly edit the files that are in your fun
226226
227227
>__Where app content is stored:__ App content is stored on the file system, which may be backed by Azure Files from the storage account specified when the function app was created.
228228
229-
The following table shows the operating systems and languages that support in-portal editing:
230-
231-
| Language | Windows Consumption | Windows Premium | Windows Dedicated | Linux Consumption | Linux Premium | Linux Dedicated |
232-
|-|:-----------------: |:----------------:|:-----------------:|:-----------------:|:-------------:|:---------------:|
233-
| C#<sup>1</sup> | | | | | |
234-
| Java | | | | | | |
235-
| JavaScript (Node.js) |✔|✔|✔| |✔|✔|
236-
| Python<sup>2</sup> | | | |✔ |✔ |✔ |
237-
| PowerShell |✔|✔|✔| | | |
238-
| TypeScript (Node.js) | | | | | | |
239-
240-
<sup>1</sup> In-portal editing is only supported for C# script files, which run in-process with the host. For more information, see the [Azure Functions C# script (.csx) developer reference](functions-reference-csharp.md).
241-
<sup>2</sup> In-portal editing is only supported for the [v1 Python programming model](functions-reference-python.md?pivots=python-mode-configuration).
242-
229+
For more information, see [Development limitations in the Azure portal](functions-how-to-use-azure-function-app-settings.md#development-limitations-in-the-azure-portal).
243230
## Deployment behaviors
244231
245232
When you deploy updates to your function app code, currently executing functions are terminated. After deployment completes, the new code is loaded to begin processing requests. Review [Improve the performance and reliability of Azure Functions](performance-reliability.md#write-functions-to-be-stateless) to learn how to write stateless and defensive functions.

0 commit comments

Comments
 (0)