Skip to content

Language specific prerequisites

Eric Jizba edited this page Apr 7, 2020 · 1 revision

Node

.NET

NOTE: The default experience for C# uses class libraries (*.cs files), which provide superior performance, scalability, and versatility over C# Scripts (*.csx files). If you want to use C# Scripts, you may change your azureFunctions.projectLanguage user setting to C#Script.

Java

Python

  • Python 3.6.x, 3.7.x, or 3.8.x

    NOTE: Python 3.6.8 is the last release of Python 3.6.x with installable binaries for Windows.

PowerShell

NOTE: Debugging PowerShell functions and placing breakpoints works differently than other languages for now. Take a look at the official guide for locally debugging PowerShell functions for complete steps.