Currently, the configuration for a function includes x-azure-settings as a property, and any function binding metadata exists as a child to that property.
This is a proposition to eliminate x-azure-settings from the function configuration and instead make its sub-settings children of the trigger-type name. For example, the configuration
This is a Feature Proposal
Description
x-azure-settings
as a property, and any function binding metadata exists as a child to that property.x-azure-settings
from the function configuration and instead make its sub-settings children of the trigger-type name. For example, the configurationwould become:
and the configuration:
would become:
This also would remove the
http: true
for HTTP triggers, which is inconsistent with the rest of the triggers. Its existence would implytrue
Similar or dependent issues:
12
37
38