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
170
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
560
Prompty を使って生成 AI アプリケーション開発のプロンプトを管理する/jat03
thara0402
0
46
Azure OpenAI Service で意図せず PTU モデルをデプロイして高額請求されてしまった件/jat04
thara0402
0
53
「Durable Task Scheduler」をチョイ見せ!/jat05
thara0402
0
35
Azure App Service on Linux の Sidecar に Phi-3 を配置してインテリジェントなアプリケーションを作ってみよう/jazug-anniv14
thara0402
0
1.2k
サイクルガードサービス AlterLock の問い合わせ対応業務に Azure OpenAI Service を活用した話/jazug46
thara0402
0
930
Microsoft Ignite 2023 現地参加レポート/ignite2023
thara0402
0
290
Azure Container Apps で .NET 7 アプリを Blue-Green デプロイしてみよう!/jazug12
thara0402
0
1.8k
Azure Synapse Analytics 入門/jazug11
thara0402
0
780
Other Decks in Technology
See All in Technology
どこで動かすか、誰が動かすか 〜 kintoneのインフラ基盤刷新と運用体制のシフト 〜
ueokande
0
190
Figma + Storybook + PlaywrightのMCPを使ったフロントエンド開発
yug1224
9
2.8k
.NET開発者のためのAzureの概要
tomokusaba
0
230
小さなチーム 大きな仕事 - 個人開発でAIをフル活用する
himaratsu
0
120
実践データベース設計 ①データベース設計概論
recruitengineers
PRO
3
270
LLM時代の検索とコンテキストエンジニアリング
shibuiwilliam
2
1.1k
退屈なことはDevinにやらせよう〜〜Devin APIを使ったVisual Regression Testの自動追加〜
kawamataryo
3
690
見てわかるテスト駆動開発
recruitengineers
PRO
5
380
ABEMAにおける 生成AI活用の現在地 / The Current Status of Generative AI at ABEMA
dekatotoro
0
670
JuniorからSeniorまで: DevOpsエンジニアの成長ロードマップ
yuriemori
0
220
AIとTDDによるNext.js「隙間ツール」開発の実践
makotot
6
700
ECS モニタリング手法大整理
yendoooo
1
120
Featured
See All Featured
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.8k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
2.9k
Building an army of robots
kneath
306
46k
Mobile First: as difficult as doing things right
swwweet
223
9.9k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
30
9.6k
YesSQL, Process and Tooling at Scale
rocio
173
14k
Making the Leap to Tech Lead
cromwellryan
134
9.5k
Bash Introduction
62gerente
614
210k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.4k
Optimising Largest Contentful Paint
csswizardry
37
3.4k
Visualization
eitanlees
147
16k
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.