Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 849 Bytes

functions-extension-bundles-json.md

File metadata and controls

24 lines (21 loc) · 849 Bytes
author ms.service ms.topic ms.date ms.author
ggailey777
azure-functions
include
11/14/2019
glenga
{
    "version": "2.0",
    "extensionBundle": {
        "id": "Microsoft.Azure.Functions.ExtensionBundle",
        "version": "[1.*, 2.0.0)"
    }
}

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 1.0.0 up to but not including 2.0.0. For more information, see the interval notation for specifying version ranges.