question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to find or download extension bundle

See original GitHub issue

I was getting this error when running functions locally and get the same thing with the default blob trigger template

[2022-10-21T09:36:18.599Z] Looking for extension bundle Microsoft.Azure.Functions.ExtensionBundle at /Users/MyUser/.azure-functions-core-tools/Functions/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle
[2022-10-21T09:36:18.599Z] Found a matching extension bundle at /Users/MyUser/.azure-functions-core-tools/Functions/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/3.15.0
[2022-10-21T09:36:18.599Z] Fetching information on versions of extension bundle Microsoft.Azure.Functions.ExtensionBundle available on https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/index.json
[2022-10-21T09:36:19.455Z] Error fetching version information for extension bundle Microsoft.Azure.Functions.ExtensionBundle
[2022-10-21T09:36:19.460Z] Unable to find or download extension bundle
{
  "version": "2.0",
  "extensionBundle": {
    "id": "Microsoft.Azure.Functions.ExtensionBundle",
    "version": "[3.*, 4.0.0)"
  }
}

This results in

[2022-10-21T09:44:11.090Z] The 'BlobTrigger1' function is in error: The binding type(s) 'blobTrigger' were not found in the configured extension bundle. Please ensure the type is correct and the correct version of extension bundle is configured.

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:9
  • Comments:13

github_iconTop GitHub Comments

5reactions
pellebjerkestrandcommented, Oct 21, 2022

At least you got a hint at where the version information lives!

https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/index.json doesn’t exist.

No wonder nothing works.

image

2reactions
pellebjerkestrandcommented, Oct 21, 2022
Read more comments on GitHub >

github_iconTop Results From Across the Web

Azure Functions Core Tools failing to install extensions ...
I am attempting to run an Azure Function (JavaScript) locally, but it's failing upon func start with the following error. AddConfig: The binding ......
Read more >
Resolving Error in Azure Function with Extension Bundle
ExtensionBundle Unable to find or download ”. Solution: “Extension Bundles” can add a pre-defined compatible set of binding extensions to the function app....
Read more >
If downloading the extension bundle takes too long ...
If you're on a slow Internet connection such that the extension bundle can't download within about 2 minutes, then the runtime fails.
Read more >
Register Azure Functions binding extensions
Learn to register an Azure Functions binding extension based on your ... Extension bundles; Explicitly install extensions; Next steps.
Read more >
Managing Extensions in Visual Studio Code
This article explains how to find, install, and manage VS Code extensions from ... Extension Packs bundle separate extensions together so they can...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found