python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Using appsettings in Azure function
This is a follow up question to this question:
appsettings.json and azure function by timer
I want to have dynamic settings which I can change without redeploying the Azure function.
The linked questi...
CodeMonkey
Votes: 0
Answers: 1
user secrets file gets ignored in asp.net core 6
I have two projects targeted .net 6 and there are no any explicit declarations for using user secrets (I remember, it was required in previous versions to use AddUserSecrets()). Though, one project ge...
anatol
Votes: 0
Answers: 1
Configure in the appsetting Nlog to write in Seq
I have an application in net core, the application writes all the logs in SeqLog, I used Nlog to configure everything and so far I have used an .xml file to give Nlog all the information useful for co...
Vinceenzo
Votes: 0
Answers: 1
Override appsettings.json Array With Env Variable
I have this array in my appsettings.json:
"ServiceDefinitions": [
{
"Name": "encryption-api",
"Url": "http://localhost:5032",
...
ScottishTapWater
Votes: 0
Answers: 1