exam questions

Exam DP-300 All Questions

View all questions & answers for the DP-300 exam

Exam DP-300 topic 5 question 21 discussion

Actual exam question from Microsoft's DP-300
Question #: 21
Topic #: 5
[All DP-300 Questions]

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.

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
louisaok
Highly Voted 2 years, 4 months ago
Server minCapacity https://learn.microsoft.com/en-us/azure/templates/microsoft.sql/servers/databases?pivots=deployment-language-bicep
upvoted 9 times
Sr18
11 months, 2 weeks ago
Servers and Min Capacity
upvoted 1 times
...
...
MVFGrant
Most Recent 7 months, 2 weeks ago
in this example we can understand why is server and minCapacity resource symbolicname 'Microsoft.Sql/servers/databases@2023-05-01-preview' = { name: 'string' location: 'string' ..... ..... } properties: { autoPauseDelay: int availabilityZone: 'string' catalogCollation: 'string' collation: 'string' ..... longTermRetentionBackupResourceId: 'string' maintenanceConfigurationId: 'string' manualCutover: bool maxSizeBytes: int minCapacity: json('decimal-as-string') performCutover: bool .....
upvoted 1 times
...
vcloudpmp
1 year, 10 months ago
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
upvoted 3 times
...
KIET2131
2 years, 3 months ago
correct
upvoted 3 times
...
louisaok
2 years, 4 months ago
Declare the resource type for the elastic pool in the template, which should be Microsoft.Sql/servers/elasticPools.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...