Added
- Create, debug, and deploy TypeScript projects
- Support for
.funcignore
file, which will exclude paths when deploying based on.gitignore
syntax. This file is also used by the func cli. - Added templates to the "verified" category, including Event Grid for most languages
Changed
- If using "zipGlobPattern" and "zipIgnorePattern" settings when deploying, you will be prompted to use
.funcignore
file instead