Replace resources.resx with key vault values

Viewed 27

I have a .net core mvc project that has the relevant appsettings.json file which contains a reference to an azure key vault. The project then gets all it's config values from there.

There is another api project in the solution which is a class library. Currently this has a resources.resx file that has some duplicated values in it. Is it possible to replace the resources.resx file with a reference to the key vault instead?

0 Answers
Related