forked from MicrosoftDocs/MigrationPlaybookContent
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsiteConfigTemplate
More file actions
49 lines (46 loc) · 813 Bytes
/
siteConfigTemplate
File metadata and controls
49 lines (46 loc) · 813 Bytes
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
/*
DO NOT REMOVE OR EDIT THIS FILE.
Edit the "questions" file instead.
*/
// In the real "questions" file, you may delete everything from this line and above
{
"questions":
[
{
"id": "source",
"text": "Where is your data stored today?",
"options":
[
"SQL Server",
"Oracle"
],
"required": "true"
},
{
"id": "target",
"text": "Where do you want to move your data?",
"options":
[
"SQL Server 2016",
"Azure SQL Database"
],
"required": "true"
}
],
"casestudies":
[
{
filelocation: "CaseStudy1"
},
{
filelocation: "CaseStudy2"
}
],
"scenarioMap":
{
"source0_target0" : "sql-to-sqlserver2016",
"source0_target1" : "sql-to-azuresql",
"source1_target0" : "oracle-to-sqlserver2016",
"source1_target1" : "oracle-to-azuresql"
}
}