2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

ApplicationInsightsを利用したオートスケール

Last updated at Posted at 2020-01-12

WebAppsのオートスケールをApplicationInsightsを利用して行う

ApplicationInsightsとは
ページの応答速度やサーバのレスポンスタイムなどアプリケーションの性能やバグを確認するためのサービスになります。
https://docs.microsoft.com/ja-jp/azure/azure-monitor/app/app-insights-overview

WebAppsのスケールアウトの設定画面にてオートスケールアウトの閾値の取得をApplicationInsightsに変更します。
set1.png

今回は、サーバのレスポンスタイムを指定します。
その他、ログベースのメトリックで指定出来る項目は下記で確認します。
https://docs.microsoft.com/ja-jp/azure/azure-monitor/platform/app-insights-metrics

JMeterを使って負荷をかけてみました。

ApplicationInsightsのライブストリーム画面を見るとインスタンス数が増えているのが分かります。
set4.png

AzureCLIでも確認してみます。
インスタンス数が増えていることが分かります。
set5.png

スケールインの設定を忘れていたのでスケールインの設定を追加します。
set6-1.png

スケールアウトの時と同様に、ApplicationInsightsのライブストリーム画面、Azure CLI共にインスタンス数が減っていることを確認出来ます。
set6.png
set6-2.png

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?