-
Notifications
You must be signed in to change notification settings - Fork 145
Features
Eric Jizba edited this page Apr 7, 2020
·
1 revision
- 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.enableRemoteDebuggingto true. - Debug Java function project in Azure (experimental)
NOTE: To enable, set
azureFunctions.enableJavaRemoteDebuggingto true.