Skip to content

Commit 5e053b7

Browse files
author
Ken Withee
committed
Updates for acrolinx.
1 parent c627af6 commit 5e053b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Azure Active Directory (Azure AD) has an Application Proxy service that enables
1919

2020
:::image type="content" source="./media/application-proxy-add-on-premises-application/app-proxy-diagram.png" alt-text="Application Proxy Overview Diagram" lightbox="./media/application-proxy-add-on-premises-application/app-proxy-diagram.png":::
2121

22-
Before you get started, make sure you are familiar with app management and **Single Sign-On (SSO)** concepts. Check out the following links:
22+
Before you get started, make sure you're familiar with app management and **Single Sign-On (SSO)** concepts. Check out the following links:
2323
- [Quickstart Series on App Management in Azure AD](../manage-apps/view-applications-portal.md)
2424
- [What is Single Sign-On (SSO)?](../manage-apps/what-is-single-sign-on.md)
2525

@@ -57,7 +57,7 @@ For high availability in your production environment, we recommend having more t
5757
>
5858
> **HTTP 2.0**
5959
>
60-
> If you are installing the connector on Windows Server 2019, you must disable HTTP2 protocol support in the WinHttp component for Kerberos Constrained Delegation to properly work. This is disabled by default in earlier versions of supported operating systems. Adding the following registry key and restarting the server disables it on Windows Server 2019. Note that this is a machine-wide registry key.
60+
> If you're installing the connector on Windows Server 2019, you must disable HTTP2 protocol support in the WinHttp component for Kerberos Constrained Delegation to properly work. This is disabled by default in earlier versions of supported operating systems. Adding the following registry key and restarting the server disables it on Windows Server 2019. Note that this is a machine-wide registry key.
6161
>
6262
> ```
6363
> Windows Registry Editor Version 5.00
@@ -143,7 +143,7 @@ You can allow connections to `*.msappproxy.net`, `*.servicebus.windows.net`, and
143143
144144
### DNS name resolution for Azure AD Application Proxy endpoints
145145
146-
Public DNS records for Azure AD Application Proxy endpoints are chained CNAME records pointing to an A record. Setting up the records this way ensures fault tolerance and flexibility. It’s guaranteed that the Azure AD Application Proxy Connector always accesses host names with the domain suffixes `*.msappproxy.net` or `*.servicebus.windows.net`. However, during the name resolution the CNAME records might contain DNS records with different host names and suffixes. Due to this, you must ensure that the device (depending on your setup - connector server, firewall, outbound proxy) can resolve all the records in the chain and allows connection to the resolved IP addresses. Since the DNS records in the chain might be changed from time to time, we cannot provide you with any list DNS records.
146+
Public DNS records for Azure AD Application Proxy endpoints are chained CNAME records pointing to an A record. Setting up the records this way ensures fault tolerance and flexibility. It’s guaranteed that the Azure AD Application Proxy Connector always accesses host names with the domain suffixes `*.msappproxy.net` or `*.servicebus.windows.net`. However, during the name resolution the CNAME records might contain DNS records with different host names and suffixes. Due to the difference, you must ensure that the device (depending on your setup - connector server, firewall, outbound proxy) can resolve all the records in the chain and allows connection to the resolved IP addresses. Since the DNS records in the chain might be changed from time to time, we can't provide you with any list DNS records.
147147
148148
## Install and register a connector
149149
@@ -268,7 +268,7 @@ For troubleshooting, see [Troubleshoot Application Proxy problems and error mess
268268
269269
## Clean up resources
270270
271-
Don't forget to delete any of the resources you created in this tutorial when you are done.
271+
Don't forget to delete any of the resources you created in this tutorial when you're done.
272272
273273
## Next steps
274274

0 commit comments

Comments
 (0)