-
Notifications
You must be signed in to change notification settings - Fork 327
/
Copy pathazfun_checklist.zh-Hant.json
175 lines (175 loc) · 5.44 KB
/
azfun_checklist.zh-Hant.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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
{
"categories": [
{
"name": "身份和訪問管理"
},
{
"name": "網路拓撲和連接"
},
{
"name": "BC 和DR"
},
{
"name": "治理與安全"
},
{
"name": "成本治理"
},
{
"name": "操作"
},
{
"name": "應用程式部署"
}
],
"items": [
{
"category": "BC 和DR",
"cost": 1,
"guid": "4238f409-2ea0-43be-a06b-2a993c98aa7b",
"id": "A01.01",
"link": "https://learn.microsoft.com/en-us/azure/azure-functions/functions-scale#overview-of-plans",
"service": "Azure Functions",
"severity": "高",
"subcategory": "高可用性",
"text": "根據您的業務和 SLO 要求選擇正確的功能託管計劃",
"waf": "可靠性"
},
{
"category": "BC 和DR",
"cost": 1,
"guid": "a9808100-d640-4f77-ac56-1ec0600f6752",
"id": "A01.02",
"link": "https://learn.microsoft.com/en-us/azure/azure-functions/functions-scale#overview-of-plans",
"service": "Azure Functions",
"severity": "高",
"subcategory": "高可用性",
"text": "利用區域適用的可用區(不適用於消耗層)",
"waf": "可靠性"
},
{
"category": "BC 和DR",
"cost": 1,
"guid": "5969d03e-eacf-4042-b127-73c55e3575fa",
"id": "A01.03",
"link": "https://learn.microsoft.com/en-us/azure/reliability/reliability-functions?tabs=azure-portal#cross-region-disaster-recovery-and-business-continuity",
"service": "Azure Functions",
"severity": "中等",
"subcategory": "高可用性",
"text": "考慮為關鍵工作負載制定跨區域災難恢復策略",
"waf": "可靠性"
},
{
"category": "BC 和DR",
"cost": 1,
"guid": "47a0aae0-d8a0-43b1-9791-e934dee3754c",
"id": "A01.04",
"link": "https://learn.microsoft.com/en-us/azure/app-service/environment/intro",
"service": "Azure Functions",
"severity": "高",
"subcategory": "高可用性",
"text": "如果部署到獨立環境,請使用或遷移到應用服務環境 (ASE) v3",
"waf": "可靠性"
},
{
"category": "BC 和DR",
"cost": 1,
"guid": "17232891-f89f-4eaa-90f1-3b34bf798ed5",
"id": "A01.05",
"link": "https://learn.microsoft.com/en-us/azure/azure-functions/dedicated-plan#always-on",
"service": "Azure Functions",
"severity": "高",
"subcategory": "高可用性",
"text": "確保為應用服務計劃上運行的所有函數應用啟用“始終開啟”",
"waf": "可靠性"
},
{
"category": "BC 和DR",
"cost": 1,
"guid": "40a325c2-7c0e-49e6-86d8-c273b4dc21ba",
"id": "A01.06",
"link": "https://learn.microsoft.com/en-us/azure/azure-functions/storage-considerations?tabs=azure-cli#shared-storage-accounts",
"service": "Azure Functions",
"severity": "中等",
"subcategory": "高可用性",
"text": "將函數應用與其自己的存儲帳戶配對。盡量不要重用函數應用的存儲帳戶,除非它們緊密耦合",
"waf": "可靠性"
},
{
"category": "應用程式部署",
"cost": 1,
"guid": "bb42650c-257d-4cb0-822a-131138b8e6f0",
"id": "B01.01",
"link": "https://learn.microsoft.com/en-us/training/modules/deploy-azure-functions/",
"service": "Azure Functions",
"severity": "中等",
"subcategory": "置信區間/光碟",
"text": "利用 Azure DevOps 或 GitHub 簡化 CI/CD 並保護函數應用代碼",
"waf": "操作"
}
],
"metadata": {
"name": "Azure Function Review",
"state": "Preview",
"timestamp": "April 09, 2024",
"waf": "all"
},
"severities": [
{
"name": "高"
},
{
"name": "中等"
},
{
"name": "低"
}
],
"status": [
{
"description": "此檢查尚未查看",
"name": "未驗證"
},
{
"description": "有一個與此檢查關聯的操作項",
"name": "打開"
},
{
"description": "此檢查已通過驗證,並且沒有與之關聯的進一步操作項",
"name": "實現"
},
{
"description": "建議已理解,但當前需求不需要",
"name": "不需要"
},
{
"description": "不適用於當前設計",
"name": "不適用"
}
],
"waf": [
{
"name": "可靠性"
},
{
"name": "安全"
},
{
"name": "成本"
},
{
"name": "操作"
},
{
"name": "性能"
}
],
"yesno": [
{
"name": "是的"
},
{
"name": "不"
}
]
}