问题标签 [azure-function-app-proxy]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
c# - Azure TimerTrigger 未触发
这TimerTrigger
不是解雇,有人可以在这里提出更好的建议。
azure-functions - Azure Function Proxies 中的否定布尔应用设置
我的 Azure 函数中有一个名为 show_not_available_page 的布尔应用设置:
根据此设置,我想在 proxies.json 中禁用和启用代理路径,例如:
这很好用,但我还需要否定应用程序设置值,例如 "disabled": "NOT%show_not_available_page%"
有没有办法用一个应用设置触发代理路径,还是我需要添加两个具有相反值的应用设置?