Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Azure Load Testing を使って Azure Functions Flex Co...
Search
TonyTonyKun
May 10, 2025
Technology
0
260
Azure Load Testing を使って Azure Functions Flex Consumption の HTTP Trigger のパフォーマンスとコストを最適化してみよう/global-azure2025
Global Azure 2025 のセッション資料です。
https://gooner.hateblo.jp/entry/2025/05/08/083001
TonyTonyKun
May 10, 2025
Tweet
Share
More Decks by TonyTonyKun
See All by TonyTonyKun
Azure Durable Functions で作った NL2SQL Agent の精度向上に取り組んだ話/jat08
thara0402
0
300
これでバッチリ!Azure マルチテナントアーキテクチャ設計のコツ/jat06
thara0402
0
670
Prompty を使って生成 AI アプリケーション開発のプロンプトを管理する/jat03
thara0402
0
76
Azure OpenAI Service で意図せず PTU モデルをデプロイして高額請求されてしまった件/jat04
thara0402
0
86
「Durable Task Scheduler」をチョイ見せ!/jat05
thara0402
0
63
Azure App Service on Linux の Sidecar に Phi-3 を配置してインテリジェントなアプリケーションを作ってみよう/jazug-anniv14
thara0402
0
1.4k
サイクルガードサービス AlterLock の問い合わせ対応業務に Azure OpenAI Service を活用した話/jazug46
thara0402
0
990
Microsoft Ignite 2023 現地参加レポート/ignite2023
thara0402
0
330
Azure Container Apps で .NET 7 アプリを Blue-Green デプロイしてみよう!/jazug12
thara0402
0
1.8k
Other Decks in Technology
See All in Technology
Go標準パッケージのI/O処理をながめる
matumoto
0
150
わたしがセキュアにAWSを使えるわけないじゃん、ムリムリ!(※ムリじゃなかった!?)
cmusudakeisuke
1
560
Abuse report だけじゃない。AWS から緊急連絡が来る状況とは?昨今の攻撃や被害の事例の紹介と備えておきたい考え方について
kazzpapa3
1
510
Yahoo!ショッピングのレコメンデーション・システムにおけるML実践の一例
lycorptech_jp
PRO
1
200
AI は "道具" から "同僚" へ 自律型 AI エージェントの最前線と、AI 時代の人材の在り方 / Colleague in the AI Era - Autonomous AI Seminar 2026 at Niigata
gawa
0
120
The_Evolution_of_Bits_AI_SRE.pdf
nulabinc
PRO
0
140
Oracle Database@Azure:サービス概要のご紹介
oracle4engineer
PRO
4
1.2k
ナレッジワークのご紹介(第88回情報処理学会 )
kworkdev
PRO
0
180
Claude Code Skills 勉強会 (DevelersIO向けに調整済み) / claude code skills for devio
masahirokawahara
1
16k
AI時代のSaaSとETL
shoe116
1
110
アーキテクチャモダナイゼーションを実現する組織
satohjohn
0
240
JAWS DAYS 2026 ExaWizards_20260307
exawizards
0
410
Featured
See All Featured
Scaling GitHub
holman
464
140k
HDC tutorial
michielstock
1
530
Un-Boring Meetings
codingconduct
0
220
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
21
1.4k
Introduction to Domain-Driven Design and Collaborative software design
baasie
1
630
Navigating the Design Leadership Dip - Product Design Week Design Leaders+ Conference 2024
apolaine
0
220
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
199
73k
Claude Code のすすめ
schroneko
67
220k
Dominate Local Search Results - an insider guide to GBP, reviews, and Local SEO
greggifford
PRO
0
99
Money Talks: Using Revenue to Get Sh*t Done
nikkihalliwell
0
180
Google's AI Overviews - The New Search
badams
0
930
Reflections from 52 weeks, 52 projects
jeffersonlam
356
21k
Transcript
Azure Load Testing を使って Azure Functions Flex Consumption の HTTP
Trigger のパフォーマンスとコストを 最適化してみよう 2025.5.10 Global Azure 2025
自己紹介 名前 原 敏之 個人 X (Twitter) : @TonyTonyKun ROMANCE
DAWN for the new world • https://gooner.hateblo.jp/ Microsoft MVP for Microsoft Azure 2017 〜 2023 Microsoft MVP for AI Platform 2024 〜 仕事 株式会社ネクストスケープ Copyright© 2025, JAZUG All Rights Reserved. 2
今日話すこと ブログの記事を解説 https://gooner.hateblo.jp/entry/2025/05/08/083001 まとめ 3 Copyright© 2025, JAZUG All Rights
Reserved.
まとめ Flex Consumption は、スケーリング爆速かつ VNET 対応。 東日本リージョンで使えるようになりました。 実行時に使用されたメモリとコンピューティング時間で課金。 メモリ設定を高くすると実行時間は速くなりますが、リクエストあ たりのコストは高くなります。
逆に、メモリ設定を低くするとコストは削減されますが、実行時間 は長くなる可能性があります。 Performance Optimizer を活用することで、コストとパフォー マンスの最適なバランスを見つけやすくなります。 4 Copyright© 2025, JAZUG All Rights Reserved.