Exam DP-300 All QuestionsBrowse all questions from this exam
Question 221

HOTSPOT

-

You need to deploy an Azure SQL Database elastic pool by using a Bicep template.

How should you complete the template? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

    Correct Answer:

Discussion
louisaok

Server minCapacity https://learn.microsoft.com/en-us/azure/templates/microsoft.sql/servers/databases?pivots=deployment-language-bicep

Sr18

Servers and Min Capacity

vcloudpmp

https://learn.microsoft.com/en-us/azure/templates/microsoft.sql/servers/elasticpools?pivots=deployment-language-bicep minCapacity Minimal capacity that serverless pool will not shrink below, if not paused

KIET2131

correct

louisaok

Declare the resource type for the elastic pool in the template, which should be Microsoft.Sql/servers/elasticPools.