Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 831 Bytes

functions-extension-bundles-json.md

File metadata and controls

16 lines (13 loc) · 831 Bytes
author ms.service ms.topic ms.date ms.author
ggailey777
azure-functions
include
02/26/2024
glenga

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

The following properties are available in extensionBundle:

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