次の表に示すリソースを含む Azure サブスクリプションがあります。

App1 は、一定期間非アクティブになった後に db1 にアクセスしようとすると、一時的な接続エラーとタイムアウトが発生します。
即時のコストを考慮せずに、できるだけ早く Appl で発生した問題を解決するために db1 を変更する必要があります。何をしますか?
正解:D
Basic Concept: This question tests performance optimization for SQL workloads, including Query Store, automatic tuning, index/statistics maintenance, and engine-level resource behavior.
Why D is Correct: Automatic tuning uses built-in recommendations and verification to create/drop indexes or force last known good plans where supported. This fits the case because the requested outcome is: You need to modify db1 to resolve the issues experienced by Appl as soon as possible, without considering immediate costs What you do? The selected feature addresses that outcome directly rather than relying on a workaround.
Why A is Wrong: The vCore purchasing model separates compute and storage sizing and supports Azure Hybrid Benefit for eligible SQL Server licenses. It would produce a different operational signal than the one needed to investigate, alert, or tune the workload in this question.
Why B is Wrong: Decrease the auto-pause delay for db1. is related to operational monitoring or tuning, but it must match the exact signal needed: query history, resource utilization, wait/blocking detail, or automatic remediation. It does not expose the required metric, query history, wait/blocking signal, or tuning mechanism; using it would not give the administrator the evidence requested.
Why C is Wrong: Disable auto-pause delay for db1. is related to operational monitoring or tuning, but it must match the exact signal needed: query history, resource utilization, wait/blocking detail, or automatic remediation. It is useful in other troubleshooting paths, but this scenario requires a more specific monitoring or optimization feature.