会社には、次の表に示すオンプレミスの Microsoft SQL Server データベースのデータを使用する App1 というアプリがあります。 App1とデータは毎月1日のみ使用されます。データは毎年3%以上増加することは予想されません。 同社では、App1 を Azure Web アプリとして書き直し、すべてのデータを Azure に移行する予定です。 データをAzure SQL Databaseに移行する必要があります。ソリューションはコストを最小限に抑える必要があります。 どのサービス層を使用すべきですか?
正解:A
Note: App1 and the data are used on the first day of the month only. See Serverless compute tier below. The vCore based purchasing model. The term vCore refers to the Virtual Core. In this purchasing model of Azure SQL Database, you can choose from the provisioned compute tier and serverless compute tier. * Provisioned compute tier: You choose the exact compute resources for the workload. * Serverless compute tier: Azure automatically pauses and resumes the database based on workload activity in the serverless tier. During the pause period, Azure does not charge you for the compute resources. Reference: https://www.sqlshack.com/dtu-and-vcore-based-models-for-azure-sql-databases/