You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/devtest-labs/configure-lab-remote-desktop-gateway.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ The gateway machine must have the following configuration:
69
69
70
70
- The ability to handle requests to `https://{gateway-hostname}/api/host/{lab-machine-name}/port/{port-number}`.
71
71
72
-
You can use the [Application Routing Request module for Internet Information Server (IIS)](/iis/extensions/planning-for-arr/using-the-application-request-routing-module) to redirect `https://{gateway-hostname}/api/host/{lab-machine-name}/port/{port-number}` requests to the function app.
72
+
You can use the [Application Routing Request module for Internet Information Services (IIS)](/iis/extensions/planning-for-arr/using-the-application-request-routing-module) to redirect `https://{gateway-hostname}/api/host/{lab-machine-name}/port/{port-number}` requests to the function app.
73
73
74
74
### Azure Functions requirements
75
75
@@ -126,8 +126,8 @@ Follow these steps to set up a sample remote desktop gateway farm.
126
126
|`adminUsername` |Required |Administrator user name for the gateway machines. |
127
127
|`adminPassword` |Required |Password for the administrator account for the gateway machines. |
128
128
|`instanceCount` | |Number of gateway machines to create. |
129
-
|`alwaysOn` | |Whether to keep the created Azure Functions app warmed (on). Keeping the app on avoids delays when users first try to connect to their lab VMs, but it has cost implications. |
130
-
|`tokenLifetime` | |The length of time, in HH:MM:SS, format that the created token is valid. |
129
+
|`alwaysOn` | |Whether to keep the created Azure Functions app on. Keeping the app on avoids delays when users first try to connect to their lab VMs, but it has cost implications. |
130
+
|`tokenLifetime` | |The length of time, in HH:MM:SS format, that the created token is valid. |
131
131
|`sslCertificate` |Required |The Base64 encoding of the TLS/SSL certificate for the gateway machine. |
132
132
|`sslCertificatePassword` |Required |The password of the TLS/SSL certificate for the gateway machine. |
133
133
|`sslCertificateThumbprint` |Required |The certificate thumbprint for identification in the local certificate store of the signing certificate. |
0 commit comments