Releases: Azure/azure-functions-core-tools
Releases · Azure/azure-functions-core-tools
Azure Functions CLI 0.92
This is a new release of the Azure Functions CLI to align with the new Functions Runtime 1.0.10774.
Bug fixes:
- Fix command
func settings add-storage-account
. Closes #74 - Fix help for func create. Closes #65
- Traverse parent directories if no host.json is found in current directory for host start and publish. Closes #53
- Add a default providerName for connectionStrings in ConfigurationManager. Closes #46
- Filter http functions when displaying list of urls. Closes #58
- Update build to prefer 32bit, to match the functions host
Azure Functions CLI 0.91
We have a lot of great new features and bug fixes in this release!
Features
- Publish contents of a folder to Azure via
func azure functionapp publish
- Update System.Configuration.ConfigurationManager.Appsettings property to read appsettings.json
- Support specifying Connection Strings in appsettings.json
- Support HTTPS
Improvements
- func init should create placeholder entry for AzureWebJobsStorage
- func init should take a folder as argument
- Create VS Code launch.json during scaffolding of func init
- Provide help on command arguments