Azure – Issues setting variables through appsetting files in .NET 7
I am not able to see on my Azure App Service Configuration (or accessing by Kudus), variables I set in appSettings.json files in the program file. Example of appsettings.json on the .NET 7 project: { "MyVariable1": "Hello", "MyVariable2": "World!", "Logging":…