AZ-305 • Practice Exam 59
Free AZ-305 practice exam — 20 questions with explanations. Set 59. No signup required.
Refer to the exhibit. You are deploying a Log Analytics workspace using an ARM template with the parameters shown. Your compliance team requires that all log data be retained for at least 2 years. Which parameter value should you modify?
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"workspaceName": {
"value": "LAW-CorpProd"
},
"sku": {
"value": "PerGB2018"
},
"retentionInDays": {
"value": 365
},
"dailyQuotaGb": {
"value": 100
}
}
}