Skip to content

Commit 38df1af

Browse files
committed
Remediate acrolynx
1 parent 680a8eb commit 38df1af

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

learn-pr/advocates/improve-reliability-scaling/6-global.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@ quiz:
2121
choices:
2222
- content: 'Azure Traffic Manager'
2323
isCorrect: false
24-
explanation: 'Traffic Manager is a DNS-based load balancer. Because it uses DNS routing, it cannot proxy connections or provide caching or WAF capabilities.'
24+
explanation: "Traffic Manager is a DNS-based load balancer. Because it uses DNS routing, it can't proxy connections or provide caching or WAF capabilities."
2525
- content: 'Azure Front Door'
2626
isCorrect: true
2727
explanation: 'Correct. Azure Front Door proxies connections, enabling advanced features such as caching and Web Application Firewall.'
2828
- content: 'Azure Load Balancer'
2929
isCorrect: false
30-
explanation: 'Azure Load Balancer operates at Layer 4 within a region and does not provide global HTTP-based load balancing, caching, or WAF.'
30+
explanation: "Azure Load Balancer operates at Layer 4 within a region and doesn't provide global HTTP-based load balancing, caching, or WAF."
3131

3232
- content: 'What consistency model offers a linearizability guarantee?'
3333
choices:
34-
- content: 'strong consistency'
34+
- content: 'Strong consistency'
3535
isCorrect: true
3636
explanation: 'Correct.'
37-
- content: 'eventual consistency'
37+
- content: 'Eventual consistency'
3838
isCorrect: false
3939
explanation: "Eventual consistency doesn't offer this guarantee."

0 commit comments

Comments
 (0)