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
180
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 マルチテナントアーキテクチャ設計のコツ/jat06
thara0402
0
600
Prompty を使って生成 AI アプリケーション開発のプロンプトを管理する/jat03
thara0402
0
53
Azure OpenAI Service で意図せず PTU モデルをデプロイして高額請求されてしまった件/jat04
thara0402
0
57
「Durable Task Scheduler」をチョイ見せ!/jat05
thara0402
0
40
Azure App Service on Linux の Sidecar に Phi-3 を配置してインテリジェントなアプリケーションを作ってみよう/jazug-anniv14
thara0402
0
1.3k
サイクルガードサービス AlterLock の問い合わせ対応業務に Azure OpenAI Service を活用した話/jazug46
thara0402
0
950
Microsoft Ignite 2023 現地参加レポート/ignite2023
thara0402
0
300
Azure Container Apps で .NET 7 アプリを Blue-Green デプロイしてみよう!/jazug12
thara0402
0
1.8k
Azure Synapse Analytics 入門/jazug11
thara0402
0
790
Other Decks in Technology
See All in Technology
Implementing and Evaluating a High-Level Language with WasmGC and the Wasm Component Model: Scala’s Case
tanishiking
0
180
CNCFの視点で捉えるPlatform Engineering - 最新動向と展望 / Platform Engineering from the CNCF Perspective
hhiroshell
0
140
Introdução a Service Mesh usando o Istio
aeciopires
1
280
Azure Well-Architected Framework入門
tomokusaba
1
120
[2025年10月版] Databricks Data + AI Boot Camp
databricksjapan
1
260
ヘンリー会社紹介資料(エンジニア向け) / company deck for engineer
henryofficial
0
360
GraphRAG グラフDBを使ったLLM生成(自作漫画DBを用いた具体例を用いて)
seaturt1e
1
130
AI時代の開発を加速する組織づくり - ブログでは書けなかったリアル
hiro8ma
1
310
FinOps について (ちょっと) 本気出して考えてみた
skmkzyk
0
210
クラウドとリアルの融合により、製造業はどう変わるのか?〜クラスメソッドの製造業への取組と共に〜
hamadakoji
0
420
OCIjp_Oracle AI World_Recap
shinpy
1
180
AI-Readyを目指した非構造化データのメダリオンアーキテクチャ
r_miura
1
310
Featured
See All Featured
VelocityConf: Rendering Performance Case Studies
addyosmani
333
24k
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.5k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
16
1.7k
Optimising Largest Contentful Paint
csswizardry
37
3.5k
The Power of CSS Pseudo Elements
geoffreycrofte
80
6k
Building an army of robots
kneath
305
46k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
14k
A Tale of Four Properties
chriscoyier
161
23k
Automating Front-end Workflow
addyosmani
1371
200k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
37
2.6k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
10
890
The Illustrated Children's Guide to Kubernetes
chrisshort
49
51k
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.