skip to Main Content

Import key-vault reference azure app settings

I'm using portal to import JSON file which contains key-value pairs. Need help in importing key-valult references. I prepare a json file like { AppSettings: { "testKey": "testValue", "testSecrete": "<akv-Reference-TestSecreteKey>" } } what should I add in place "akv-Reference-TestSecreteKey", so…

VIEW QUESTION

Blazor WASM CS1503: Cannot convert from IConfigurationSection to Action<T> – Asp.net

I'm wondering about the following: In ASP.NET applications I access general configuration sections from appsettings.json as follows for example: builder.Services.Configure<FileUploadChecksModel>(builder.Configuration.GetSection("UploadChecks")); Where FileUploadChecksModel is a simple model class, which matches the respective section in appsettings.json In a Blazor WASM project I…

VIEW QUESTION
Back To Top
Search