-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Authentication settings from App settings #7
Comments
Hi @robinhultman, If you define them as Could you please give a try? |
Hi @fbeltrao, (Btw awesome extension ;) |
Right now you need to use the %setting_name% to load from settings. With a few changes I believe it would be possible to use the string passed as the setting name. I implemented this way so you can have both. Glad you like the extension! |
I believe to allow autoload from settings you need to use:
instead of:
|
Would it be possible to refer to an app setting instead of the actual authentication settings in the attribute parameters (for instance the sas key of the Event Grid binding extension), like the Event Hub binding for instance?
The text was updated successfully, but these errors were encountered: