This repository was archived by the owner on Oct 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 105
Expand file tree
/
Copy pathinputFile.json
More file actions
49 lines (48 loc) · 1.49 KB
/
inputFile.json
File metadata and controls
49 lines (48 loc) · 1.49 KB
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
{
"Comments": "This is the Input file for your VDC toolkit orchestration",
"TenantID": "000-000-000",
"azureEnvironmentName": "AzureUSGovernment",
"organizationName": "contoso",
"azureDiscoveryURL": "https://management.azure.com/metadata/endpoints?api-version=2019-05-01",
"azureSentinel": "True",
"SharedServices": [
{
"Hub1": {
"Comments": "First Shared Services ",
"SubscriptionID": "111-111-111",
"location": "USGov Virginia",
"keyVaultObjectID": "11-111-11",
"devOpsID": "1-1111-1",
"adminSSHPubKey": "ssh-RSA 111",
"vmAdminUserName": "Allscript",
"folderName": "SharedServices"
}
}
],
"MSVDI": [
{
"MSVDI1": {
"Comments": "First MS-VDI",
"SubscriptionID": "333-333-333",
"location": "USGov Virginia",
"keyVaultObjectID": "33-333-33",
"devOpsID": "3-333-3",
"adminSSHPubKey": "ssh-RSA 333",
"vmAdminUserName": "Allscript",
"folderName": "MS-VDI"
}
},
{
"MSVDI2": {
"Comments": "Second MS-VDI",
"SubscriptionID": "444-444-444",
"location": "USGov Virginia",
"keyVaultObjectID": "44-444-44",
"devOpsID": "4-444-4",
"adminSSHPubKey": "ssh-RSA 444",
"vmAdminUserName": "Allscript",
"folderName": "MS-VDI-2"
}
}
]
}