Hey all, maybe I am just missing where this was documented, but I am going to start making use of the App Settings Secrets blade on the PAAS Portal.
I know that these ONLY apply to the running envorinment for which they are deployed, that's to say I shouldn't expect to have access to those secrets during local development.
So that is my question, when I am developing code that I plan to later use the App Settings Secrets, how do I setup my local to proivde values from somewhere?
Do I just put them in Visual Studio's Debug settings?