Skip to content

Files

Latest commit

 

History

History
18 lines (14 loc) · 880 Bytes

functions-extension-bundles-json.md

File metadata and controls

18 lines (14 loc) · 880 Bytes
author ms.service ms.topic ms.date ms.author
ggailey777
azure-functions
include
04/14/2022
glenga

[!INCLUDE functions-extension-bundles-json-v3]

The following properties are available in extensionBundle:

Property Description
id The namespace for Microsoft Azure Functions extension bundles.
version The version of the bundle to install. The Functions runtime always picks the maximum permissible version defined by the version range or interval. The version value above allows all bundle versions from 3.3.0 up to but not including 4.0.0. For more information, see the interval notation for specifying version ranges.

[!INCLUDE functions-bindings-bundle-v3-tables-note]