Giter VIP home page Giter VIP logo

Comments (9)

KarachentsevDanil avatar KarachentsevDanil commented on May 26, 2024 1

I've generally kept this lightweight with Environment.GetEnvironmentVariable(...) and you might need to do a little more setup to use IOptions. I'll see if I can knock up a sample but I assume it will be something like this:

var config = new ConfigurationBuilder()
.SetBasePath(functionAppDirectory)
.AddJsonFile("local.settings.json")
.AddEnvironmentVariables()
.Build();

Will need to have a think about where to get the functionAppDirectory as I've generally seen this retrieved using the ExecutionContext - which I have but its not passed into the setup at the moment, I may make a small modification to enable this.

@JamesRandall Hi, when you will make this small modification?

from functionmonkey.

JamesRandall avatar JamesRandall commented on May 26, 2024

I've generally kept this lightweight with Environment.GetEnvironmentVariable(...) and you might need to do a little more setup to use IOptions. I'll see if I can knock up a sample but I assume it will be something like this:

var config = new ConfigurationBuilder()
.SetBasePath(functionAppDirectory)
.AddJsonFile("local.settings.json")
.AddEnvironmentVariables()
.Build();

Will need to have a think about where to get the functionAppDirectory as I've generally seen this retrieved using the ExecutionContext - which I have but its not passed into the setup at the moment, I may make a small modification to enable this.

from functionmonkey.

mcheruvu avatar mcheruvu commented on May 26, 2024

Thank you, James.

I need to access the connection string from the localsettings.json file. If I can access it from the execution context, that will be great, as I am not sure how to do that.

I have tried the way you mentioned already and since the function configuration is the entry point for the functions, all the settings will not take effect. We basically need some bootstrapping that can happen at the function constructor level.

Hope I am clear in my request.

Thank you
Kris

from functionmonkey.

rameshjanjyam avatar rameshjanjyam commented on May 26, 2024

Hi. Is this available now?
I am planning to use azure app configuration -https://docs.microsoft.com/en-us/azure/azure-app-configuration/quickstart-aspnet-core-app - so i think I require this change implemented to use the configuration builder.

from functionmonkey.

JamesRandall avatar JamesRandall commented on May 26, 2024

I'll take a look as part of 2.1 that I am working on now.

from functionmonkey.

davidjsteele avatar davidjsteele commented on May 26, 2024

Hi James,
Any update on this in regards to "functionAppDirectory" executionContext - looking to read config on "startup".
Many thanks

from functionmonkey.

davidjsteele avatar davidjsteele commented on May 26, 2024

Apologies, realised can be accomplished, for local dev anyway, with

image

from functionmonkey.

willjr20 avatar willjr20 commented on May 26, 2024

Hi James,

What is the proper way to read a local.setting.json file within FunctionMonkey?

Thanks,

William

from functionmonkey.

willjr20 avatar willjr20 commented on May 26, 2024

Hi Again,

I figured this out using Environment variables. Something like

// TEST:: Get value from env variable. var environmentVariable = Environment.GetEnvironmentVariable("DataBaseConnection");

added into the class which implements IFunctionAppConfiguration.

Thanks,

William

from functionmonkey.

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.