Skip to content

Commit b439389

Browse files
Merge pull request #235074 from kenwith/app-proxy-remove-ad-naming
Renames to remove active directory naming.
2 parents e1a043d + 39329ce commit b439389

12 files changed

+11
-6
lines changed

.openpublishing.redirection.active-directory.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5818,7 +5818,12 @@
58185818
},
58195819
{
58205820
"source_path_from_root": "/articles/active-directory/manage-apps/active-directory-app-proxy-protect-ndes.md",
5821-
"redirect_url": "/azure/active-directory/app-proxy/active-directory-app-proxy-protect-ndes",
5821+
"redirect_url": "/azure/active-directory/app-proxy/app-proxy-protect-ndes",
5822+
"redirect_document_id": false
5823+
},
5824+
{
5825+
"source_path_from_root": "/articles/active-directory/app-proxy/active-directory-app-proxy-protect-ndes.md",
5826+
"redirect_url": "/azure/active-directory/app-proxy/app-proxy-protect-ndes",
58225827
"redirect_document_id": false
58235828
},
58245829
{

articles/active-directory/app-proxy/active-directory-app-proxy-protect-ndes.md renamed to articles/active-directory/app-proxy/app-proxy-protect-ndes.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: active-directory
88
ms.subservice: app-proxy
99
ms.workload: identity
1010
ms.topic: how-to
11-
ms.date: 03/14/2023
11+
ms.date: 04/19/2023
1212
ms.author: kenwith
1313
---
1414

@@ -32,7 +32,7 @@ Azure AD Application Proxy is built on Azure. It gives you a massive amount of n
3232
1. Under **Manage**, select **Application proxy**.
3333
1. Select **Download connector service**.
3434

35-
![Download connector service to see the Terms of Service](./media/active-directory-app-proxy-protect-ndes/application-proxy-download-connector-service.png)
35+
![Download connector service to see the Terms of Service](./media/app-proxy-protect-ndes/application-proxy-download-connector-service.png)
3636

3737
1. Read the Terms of Service. When you're ready, select **Accept terms & Download**.
3838
1. Copy the Azure AD Application Proxy connector setup file to your NDES server.
@@ -51,7 +51,7 @@ Azure AD Application Proxy is built on Azure. It gives you a massive amount of n
5151
1. At the end of the setup, a note is shown for environments with an outbound proxy. To configure the Azure AD Application Proxy connector to work through the outbound proxy, run the provided script, such as `C:\Program Files\Microsoft AAD App Proxy connector\ConfigureOutBoundProxy.ps1`.
5252
1. On the Application proxy page in the Azure portal, the new connector is listed with a status of *Active*, as shown in the following example:
5353

54-
![The new Azure AD Application Proxy connector shown as active in the Azure portal](./media/active-directory-app-proxy-protect-ndes/connected-app-proxy.png)
54+
![The new Azure AD Application Proxy connector shown as active in the Azure portal](./media/app-proxy-protect-ndes/connected-app-proxy.png)
5555

5656
> [!NOTE]
5757
> To provide high availability for applications authenticating through the Azure AD Application Proxy, you can install connectors on multiple VMs. Repeat the same steps listed in the previous section to install the connector on other servers joined to the Azure AD DS managed domain.
@@ -60,15 +60,15 @@ Azure AD Application Proxy is built on Azure. It gives you a massive amount of n
6060

6161
1. Select **Enterprise applications**.
6262

63-
![ensure that you're engaging the right stakeholders](./media/active-directory-app-proxy-protect-ndes/azure-active-directory-enterprise-applications.png)
63+
![ensure that you're engaging the right stakeholders](./media/app-proxy-protect-ndes/enterprise-applications.png)
6464

6565
1. Select **+New Application**, and then select **On-premises application**.
6666

6767
1. On the **Add your own on-premises application**, configure the following fields:
6868

6969
* **Name**: Enter a name for the application.
7070
* **Internal Url**: Enter the internal URL/FQDN of your NDES server on which you installed the connector.
71-
* **Pre Authentication**: Select **Passthrough**. It’s not possible to use any form of pre-authentication. The protocol used for Certificate Requests (SCEP) doesn't provide such option.
71+
* **Pre Authentication**: Select **Passthrough**. It’s not possible to use any form of pre authentication. The protocol used for Certificate Requests (SCEP) doesn't provide such option.
7272
* Copy the provided **External URL** to your clipboard.
7373

7474
1. Select **+Add** to save your application.

0 commit comments

Comments
 (0)