forked from Azure/review-checklists
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathazurebotservice_checklist.en.json
118 lines (118 loc) · 3.72 KB
/
azurebotservice_checklist.en.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"items": [
{
"category": "Operations management",
"subcategory": "High Availablity",
"text": "Follow reliability support recommendations in Azure Bot Service",
"waf": "Reliability",
"service": "Bot service",
"guid": "6ad48408-ee72-4734-a476-ba28fdcf590c",
"severity": "Medium",
"id": "A01.1",
"link": "https://learn.microsoft.com/en-us/azure/reliability/reliability-bot"
},
{
"category": "Operations management",
"subcategory": "High Availablity",
"text": "Deploying bots with local data residency and regional compliance",
"waf": "Reliability",
"service": "Bot service",
"guid": "e65de8e1-3f9c-4cbd-9682-66abca264f9a",
"severity": "Medium",
"id": "A01.2",
"link": "https://learn.microsoft.com/en-us/azure/bot-service/bot-builder-concept-regionalization"
},
{
"category": "Operations management",
"subcategory": "High Availablity",
"text": "Azure Bot Service runs in active-active mode for both global and regional services. When an outage occurs, you don't need to detect errors or manage the service. Azure Bot Service automatically performs auto failover and auto recovery in a multi-region geographical architecture. For the EU bot regional service, Azure Bot Service provides two full regions inside Europe with active/active replication to ensure redundancy. For the global bot service, all available regions/geographies can be served as the global footprint.",
"waf": "Reliability",
"service": "Bot service",
"guid": "19bfe9d5-5d04-4c3c-9919-ca1b2d1215ae",
"severity": "Medium",
"id": "A01.3",
"link": "https://learn.microsoft.com/en-us/azure/reliability/reliability-bot#cross-region-disaster-recovery-in-multi-region-geography"
}
],
"categories": [
{
"name": "Identity and Access Management"
},
{
"name": "Network topology and connectivity"
},
{
"name": "Operations management"
},
{
"name": "Platform Automation"
},
{
"name": "Security"
}
],
"waf": [
{
"name": "Reliability"
},
{
"name": "Security"
},
{
"name": "Cost"
},
{
"name": "Operations"
},
{
"name": "Performance"
}
],
"yesno": [
{
"name": "Yes"
},
{
"name": "No"
}
],
"status": [
{
"name": "Not verified",
"description": "This check has not been looked at yet"
},
{
"name": "Open",
"description": "There is an action item associated to this check"
},
{
"name": "Fulfilled",
"description": "This check has been verified, and there are no further action items associated to it"
},
{
"name": "Risk accepted",
"description": "Recommendation understood, but not needed by current requirements"
},
{
"name": "N/A",
"description": "Not applicable for current design"
}
],
"severities": [
{
"name": "High"
},
{
"name": "Medium"
},
{
"name": "Low"
}
],
"metadata": {
"name": "Azure Bot Service",
"state": "preview",
"waf": "reliability",
"timestamp": "April 09, 2024"
}
}