Giter VIP home page Giter VIP logo

Comments (3)

ArunasFalcon avatar ArunasFalcon commented on June 21, 2024

I have this problem too. It's not just the output binding, the trigger also doesn't work.
Cosmos DB, Azure Function running with a user assigned managed identity triggering on the Cosmos DB, logs show the following error messages:

Error indexing method 'Functions.CosmosTrigger1' ---> System.InvalidOperationException : Cannot create container information for channela in database outchannels with lease channelaleases in database outchannels : Could not load file or assembly 'System.Configuration.ConfigurationManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified. ---> System.IO.FileNotFoundException : Could not load file or assembly 'System.Configuration.ConfigurationManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified.

As @lai19190 commented, switching back to the previous extension bundle fixes the problem.
I have a working demo set up in my Azure account and can give access in case someone wishes to investigate.

Edit: Azure function using Powershell 7.2

from azure-functions-extension-bundles.

mgarf avatar mgarf commented on June 21, 2024

Seeing the same on the input side as well

Exception while executing function: Functions.fetcher <--- Could not load file or assembly 'System.Configuration.ConfigurationManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified.

from azure-functions-extension-bundles.

shibayan avatar shibayan commented on June 21, 2024

I encountered the same problem. The cause is that version 6.0 of System.Configuration.ConfigurationManager.dll is not shipped with Azure Functions Host, while Bundle Extensions expect version 6.0 to be shipped with Azure Functions Host.

It may be related to the following Issue.

from azure-functions-extension-bundles.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.