Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 972 Bytes

File metadata and controls

19 lines (15 loc) · 972 Bytes
author ggailey777
ms.service azure-functions
ms.topic include
ms.date 02/26/2024
ms.author glenga

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

The following properties are available in extensionBundle:

Property Description
id The namespace for Azure Functions extension bundles.
version The version range of the bundle to install. The Azure Functions runtime always chooses the maximum permissible version that the version range or interval defines. 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.

Tip

You might also see the version range defined in your host.json as [4.*, 5.0.0), which is interpreted the same as [4.0.0, 5.0.0).