Web Appsでは現状TimerTriggerは使えないっぽい - LINE BOT不向き説
Azure Functions のタイマー トリガーを使ってStatic Web Appsに紐づいたAPIプログラムもタイマー実行できないかと思いましたがどうやらできないっぽいのでメモ。
ビルドでこんなコケかたします。
Error in processing api build artifacts: the file 'myTimer/function.json' has specified an invalid trigger of type 'timerTrigger' and direction 'in'. Currently, only httpTriggers are supported. Visit https://github.com/Azure/azure-functions-host/wiki/function.json for more information.
ドキュメントを見てみるとトリガーとバインドは、HTTP に限定されています。
としっかりと書いてましたね......
ちゃんとドキュメントみましょうという教訓をメモにしておきます。
LINE BOTなどで継続的に動作させようと思ってみてたのですが、定期的に眠ってしまう問題は現状だと厳しそう。。
Author And Source
この問題について(Web Appsでは現状TimerTriggerは使えないっぽい - LINE BOT不向き説), 我々は、より多くの情報をここで見つけました https://qiita.com/n0bisuke/items/3b55aaaabf33953a6d46著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .