azure-functions-host
azure-functions-host copied to clipboard
GET templates API needs to get updated to standardize capitalization of strings
Create type v1 or v2: v2 App kind (linux/windows, code/container): linux If code, which runtime stack: python Create template: Timer Trigger
Issues: "trigger" is capitalized for Timer functions and lowercase for all others. Also, maybe "event hub" / "event grid" in the trigger explanation also be capitalized like "Service Bus" / "Azure Storage"
Under "Durable Functions activity", check the description "Activity" is capitalized, even though I haven't encountered that in the docs "A function that will be run whenever an Activity is called by an orchestrator function."
@fabiocav , @soninaren