ドラッグアンドドロップ問題
Microsoft Azure App Service の Web アプリ機能を使用して、ティア D1 アプリ サービス プランを使用する Web アプリを開発します。
トラフィックの急増により、ページの読み込み時間が長くなっています。
CPU負荷が約85%に達したときにWebアプリケーションが自動的にスケーリングし、コストを最小限に抑えるようにする必要があります。
どの4つの行動を順番に実行すべきでしょうか?回答するには、行動リストから適切な行動を回答欄に移動させ、正しい順序に並べ替えてください。
注:正解の選択肢は複数あります。どの正解の選択肢を選んでも点数が加算されます。

正解:
Step 1: Configure the web app to the Standard App Service Tier
The Standard tier supports auto-scaling, and we should minimize the cost.
Step 2: Enable autoscaling on the web app
First enable autoscale
Step 3: Add a Scale condition
Step 4: Add a scale rule
Scale rule is within the Scale condition.
Reference:
https://docs.microsoft.com/en-us/learn/modules/app-service-autoscale-rules/6-autoscale-a-web-app