-
Notifications
You must be signed in to change notification settings - Fork 1
/
Config_SpringUpdate.json
167 lines (167 loc) · 5.5 KB
/
Config_SpringUpdate.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
{
"WVDScale": {
"Azure": [
{
"_Comments": "Azure Active Directory tenant ID",
"Name": "AADTenantId",
"Value": "0000-0000-0000-0000"
},
{
"_Comments": "Azure Service Principal GUID or Username - register credentials with the Functions-PSStoredCredentials.ps1 script",
"Name": "AADApplicationId",
"Value": "admin@t.onmicrosoft.com"
},
{
"_Comments": "Azure Subscription Id",
"Name": "currentAzureSubscriptionId",
"Value": "000-0000-000-000"
},
{
"_Comments": "Tenant group name in the RDS deployment - normally 'Default Tenant Group'",
"Name": "tenantGroupName",
"Value": "Default Tenant Group"
},
{
"_Comments": "Tenant name in the RDS deployment.",
"Name": "ResourceGroupName",
"Value": "RGName"
},
{
"_Comments": "RDS host pool name",
"Name": "hostPoolName",
"Value": "HostPoolName"
},
{
"_Comments": "Azure Maintenance tag name - script will ignore any servers with the maintenance tag set",
"Name": "maintenanceTagName",
"Value": "MaintenanceMode"
}
],
"Deployment": [
{
"_Comments": "RDbroker URL",
"Name": "rdBroker",
"Value": "https://rdbroker.wvd.microsoft.com"
},
{
"_Comments": "Username or WVD service Principal GUID - register credentials with the Functions-PSStoredCredentials.ps1 script",
"Name": "userName",
"Value": "admin@.onmicrosoft.com"
},
{
"_Comments": "Indicates if a service principal is being used to authenticate to WVD. Values: True / False",
"Name": "isServicePrincipal",
"Value": "True"
}
],
"WVDScaleSettings": [
{
"_Comments": "Peak usage time start (server local time, 24h format)",
"Name": "beginPeakTime",
"Value": "07:30:00"
},
{
"_Comments": "Peak usage time end (server local time, 24h format)",
"Name": "endPeakTime",
"Value": "19:00:00"
},
{
"_Comments": "Days when the script will always be in off-peak mode",
"Name": "offPeakDays",
"Value": "Saturday,Sunday"
},
{
"_Comments": "Maximum number of sessions per CPU. If above the threshold, the script will start a new session host.",
"Name": "sessionThresholdPerCPU",
"Value": "0.95"
},
{
"_Comments": "Maximum number of sessions per CPU during off-peak. If above the threshold, the script will not shutdown session hosts.",
"Name": "offPeakSessionThresholdPerCPU",
"Value": "1.95"
},
{
"_Comments": "Minimum number of host pool VMs to keep running during off-peak usage time. If set to 0, will shutdown all servers without connected sessions.",
"Name": "minimumNumberOfRDSH",
"Value": "1"
},
{
"_Comments": "Minimum number of cores to keep running during peak usage time.",
"Name": "minimumNumberOfCores",
"Value": "8"
},
{
"_Comments": "Maximum number of sessions per host (used on BreadthFirst mode).",
"Name": "maximumNumberOfSessions",
"Value": "5"
},
{
"_Comments": "Number of seconds to wait before forcing users to logoff.",
"Name": "limitSecondsToForceLogOffUser",
"Value": "120"
},
{
"_Comments": "Title of the message sent to users before forcing logoff",
"Name": "logOffMessageTitle",
"Value": "Resource optimization in progress"
},
{
"_Comments": "Body of the message sent to users before forcing logoff",
"Name": "logOffMessageBody",
"Value": "This session host will shut down in 2 minutes. Please save your work and log off."
}
],
"ConnectionMonitor": [
{
"_Comments": "SMTP server for user alerts",
"Name": "smtpServer",
"Value": "smtp.office365.com"
},
{
"_Comments": "SMTP server port",
"Name": "smtpServerPort",
"Value": "587"
},
{
"_Comments": "E-mail address for user alerts",
"Name": "emailAddress",
"Value": "wvd@domain.com"
},
{
"_Comments": "E-mail subject for server available alerts",
"Name": "emailSubjectAvailable",
"Value": "Your virtual desktop is ready"
},
{
"_Comments": "E-mail body for server available alerts",
"Name": "emailBodyAvailable",
"Value": "Your virtual desktop is ready. Please try to log in to your virtual desktop again."
},
{
"_Comments": "E-mail subject for server available alerts",
"Name": "emailSubjectAcknowledged",
"Value": "We are preparing your virtual desktop"
},
{
"_Comments": "E-mail body for server available alerts",
"Name": "emailBodyAcknowledged",
"Value": "Your virtual desktop will be available within 5 minutes. We will send you an e-mail when it is ready. Please reach out to support@company.com if you have any issues."
},
{
"_Comments": "E-mail subject for other errors and alerts",
"Name": "emailSubjectErrors",
"Value": "Your virtual desktop cannot be started"
},
{
"_Comments": "E-mail body for other errors and alerts",
"Name": "emailBodyErrors",
"Value": "Your virtual desktop cannot be started at this moment. Please reach out to support@company.com for assistance."
},
{
"_Comments": "Maximum time in minutes that the server will wait for a new connection before allowing the server to be shut down.",
"Name": "ConnectionRequestTimeLimit",
"Value": "30"
}
]
}
}