Support the *.Development.json config file pattern for connections and parameters files #4895
TWolversonReply
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When we write .NET apps, the default template includes an
appsettings.json
and anappsettings.Development.json
, where the asp.net middleware knows to let the development settings override only when running locally. App Service sets an environment variable for the .net environment that deselects the development settings and falls back to the standard appsettings.This would be an ideal pattern to follow for parameterising the connections.json where built-in connectors use managed identity, that is known not to work locally. Typical recommendations to achieve local development are to define another connections.json using raw authentication. It would reduce development friction to have a standard way to do this built-in that works the same way as web apps on Azure.
Beta Was this translation helpful? Give feedback.
All reactions