-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathcreatingVdaGallery.parameters.json
142 lines (142 loc) · 3.54 KB
/
creatingVdaGallery.parameters.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
{
"schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"adminPassword": {
"value": null
},
"adminUsername": {
"value": null
},
"artifactsLocationSasToken": {
"value": null
},
"artifactsLocationUri": {
"value": null
},
"availabilitySetId": {
"value": null
},
"configurationFileUrl": {
"value": null
},
"configurationFunction": {
"value": null
},
"deliveryControllerFQDN": {
"value": null
},
"deploymentFQDN": {
"value": null
},
"domainName": {
"value": null
},
"dscVersion": {
"value": null
},
"gatewayFQDN": {
"value": null
},
"imageUri": {
"value": null
},
"lbBapId": {
"value": null
},
"lbInboundRules": {
"value": null
},
"machineName": {
"value": null
},
"machineSize": {
"value": "Standard_A2"
},
"offer": {
"value": null
},
"packages": {
"value": [
"putty.install"
]
},
"publishedApplications": {
"value":"applications": [
{
"name": "Domain Controller",
"category": "Remote Desktop Connections",
"path": "[variables('paths').rdpPath]",
"icon": "[variables('paths').rdpPath]",
"arguments": "[concat('/v:', variables('domainControllerSettings').machineName)]"
},
{
"name": "XenApp Controller",
"category": "Remote Desktop Connections",
"path": "[variables('paths').rdpPath]",
"icon": "[variables('paths').rdpPath]",
"type": "Shortcut",
"arguments": "[concat('/v:', variables('deliveryControllerSettings').machineName)]"
},
{
"name": "XenApp VDA",
"category": "Remote Desktop Connections",
"path": "[variables('paths').rdpPath]",
"icon": "[variables('paths').rdpPath]",
"arguments": "[concat('/v:', 'XA-VDA-0')]"
},
{
"name": "XenApp Server VDI",
"category": "Remote Desktop Connections",
"path": "[variables('paths').rdpPath]",
"icon": "[variables('paths').rdpPath]",
"arguments": "[concat('/v:', 'XA-VDI-0')]"
},
{
"name": "NetScaler Web UI",
"category": "NetScaler Management",
"path": "[variables('paths').iePath]",
"icon": "[variables('paths').iePath]",
"arguments": "[variables('paths').netScalerUrl]"
},
{
"name": "Putty SSH",
"category": "NetScaler Management",
"path": "[variables('paths').puttyPath]",
"icon": "[variables('paths').puttyPath]",
"arguments": "[concat(parameters('adminUsername'),'@', variables('netScalerSettings').privateIp)]"
},
{
"name": "Citrix Director",
"category": "Administrative Apps",
"path": "[variables('paths').iePath]",
"icon": "[variables('paths').studioPath]",
"arguments": "[variables('paths').directorUrl]"
},
{
"name": "Citrix Studio",
"category": "Administrative Apps",
"path": "[variables('paths').studioPath]",
"icon": "[variables('paths').studioPath]",
"type": "Shortcut",
"arguments": ""
}
]
},
"publisher": {
"value": null
},
"sku": {
"value": null
},
"storeFrontUrl": {
"value": null
},
"subnetId": {
"value": null
},
"vhdStorageAccount": {
"value": null
}
}
}