I have a question regarding caching of Environment Variables in Azure Functions.
We are creating environment variables in our code dynamically and using them.
Example:-
Environment.GetEnvironmentVariable("access.key", "auto generated long lived auth keys.")
We wanted to make sure that these environment variables are not cached in any of the azure file system.
Thanks,
Chethan
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
I have a question regarding caching of Environment Variables in Azure Functions.
We are creating environment variables in our code dynamically and using them.
Example:-
Environment.GetEnvironmentVariable("access.key", "auto generated long lived auth keys.")
We wanted to make sure that these environment variables are not cached in any of the azure file system.
Thanks,
Chethan
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.