Skip to content

Commit defc5dd

Browse files
authored
windows 2019 limitation and guidance
1 parent bc57a3a commit defc5dd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/active-directory/manage-apps/application-proxy-add-on-premises-application.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ To add an on-premises application to Azure AD, you need:
3939

4040
To use Application Proxy, you need a Windows server running Windows Server 2012 R2 or later. You'll install the Application Proxy connector on the server. This connector server needs to connect to the Application Proxy services in Azure, and the on-premises applications that you plan to publish.
4141

42+
> [!IMPORTANT]
43+
> If you are installing the connector on Windows Server 2019 there is an HTTP2 limitation. To successfully use the connector on this version add the following registry key and restart the server:
44+
```
45+
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp\EnableDefaultHttp2 (DWORD) Value: 0
46+
```
47+
4248
For high availability in your production environment, we recommend having more than one Windows server. For this tutorial, one Windows server is sufficient.
4349

4450
#### Recommendations for the connector server

0 commit comments

Comments
 (0)