-
Notifications
You must be signed in to change notification settings - Fork 324
/
adf_checklist.ja.json
158 lines (158 loc) · 5.78 KB
/
adf_checklist.ja.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
{
"categories": [
{
"name": "IDおよびアクセス管理"
},
{
"name": "ネットワークトポロジと接続性"
},
{
"name": "BCとDR"
},
{
"name": "ガバナンスとセキュリティ"
},
{
"name": "コストガバナンス"
},
{
"name": "運用管理"
},
{
"name": "アプリケーションの展開"
}
],
"items": [
{
"category": "運用管理",
"guid": "ab91932c-9fc9-4d1b-a881-37f5e6c0cb9e",
"id": "A01.01",
"link": "https://github.com/Azure/fta-resiliencyplaybooks/blob/main/paas-foundations-playbooks-ADF_v1.docx",
"service": "Azure Data Factory",
"severity": "中程度",
"subcategory": "ベストプラクティス",
"text": "Azure Data Factory の FTA 回復性プレイブックの活用",
"waf": "確実"
},
{
"category": "運用管理",
"guid": "e503547c-d447-4e82-9138-a7200f1cac6d",
"id": "A02.01",
"link": "https://learn.microsoft.com/azure/architecture/example-scenario/analytics/pipelines-disaster-recovery",
"service": "Azure Data Factory",
"severity": "高い",
"subcategory": "アベイラビリティゾーン",
"text": "Availability Zones をサポートするリージョンでゾーン冗長パイプラインを使用するUse zone redundant pipelines in regions that support Availability Zones",
"waf": "確実"
},
{
"category": "運用管理",
"guid": "9ef1d6e8-32e5-42e3-911c-818b1a0bc511",
"id": "A03.01",
"link": "https://learn.microsoft.com/azure/data-factory/source-control",
"service": "Azure Data Factory",
"severity": "中程度",
"subcategory": "DevOps統合",
"text": "DevOps を使用して Github と Azure DevOps の統合で ARM テンプレートをバックアップする",
"waf": "確実"
},
{
"category": "ネットワークトポロジと接続性",
"guid": "e43a18a9-cd29-49cf-b7b1-7db8255562f2",
"id": "B01.01",
"link": "https://learn.microsoft.com/azure/architecture/example-scenario/analytics/pipelines-disaster-recovery",
"service": "Azure Data Factory",
"severity": "中程度",
"subcategory": "ネットワーク",
"text": "セルフホステッド統合ランタイム VM を別のリージョンにレプリケートしてください",
"waf": "確実"
},
{
"category": "ネットワークトポロジと接続性",
"guid": "aee4563a-fd83-4393-98b2-62d6dc5f512a",
"id": "B01.02",
"link": "https://learn.microsoft.com/azure/architecture/example-scenario/analytics/pipelines-disaster-recovery",
"service": "Azure Data Factory",
"severity": "中程度",
"subcategory": "ネットワーク",
"text": "必ず、姉妹リージョンでネットワークをレプリケートまたは複製してください。別のリージョンに VNet のコピーを作成する必要があります",
"waf": "確実"
},
{
"category": "ガバナンスとセキュリティ",
"description": "ADF パイプラインで Key Vault が使用されている場合は、Key Vault をレプリケートするために何もする必要はありません。Key Vault はマネージド サービスであり、Microsoft が処理します",
"guid": "25498f6d-bad3-47da-a43b-c6ce1d7aa9b2",
"id": "C01.01",
"link": "https://learn.microsoft.com/azure/key-vault/general/disaster-recovery-guidance",
"service": "Azure Data Factory",
"severity": "低い",
"subcategory": "統合",
"text": "Keyvault 統合を使用している場合は、Keyvault の SLA を使用して可用性を把握します",
"waf": "確実"
}
],
"metadata": {
"name": "Azure Data Factory Review Checklist",
"state": "Preview",
"timestamp": "April 26, 2024",
"waf": "Reliability"
},
"severities": [
{
"name": "高い"
},
{
"name": "中程度"
},
{
"name": "低い"
}
],
"status": [
{
"description": "このチェックはまだ検討されていません",
"name": "未確認"
},
{
"description": "このチェックにはアクションアイテムが関連付けられています",
"name": "開ける"
},
{
"description": "このチェックは検証済みで、これ以上のアクションアイテムは関連付けられていません",
"name": "達成"
},
{
"description": "推奨事項は理解されているが、現在の要件では不要",
"name": "必要なし"
},
{
"description": "現在のデザインには適用されません",
"name": "該当なし"
}
],
"waf": [
{
"name": "確実"
},
{
"name": "安全"
},
{
"name": "費用"
},
{
"name": "オペレーションズ"
},
{
"name": "パフォーマンス"
}
],
"yesno": [
{
"name": "はい"
},
{
"name": "いいえ"
}
]
}