Skip to content

Commit 1e49901

Browse files
authored
Move portal support table pt2
1 parent 77437bc commit 1e49901

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

articles/azure-functions/functions-how-to-use-azure-function-app-settings.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,17 @@ Use the following procedure to migrate from a Premium plan to a Consumption plan
351351
352352
## Development limitations in the Azure portal
353353
354+
The following table shows the operating systems and languages that support in-portal editing:
355+
356+
| Language | Windows Consumption | Windows Premium | Windows Dedicated | Linux Consumption | Linux Premium | Linux Dedicated |
357+
|-|:-----------------: |:----------------:|:-----------------:|:-----------------:|:-------------:|:---------------:|
358+
| C# | | | | | |
359+
| Java | | | | | | |
360+
| JavaScript (Node.js) |✔|✔|✔| |✔|✔|
361+
| Python | | | |✔ |✔ |✔ |
362+
| PowerShell |✔|✔|✔| | | |
363+
| TypeScript (Node.js) | | | | | | |
364+
354365
Consider these limitations when you develop your functions in the [Azure portal](https://portal.azure.com):
355366
356367
+ In-portal editing is supported only for functions that were created or last modified in the Azure portal.

0 commit comments

Comments
 (0)