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.
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.
Server minCapacity https://learn.microsoft.com/en-us/azure/templates/microsoft.sql/servers/databases?pivots=deployment-language-bicep
Servers and Min Capacity
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
correct
Declare the resource type for the elastic pool in the template, which should be Microsoft.Sql/servers/elasticPools.