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
3
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
Prompty を使って生成 AI アプリケーション開発のプロンプトを管理する/jat03
thara0402
0
18
Azure OpenAI Service で意図せず PTU モデルをデプロイして高額請求されてしまった件/jat04
thara0402
0
28
「Durable Task Scheduler」をチョイ見せ!/jat05
thara0402
0
12
Azure App Service on Linux の Sidecar に Phi-3 を配置してインテリジェントなアプリケーションを作ってみよう/jazug-anniv14
thara0402
0
1.1k
サイクルガードサービス AlterLock の問い合わせ対応業務に Azure OpenAI Service を活用した話/jazug46
thara0402
0
890
Microsoft Ignite 2023 現地参加レポート/ignite2023
thara0402
0
260
Azure Container Apps で .NET 7 アプリを Blue-Green デプロイしてみよう!/jazug12
thara0402
0
1.7k
Azure Synapse Analytics 入門/jazug11
thara0402
0
740
Azure Bicep で始める Infrastructure as Code/ace0917
thara0402
0
480
Other Decks in Technology
See All in Technology
より良い開発者体験を実現するために~開発初心者が感じた生成AIの可能性~
masakiokuda
0
230
クラウドネイティブ環境の脅威モデリング
kyohmizu
1
300
SnowflakeとDatabricks両方でRAGを構築してみた
kameitomohiro
1
570
バクラクの認証基盤の成長と現在地 / bakuraku-authn-platform
convto
4
900
Microsoft Fabric vs Databricks vs (Snowflake) -若手エンジニアがそれぞれの強みと違いを比較してみた- "A Young Engineer's Comparison of Their Strengths and Differences"
reireireijinjin6
1
130
日経電子版 for Android の技術的課題と取り組み(令和最新版)/android-20250423
nikkei_engineer_recruiting
1
620
MCPが変えるAIとの協働
knishioka
1
130
genspark_presentation.pdf
haruki_uiru
0
160
ペアーズにおける評価ドリブンな AI Agent 開発のご紹介
fukubaka0825
8
2.1k
Part1 GitHubってなんだろう?その2
tomokusaba
0
200
Dynamic Reteaming And Self Organization
miholovesq
3
740
エンジニアリングで組織のアウトカムを最速で最大化する!
ham0215
1
280
Featured
See All Featured
Six Lessons from altMBA
skipperchong
28
3.7k
VelocityConf: Rendering Performance Case Studies
addyosmani
329
24k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
3.8k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
5.7k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
47
5.4k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.3k
Rails Girls Zürich Keynote
gr2m
94
13k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
2.9k
Building an army of robots
kneath
305
45k
Fontdeck: Realign not Redesign
paulrobertlloyd
84
5.5k
A better future with KSS
kneath
239
17k
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.