Features - microsoft/vscode-azurefunctions GitHub Wiki
- Create new function projects
- Create new functions from a template
- Debug function projects locally
- Deploy to Azure
- View, create, delete, start, stop, and restart Azure Function Apps
- View, edit, upload, and download application settings
- JSON Intellisense for
function.json
,host.json
, andproxies.json
- Stream logs from your Azure Function Apps
- View and manage deployment slots
- Debug Node.js function project in Azure (experimental)
NOTE: To enable, set
azureFunctions.enableRemoteDebugging
to true. - Debug Java function project in Azure (experimental)
NOTE: To enable, set
azureFunctions.enableJavaRemoteDebugging
to true.