Skip to content

Commit 1635809

Browse files
committed
updates
1 parent 9a18108 commit 1635809

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/devtest-labs/configure-lab-remote-desktop-gateway.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The gateway machine must have the following configuration:
6969

7070
- The ability to handle requests to `https://{gateway-hostname}/api/host/{lab-machine-name}/port/{port-number}`.
7171

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.
7373

7474
### Azure Functions requirements
7575

@@ -126,8 +126,8 @@ Follow these steps to set up a sample remote desktop gateway farm.
126126
|`adminUsername` |Required |Administrator user name for the gateway machines. |
127127
|`adminPassword` |Required |Password for the administrator account for the gateway machines. |
128128
|`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. |
131131
|`sslCertificate` |Required |The Base64 encoding of the TLS/SSL certificate for the gateway machine. |
132132
|`sslCertificatePassword` |Required |The password of the TLS/SSL certificate for the gateway machine. |
133133
|`sslCertificateThumbprint` |Required |The certificate thumbprint for identification in the local certificate store of the signing certificate. |

0 commit comments

Comments
 (0)