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
54
Azure OpenAI Service で意図せず PTU モデルをデプロイして高額請求されてしまった件/jat04
thara0402
0
63
「Durable Task Scheduler」をチョイ見せ!/jat05
thara0402
0
42
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
800
Other Decks in Technology
See All in Technology
"おまじない"はもう卒業! デバッガで探るSpring Bootの裏側と「学び方」の学び方
takeuchi_132917
0
170
AIと共に開発する時代の組織、プロセス設計 freeeでの実践から見えてきたこと
freee
4
720
Axon Frameworkのイベントストアを独自拡張した話
zozotech
PRO
0
140
今、MySQLのバックアップを作り直すとしたら何がどう良いのかを考える旅
yoku0825
2
390
仕様駆動 x Codex で 超効率開発
ismk
2
1.5k
Capitole du Libre 2025 - Keynote - Cloud du Coeur
ju_hnny5
0
110
JavaScript パーサーに using 対応をする過程で与えたエコシステムへの影響
baseballyama
1
100
Proxmox × HCP Terraformで始めるお家プライベートクラウド
lamaglama39
1
210
What's the recommended Flutter architecture
aakira
3
1.9k
Redux → Recoil → Zustand → useSyncExternalStore: 状態管理の10年とReact本来の姿
zozotech
PRO
16
8.4k
re:Invent2025 事前勉強会 歴史と愉しみ方10分LT編
toshi_atsumi
0
130
LINEギフト・LINEコマース領域の開発
lycorptech_jp
PRO
0
190
Featured
See All Featured
Making the Leap to Tech Lead
cromwellryan
135
9.6k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
11
930
Designing Experiences People Love
moore
142
24k
Leading Effective Engineering Teams in the AI Era
addyosmani
9
1.1k
GitHub's CSS Performance
jonrohan
1032
470k
Learning to Love Humans: Emotional Interface Design
aarron
274
41k
Optimising Largest Contentful Paint
csswizardry
37
3.5k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
34
2.3k
Docker and Python
trallard
46
3.6k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
10
670
Done Done
chrislema
186
16k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
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.