-
Notifications
You must be signed in to change notification settings - Fork 458
Azure Functions CLI release notes
Donna Malayeri edited this page Jan 4, 2017
·
2 revisions
-
There's a new logstream command for retrieving Azure Function logs. CLI: func logstream command #513
-
We've removed the dependency on Yeoman, since it added some latency to
func new
experience. Improve the function create experience via Template on CLI #856 -
Since the Azure Functions CLI is launched from Visual Studio and would close when the Functions host crashed, we added a key capture to the console window so that the host errors are still visible. CLI: keep console window open if there's a crash #1064
-
The CLI now has ASCII art in the help prompts
- CLI: Allow configuring CORS when running webhost locally #1012
- CLI: folder with a "." in it creates an invalid host ID #1006
- CLI: New F# app fails to run locally #970
- Timeout too short when debugging azure functions via cli #788
- CLI: func azure list should scope to function apps on selected subscription #930
- Occasional console related exception #1076
- CLI: func settings encrypt throws an exception #931
- CLI: ACL for port is registering to local user instead of domain user #1067
- CLI: can't delete settings using CLI #1065
- CLI: func function create opens new cmd window #973
- CLI: func function create throws Win32Exception #966
- Empty sample data file generated in function app folder on F5 in VS #946
- Secrets folder generated in function app folder when doing F5 from VS #945
- CLI: if Git is not on the path, just display a warning in "func init" #1053
- Configuration Settings
- function.json
- host.json
- host.json (v2)
- Http Functions
- Function Runtime Versioning
- Official Functions developers guide
- Host Health Monitor
- Managing Connections
- Renaming a Function
- Retrieving information about the currently running function
- Site Extension Resolution
- Linux Consumption Regions
- Using LinuxFxVersion for Linux Function apps
- Out-of-proc Cancellation Tokens
- Assembly Resolution in Azure Functions
- ILogger
- Precompiled functions
- Official Functions C# developer reference
- Contributor Onboarding
- Development Process
- Deploying the Functions runtime as a private site extension
- Authoring & Testing Language Extensions
- Bindings in out-of-proc
- Language Extensibility
- Worker Capabilities
- Investigating and reporting issues with timer triggered functions not firing
- Sharing Your Function App name privately
- Azure Functions CLI release notes [moved here]
- Function App Zipped Deployment [deprecated]