DP-300 • Practice Test 16
Free DP-300 practice test — 15 questions with explanations. Set 16. No signup required.
Refer to the exhibit. You are configuring a backup retention policy for an Azure SQL Database via ARM template. You need to ensure that point-in-time restore (PITR) is available for the maximum supported period. What is the issue with the current configuration?
Refer to the exhibit.
```json
{
"type": "Microsoft.Sql/servers/databases/backupShortTermRetentionPolicies",
"apiVersion": "2022-05-01-preview",
"properties": {
"retentionDays": 35,
"diffBackupIntervalInHours": 12
}
}
```