Skip to content

v1.22.0

Latest

Choose a tag to compare

@nturinski nturinski released this 02 Jun 21:58
· 22 commits to main since this release
075ed0f

Overview

This release adds Go language support for Azure Functions — including project scaffolding, local debugging, and deployment — and introduces an opt-in Template Gallery for the Create New Project experience.

Added

  • [5061] Add Go language support — project scaffolding (main.go, go.mod), local debugging via Delve, zip-push deployment with func pack, and Function App creation including Flex Consumption
  • [4964] Add opt-in Template Gallery for Create New Project — a searchable, filterable visual gallery that replaces the default wizard. Enable by setting azureFunctions.enableTemplateGallery to true