Microsoft Azure App ServiceのWebアプリ機能を使用して、TierD1アプリサービスプランを使用するWebアプリを開発します。 トラフィックの急増により、ページの読み込み時間が長くなりました。 CPU負荷が約85%になったときに、Webアプリが自動的にスケーリングするようにし、コストを最小限に抑える必要があります。 どの4つのアクションを順番に実行する必要がありますか?回答するには、適切なアクションをアクションのリストから回答領域に移動し、正しい順序で配置します。 注:回答の選択肢の複数の順序が正しいです。選択した正しい注文のいずれかに対してクレジットを受け取ります。
正解:
Explanation 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 rule Step 4: Add a Scale condition Reference: https://docs.microsoft.com/en-us/azure/monitoring-and-diagnostics/monitoring-autoscale-get-started