API Management と Function Apps を構成した際の基本のパフォーマンス トラブルシューティング
API Management の応答が遅いです。バックエンドには Functions Apps がいます。原因を教えてください。
回答ログを駆使してバックエンドに設定している Function Apps の応答時間を確認します。
環境構成今回は API Management をフロントとして、バックエンドの Function Apps が直列して複数呼び出される場合を考えます。API Management -> Function Apps1(HakurodaChain001) -> Function Apps2(HakurodaChain002) -> Function Apps3(HakurodaChain003)とします。
Function Apps には任意の HTTP トリガーをデプロイします。仕組みとして数秒~数十秒程度 Sleep するコードを組み込んでおり、...