試験DP-300J トピック3 問題423 スレッド
Microsoft DP-300Jのリアル試験問題集
問題 #: 423
トピック #: 3
問題 #: 423
トピック #: 3
シミュレーション
db1が1時間操作がないと自動的に一時停止するように設定する必要があります。
このタスクを完了するには、仮想マシンにサインインしてください。SQL Server Management StudioとAzureポータルを使用する必要がある場合があります。
db1が1時間操作がないと自動的に一時停止するように設定する必要があります。
このタスクを完了するには、仮想マシンにサインインしてください。SQL Server Management StudioとAzureポータルを使用する必要がある場合があります。
おすすめの解答:
Azure SQL elastic pool pausing feature
Aan elastic pool vCore provisioned server can be paused. You can do this by changing the compute tier of the elastic pool to Serverless. In the serverless compute tier, the database is automatically paused when it is inactive for a period of time that you specify. The database is automatically resumed when the next login or other activity occurs.
Part 1: Change to the serverless compute tier
To change the compute tier of an elastic pool, you can follow these steps:
Step 1: Go to the Azure portal and sign in to your account.
Step 2: Select the Azure SQL resource that contains the elastic pool.
Step 3: In the left navigation menu, select Elastic Pools.
Step 4: Select the elastic pool that you want to change the compute tier for.
Step 5: In the Settings section, select Compute Tier.
Step 6: Select Serverless.
Step 7: Click Save.
Part 2: Configure the Auto-pause setting.
Step 1: Select db1.
Once you have changed the compute tier to serverless, the database will be paused after the idle time that you specified. You can view the idle time in the Auto-pause delay setting.
Step 2: Open database settings.
Step 3: Change the Auto-pause delay setting to 1 hour.
Reference:
https://learn.microsoft.com/en-us/azure/azure-sql/database/serverless-tier-overview
https://learn.microsoft.com/en-us/azure/azure-sql/database/single-database-create-quickstart
Aan elastic pool vCore provisioned server can be paused. You can do this by changing the compute tier of the elastic pool to Serverless. In the serverless compute tier, the database is automatically paused when it is inactive for a period of time that you specify. The database is automatically resumed when the next login or other activity occurs.
Part 1: Change to the serverless compute tier
To change the compute tier of an elastic pool, you can follow these steps:
Step 1: Go to the Azure portal and sign in to your account.
Step 2: Select the Azure SQL resource that contains the elastic pool.
Step 3: In the left navigation menu, select Elastic Pools.
Step 4: Select the elastic pool that you want to change the compute tier for.
Step 5: In the Settings section, select Compute Tier.
Step 6: Select Serverless.
Step 7: Click Save.
Part 2: Configure the Auto-pause setting.
Step 1: Select db1.
Once you have changed the compute tier to serverless, the database will be paused after the idle time that you specified. You can view the idle time in the Auto-pause delay setting.
Step 2: Open database settings.
Step 3: Change the Auto-pause delay setting to 1 hour.
Reference:
https://learn.microsoft.com/en-us/azure/azure-sql/database/serverless-tier-overview
https://learn.microsoft.com/en-us/azure/azure-sql/database/single-database-create-quickstart
田中** 2026-08-19 10:04:25
コメント
他人の解答コメントを賛成するのも、その解答に一票を入れることになります。したがって、すでに同じ意見の投票コメントが存在する場合、新規コメントをする代わりに賛成することもできます。
コメントを通報する
コメント中
今すぐ 新規登録 / ログイン (無料です)。