Skip to content

Commit c9fd9d0

Browse files
authored
Merge pull request #230261 from MicrosoftGuyJFlo/AADPortalBulk1
[Azure AD] AAD Portal Bulk 1
2 parents 25b7aaf + 7420ae3 commit c9fd9d0

File tree

99 files changed

+201
-204
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+201
-204
lines changed

articles/active-directory/app-provisioning/configure-automatic-user-provisioning-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This article describes the general steps for managing automatic user account pro
2222
2323
## Finding your apps in the portal
2424

25-
Use the Azure Active Directory portal to view and manage all applications that are configured for single sign-on in a directory. Enterprise apps are apps that are deployed and used within your organization. Follow these steps to view and manage your enterprise applications:
25+
Use the Azure portal to view and manage all applications that are configured for single sign-on in a directory. Enterprise apps are apps that are deployed and used within your organization. Follow these steps to view and manage your enterprise applications:
2626

2727
1. Open the [Azure portal](https://portal.azure.com).
2828
1. Browse to **Azure Active Directory** > **Enterprise applications**.

articles/active-directory/app-provisioning/on-premises-application-provisioning-architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Since ECMA Connector Host currently only supports the USER object type, the OBJE
7979

8080
### User creation workflow
8181

82-
1. The Azure AD provisioning service queries the ECMA Connector Host to see if the user exists. It uses the **matching attribute** as the filter. This attribute is defined in the Azure AD portal under Enterprise applications -> On-premises provisioning -> provisioning -> attribute matching. It is denoted by the 1 for matching precedence.
82+
1. The Azure AD provisioning service queries the ECMA Connector Host to see if the user exists. It uses the **matching attribute** as the filter. This attribute is defined in the Azure portal under Enterprise applications -> On-premises provisioning -> provisioning -> attribute matching. It is denoted by the 1 for matching precedence.
8383
You can define one or more matching attribute(s) and prioritize them based on the precedence. Should you want to change the matching attribute you can also do so.
8484
[![Matching attribute](.\media\on-premises-application-provisioning-architecture\match-1.png)](.\media\on-premises-application-provisioning-architecture\match-1.png#lightbox)
8585

articles/active-directory/app-provisioning/plan-auto-user-provisioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Widen the rollout to larger groups of users by increasing the scope of the group
144144

145145
## Plan application connections and administration
146146

147-
Use the Azure AD portal to view and manage all the applications that support provisioning. See [Finding your apps in the portal](../app-provisioning/configure-automatic-user-provisioning-portal.md).
147+
Use the Azure portal to view and manage all the applications that support provisioning. See [Finding your apps in the portal](../app-provisioning/configure-automatic-user-provisioning-portal.md).
148148

149149
### Determine the type of connector to use
150150

articles/active-directory/app-provisioning/plan-cloud-hr-provision.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ To facilitate Azure AD provisioning workflows between the cloud HR app and Activ
150150

151151
For example, the following image lists the Workday connector apps that are available in the Azure AD app gallery.
152152

153-
![Azure Active Directory portal app gallery](media/plan-cloud-hr-provision/plan-cloudhr-provisioning-img2.png)
153+
![Azure portal app gallery](media/plan-cloud-hr-provision/plan-cloudhr-provisioning-img2.png)
154154

155155
### Decision flow chart
156156

articles/active-directory/app-proxy/application-proxy-config-problem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Problem creating an Azure Active Directory Application Proxy application
3-
description: How to troubleshoot issues creating Application Proxy applications in the Azure Active Directory Admin portal
3+
description: How to troubleshoot issues creating Application Proxy applications in the Azure portal
44
services: active-directory
55
author: kenwith
66
manager: amycolannino

articles/active-directory/app-proxy/application-proxy-configure-custom-domain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ To create and verify a custom domain:
6666
1. Go to your domain registrar and create a new TXT record for your domain, based on your copied DNS information.
6767
1. After you register the domain, on the domain's page in Azure Active Directory, select **Verify**. Once the domain status is **Verified**, you can use the domain across all your Azure AD configurations, including Application Proxy.
6868

69-
For more detailed instructions, see [Add your custom domain name using the Azure Active Directory portal](../fundamentals/add-custom-domain.md).
69+
For more detailed instructions, see [Add your custom domain name using the Azure portal](../fundamentals/add-custom-domain.md).
7070

7171
### Configure an app to use a custom domain
7272

articles/active-directory/app-proxy/application-proxy-configure-custom-home-page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ You can set the home page URL either through the Azure portal or by using PowerS
4242

4343
## Change the home page in the Azure portal
4444

45-
To change the home page URL of your app through the Azure AD portal, follow these steps:
45+
To change the home page URL of your app through the Azure portal, follow these steps:
4646

4747
1. Sign in to the [Azure portal](https://portal.azure.com/) as an administrator.
4848
1. Select **Azure Active Directory**, and then **App registrations**. The list of registered apps appears.

articles/active-directory/app-proxy/application-proxy-configure-native-client-application.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ if (authResult != null)
9898
}
9999
```
100100

101-
The required info in the sample code can be found in the Azure AD portal, as follows:
101+
The required info in the sample code can be found in the Azure portal, as follows:
102102

103-
| Info required | How to find it in the Azure AD portal |
103+
| Info required | How to find it in the Azure portal |
104104
| --- | --- |
105105
| \<Tenant ID> | **Azure Active Directory** > **Properties** > **Directory ID** |
106106
| \<App ID of the Native app> | **Application registration** > *your native application* > **Overview** > **Application ID** |

articles/active-directory/app-proxy/application-proxy-configure-single-sign-on-with-headers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The following table lists common capabilities required for header-based authenti
4747

4848
:::image type="content" source="./media/application-proxy-configure-single-sign-on-with-headers/how-it-works-updated.png" alt-text="How header-based single sign-on works with Application Proxy." lightbox="./media/application-proxy-configure-single-sign-on-with-headers/how-it-works-updated.png":::
4949

50-
1. The Admin customizes the attribute mappings required by the application in the Azure AD portal.
50+
1. The Admin customizes the attribute mappings required by the application in the Azure portal.
5151
2. When a user accesses the app, Application Proxy ensures the user is authenticated by Azure AD
5252
3. The Application Proxy cloud service is aware of the attributes required. So the service fetches the corresponding claims from the ID token received during authentication. The service then translates the values into the required HTTP headers as part of the request to the Connector.
5353
4. The request is then passed along to the Connector, which is then passed to the backend application.

articles/active-directory/app-proxy/application-proxy-deployment-plan.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,15 +284,15 @@ However, users still need to carry out day to day privileged operations, so enfo
284284

285285
### Reporting and monitoring
286286

287-
Azure AD provides additional insights into your organization’s application usage and operational health through [audit logs and reports](../reports-monitoring/concept-provisioning-logs.md?context=azure/active-directory/manage-apps/context/manage-apps-context). Application Proxy also makes it very easy to monitor connectors from the Azure AD portal and Windows Event Logs.
287+
Azure AD provides additional insights into your organization’s application usage and operational health through [audit logs and reports](../reports-monitoring/concept-provisioning-logs.md?context=azure/active-directory/manage-apps/context/manage-apps-context). Application Proxy also makes it very easy to monitor connectors from the Azure portal and Windows Event Logs.
288288

289289
#### Application audit logs
290290

291291
These logs provide detailed information about logins to applications configured with Application Proxy and the device and the user accessing the application. [Audit logs](../reports-monitoring/concept-provisioning-logs.md?context=azure/active-directory/manage-apps/context/manage-apps-context) are located in the Azure portal and in [Audit API](/graph/api/resources/directoryaudit) for export. Additionally, [usage and insights reports](../reports-monitoring/concept-usage-insights-report.md?context=azure/active-directory/manage-apps/context/manage-apps-context) are also available for your application.
292292

293293
#### Application Proxy Connector monitoring
294294

295-
The connectors and the service take care of all the high availability tasks. You can monitor the status of your connectors from the Application Proxy page in the Azure AD Portal. For more information about connector maintainence see [Understand Azure AD Application Proxy Connectors](./application-proxy-connectors.md#maintenance).
295+
The connectors and the service take care of all the high availability tasks. You can monitor the status of your connectors from the Application Proxy page in the Azure portal. For more information about connector maintainence see [Understand Azure AD Application Proxy Connectors](./application-proxy-connectors.md#maintenance).
296296

297297
![Example: Azure AD Application Proxy connectors](./media/application-proxy-connectors/app-proxy-connectors.png)
298298

0 commit comments

Comments
 (0)