Question 1easymultiple choice
Read the full Design and implement a DevOps infrastructure explanation →AZ-400 Design and implement a DevOps infrastructure • Complete Question Bank
Complete AZ-400 Design and implement a DevOps infrastructure question bank — all 0 questions with answers and detailed explanations.
Refer to the exhibit.
```
{
"properties": {
"policyRule": {
"if": {
"allOf": [
{
"field": "type",
"equals": "Microsoft.Storage/storageAccounts"
},
{
"field": "Microsoft.Storage/storageAccounts/supportsHttpsTrafficOnly",
"equals": "false"
}
]
},
"then": {
"effect": "deny"
}
}
}
}
```Drag steps to the numbered slots on the right, or tap a step then tap a slot.
Drag a concept onto its matching description — or click a concept then click the description.
Ensures at least N reviewers approve
Requires PR to be associated with a work item
Requires all comments to be resolved before merge
Requires a successful pipeline run before merge
Resource Group: rg-devops
Location: eastus
Properties:
provisioningState: Succeeded
platformFaultDomainCount: 2
platformUpdateDomainCount: 5
virtualMachines:
- id: /subscriptions/.../vm1
- id: /subscriptions/.../vm2
statuses:
- code: AvailabilityState
level: Warning
displayStatus: Degraded
message: 'VM vm1 is not running on the fault tolerant infrastructure due to an ongoing platform event.'{
"if": {
"allOf": [
{
"field": "type",
"equals": "Microsoft.Compute/virtualMachines"
},
{
"field": "Microsoft.Compute/virtualMachines/sku.name",
"like": "Standard_D*"
}
]
},
"then": {
"effect": "deny"
}
}Metrics for WebApp1 (last 24 hours): Time | Requests | HTTP 5xx | AverageResponseTime 10:00 AM | 1200 | 0 | 200 ms 10:05 AM | 1500 | 0 | 210 ms 10:10 AM | 1800 | 0 | 220 ms 10:15 AM | 2000 | 0 | 230 ms 10:20 AM | 2200 | 0 | 240 ms 10:25 AM | 2500 | 0 | 250 ms 10:30 AM | 3000 | 15 | 500 ms 10:35 AM | 2800 | 12 | 480 ms 10:40 AM | 2600 | 8 | 450 ms 10:45 AM | 2400 | 3 | 400 ms