Skip to content

Commit 37bb6f6

Browse files
committed
Merging changes synced from https://github.com/MicrosoftDocs/azure-docs-pr (branch live)
2 parents 19c7cb1 + ce740ba commit 37bb6f6

File tree

303 files changed

+3672
-3073
lines changed

Some content is hidden

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

303 files changed

+3672
-3073
lines changed

.openpublishing.redirection.azure-monitor.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
11
{
22
"redirections": [
3+
{
4+
"source_path_from_root": "/articles/azure-monitor/app/snapshot-debugger.md",
5+
"redirect_url": "/azure/azure-monitor/snapshot-debugger/snapshot-debugger",
6+
"redirect_document_id": false
7+
},
8+
{
9+
"source_path_from_root": "/articles/azure-monitor/app/snapshot-debugger-vm.md",
10+
"redirect_url": "/azure/azure-monitor/snapshot-debugger/snapshot-debugger-vm",
11+
"redirect_document_id": false
12+
},
13+
{
14+
"source_path_from_root": "/articles/azure-monitor/app/snapshot-debugger-upgrade.md",
15+
"redirect_url": "/azure/azure-monitor/snapshot-debugger/snapshot-debugger-upgrade",
16+
"redirect_document_id": false
17+
},
18+
{
19+
"source_path_from_root": "/articles/azure-monitor/app/snapshot-debugger-troubleshoot.md",
20+
"redirect_url": "/azure/azure-monitor/snapshot-debugger/snapshot-debugger-troubleshoot",
21+
"redirect_document_id": false
22+
},
23+
{
24+
"source_path_from_root": "/articles/azure-monitor/app/snapshot-debugger-function-app.md",
25+
"redirect_url": "/azure/azure-monitor/snapshot-debugger/snapshot-debugger-function-app",
26+
"redirect_document_id": false
27+
},
28+
{
29+
"source_path_from_root": "/articles/azure-monitor/app/snapshot-debugger-appservice.md",
30+
"redirect_url": "/azure/azure-monitor/snapshot-debugger/snapshot-debugger-appservice",
31+
"redirect_document_id": false
32+
},
33+
{
34+
"source_path_from_root": "/articles/azure-monitor/app/snapshot-debugger-release-notes.md",
35+
"redirect_url": "/azure/azure-monitor/snapshot-debugger/snapshot-debugger-release-notes",
36+
"redirect_document_id": false
37+
},
38+
339
{
440
"source_path_from_root": "/articles/azure-monitor/app/profiler.md",
541
"redirect_url": "/azure/azure-monitor/profiler/profiler",

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -749,6 +749,11 @@
749749
"redirect_url": "/azure/frontdoor/how-to-configure-endpoints",
750750
"redirect_document_id": false
751751
},
752+
{
753+
"source_path_from_root": "/articles/frontdoor/standard-premium/create-front-door-cli.md",
754+
"redirect_url": "/azure/frontdoor/create-front-door-cli",
755+
"redirect_document_id": false
756+
},
752757
{
753758
"source_path_from_root": "/articles/app-service-web/web-sites-dotnet-deploy-aspnet-mvc-app-membership-oauth-sql-database.md",
754759
"redirect_url": "/aspnet/core/security/authorization/secure-data",

articles/active-directory/app-provisioning/hr-attribute-retrieval-issues.md

Lines changed: 29 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -13,27 +13,35 @@ ms.reviewer: chmutali
1313
---
1414
# Troubleshoot HR attribute retrieval issues
1515

16-
## Provisioning app is not fetching all Workday attributes
17-
**Applies to:**
18-
* Workday to on-premises Active Directory user provisioning
19-
* Workday to Azure Active Directory user provisioning
20-
21-
| Troubleshooting | Details |
22-
|-- | -- |
23-
| **Issue** | You have just setup the Workday inbound provisioning app and successfully connected to the Workday tenant URL. You ran a test sync and you observed that the provisioning app is not retrieving all attributes from Workday. Only some attributes are read and provisioned to the target. |
24-
| **Cause** | By default, the Workday provisioning app ships with attribute mapping and XPATH definitions that work with Workday Web Services (WWS) v21.1. When configuring connectivity to Workday in the provisioning app, if you explicitly specified the WWS API version (example: `https://wd3-impl-services1.workday.com/ccx/service/contoso4/Human_Resources/v34.0`), then you may run into this issue, because of the mismatch between WWS API version and the XPATH definitions. |
25-
| **Resolution** | * *Option 1*: Remove the WWS API version information from the URL and use the default WWS API version v21.1 <br> * *Option 2*: Manually update the XPATH API expressions so it is compatible with your preferred WWS API version. Update the **XPATH API expressions** under **Attribute Mapping -> Advanced Options -> Edit attribute list for Workday** referring to the section [Workday attribute reference](../app-provisioning/workday-attribute-reference.md#xpath-values-for-workday-web-services-wws-api-v30) |
26-
27-
## Provisioning app is not fetching Workday integration system attributes / calculated fields
28-
**Applies to:**
29-
* Workday to on-premises Active Directory user provisioning
30-
* Workday to Azure Active Directory user provisioning
31-
32-
| Troubleshooting | Details |
33-
|-- | -- |
34-
| **Issue** | You have just setup the Workday inbound provisioning app and successfully connected to the Workday tenant URL. You have an integration system configured in Workday and you have configured XPATHs that point to attributes in the Workday Integration System. However, the Azure AD provisioning app is not fetching values associated with these integration system attributes or calculated fields. |
35-
| **Cause** | This is a known limitation. The Workday provisioning app currently does not support fetching calculated fields/integration system attributes. |
36-
| **Resolution** | There is no workaround for this limitation. |
16+
## Issue fetching Workday attributes
17+
18+
19+
| **Applies to** |
20+
|--|
21+
| * Workday to on-premises Active Directory user provisioning <br> * Workday to Azure Active Directory user provisioning |
22+
| **Issue Description** |
23+
| You have just configured the Workday inbound provisioning app and successfully connected to the Workday tenant URL. You ran a test sync and you observed that the provisioning app is not retrieving certain attributes from Workday. Only some attributes are read and provisioned to the target. |
24+
| **Probable Cause** |
25+
| By default, the Workday provisioning app ships with attribute mapping and XPATH definitions that work with Workday Web Services (WWS) v21.1. When configuring connectivity to Workday in the provisioning app, if you explicitly specified the WWS API version (example: `https://wd3-impl-services1.workday.com/ccx/service/contoso4/Human_Resources/v34.0`), then you may run into this issue, because of the mismatch between WWS API version and the XPATH definitions. |
26+
| **Resolution Options** |
27+
| * *Option 1*: Remove the WWS API version information from the URL and use the default WWS API version v21.1 <br> * *Option 2*: Manually update the XPATH API expressions so it is compatible with your preferred WWS API version. Update the **XPATH API expressions** under **Attribute Mapping -> Advanced Options -> Edit attribute list for Workday** referring to the section [Workday attribute reference](../app-provisioning/workday-attribute-reference.md#xpath-values-for-workday-web-services-wws-api-v30) |
28+
29+
## Issue fetching Workday calculated fields
30+
31+
| **Applies to** |
32+
|--|
33+
| * Workday to on-premises Active Directory user provisioning <br> * Workday to Azure Active Directory user provisioning |
34+
| **Issue Description** |
35+
| You have just configured the Workday inbound provisioning app and successfully connected to the Workday tenant URL. You have an integration system configured in Workday and you have configured XPATHs that point to attributes in the Workday Integration System. However, the Azure AD provisioning app isn't fetching values associated with these integration system attributes or calculated fields. |
36+
| **Cause** |
37+
| This is a known limitation. The Workday provisioning app currently doesn't support fetching calculated fields/integration system attributes using the *Field_And_Parameter_Criteria_Data* Get_Workers request filter. |
38+
| **Resolution Options** |
39+
| You could consider a workaround of either using Workday Provisioning groups or Workday Custom ID field. See details below. |
40+
41+
**Suggested workarounds**
42+
* **Option 1: Using Workday Provisioning Groups**: Check if the calculated field value can be represented as a provisioning group in Workday. Using the same logic that is used for the calculated field, your Workday Admin may be able to assign a Provisioning Group to the user. Reference Workday doc that requires Workday login: [Set Up Account Provisioning Groups](https://doc.workday.com/reader/3DMnG~27o049IYFWETFtTQ/keT9jI30zCzj4Nu9pJfGeQ). Once configured, this Provisioning Group assignment can be [retrieved in the provisioning job](../app-provisioning/workday-integration-reference.md#example-3-retrieving-provisioning-group-assignments) and used in attribute mappings and scoping filter.
43+
* **Option 2: Using Workday Custom IDs**: Check if the calculated field value can be represented as a Custom ID on the Worker Profile. Use `Maintain Custom ID Type` task in Workday to define a new type and populate values in this custom ID. Make sure the [Workday ISU account used for the integration](../saas-apps/workday-inbound-tutorial.md#configuring-domain-security-policy-permissions) has domain security permission for `Person Data: ID Information`. For example, you can define "External_Payroll_ID" as a custom ID in Workday and retrieved it using the XPATH: `wd:Worker/wd:Worker_Data/wd:Personal_Data/wd:Identification_Data/wd:Custom_ID/wd:Custom_ID_Data[wd:ID_Type_Reference/wd:ID[@wd:type=\"Custom_ID_Type_ID\"]=\"External_Payroll_ID\"]/wd:ID/text()`
44+
3745

3846
## Next steps
3947

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.reviewer: ashishj
1515

1616
# Tutorial: Add an on-premises application for remote access through Application Proxy in Azure Active Directory
1717

18-
Azure Active Directory (Azure AD) has an Application Proxy service that enables users to access on-premises applications by signing in with their Azure AD account. To learn more about Application Proxy, see [What is App Proxy?](what-is-application-proxy.md). This tutorial prepares your environment for use with Application Proxy. Once your environment is ready, you'll use the Azure portal to add an on-premises application to your Azure AD tenant.
18+
Azure Active Directory (Azure AD) has an Application Proxy service that enables users to access on-premises applications by signing in with their Azure AD account. To learn more about Application Proxy, see [What is App Proxy?](what-is-application-proxy.md). This tutorial prepares your environment for use with Application Proxy. Once your environment is ready, you'll use the Azure portal to add an on-premises application to your Azure AD tenant.
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

@@ -53,7 +53,7 @@ For high availability in your production environment, we recommend having more t
5353
>
5454
> ```
5555
> Windows Registry Editor Version 5.00
56-
>
56+
>
5757
> [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp]
5858
> "EnableDefaultHTTP2"=dword:00000000
5959
> ```
@@ -155,7 +155,7 @@ To install the connector:
155155
1. Read the Terms of Service. When you're ready, select **Accept terms & Download**.
156156
1. At the bottom of the window, select **Run** to install the connector. An install wizard opens.
157157
1. Follow the instructions in the wizard to install the service. When you're prompted to register the connector with the Application Proxy for your Azure AD tenant, provide your application administrator credentials.
158-
158+
159159
- For Internet Explorer (IE), if **IE Enhanced Security Configuration** is set to **On**, you may not see the registration screen. To get access, follow the instructions in the error message. Make sure that **Internet Explorer Enhanced Security Configuration** is set to **Off**.
160160
161161
### General remarks
@@ -166,7 +166,7 @@ If you choose to have more than one Windows server for your on-premises applicat
166166
167167
If you have installed connectors in different regions, you can optimize traffic by selecting the closest Application Proxy cloud service region to use with each connector group, see [Optimize traffic flow with Azure Active Directory Application Proxy](application-proxy-network-topology.md)
168168
169-
If your organization uses proxy servers to connect to the internet, you need to configure them for Application Proxy. For more information, see [Work with existing on-premises proxy servers](./application-proxy-configure-connectors-with-proxy-servers.md).
169+
If your organization uses proxy servers to connect to the internet, you need to configure them for Application Proxy. For more information, see [Work with existing on-premises proxy servers](./application-proxy-configure-connectors-with-proxy-servers.md).
170170
171171
For information about connectors, capacity planning, and how they stay up-to-date, see [Understand Azure AD Application Proxy connectors](application-proxy-connectors.md).
172172
@@ -201,12 +201,12 @@ To confirm the connector installed and registered correctly:
201201
202202
## Add an on-premises app to Azure AD
203203
204-
Now that you've prepared your environment and installed a connector, you're ready to add on-premises applications to Azure AD.
204+
Now that you've prepared your environment and installed a connector, you're ready to add on-premises applications to Azure AD.
205205
206206
1. Sign in as an administrator in the [Azure portal](https://portal.azure.com/).
207207
2. In the left navigation panel, select **Azure Active Directory**.
208208
3. Select **Enterprise applications**, and then select **New application**.
209-
4. Select **Add an on-premises application** button which appears about halfway down the page in the **On-premises applications** section. Alternatively, you can select **Create your own application** at the top of the page and then select **Configure Application Proxy for secure remote access to an on-premise application**.
209+
4. Select **Add an on-premises application** button which appears about halfway down the page in the **On-premises applications** section. Alternatively, you can select **Create your own application** at the top of the page and then select **Configure Application Proxy for secure remote access to an on-premises application**.
210210
5. In the **Add your own on-premises application** section, provide the following information about your application:
211211
212212
| Field | Description |
@@ -217,7 +217,7 @@ Now that you've prepared your environment and installed a connector, you're read
217217
| **Pre Authentication** | How Application Proxy verifies users before giving them access to your application.<br><br>**Azure Active Directory** - Application Proxy redirects users to sign in with Azure AD, which authenticates their permissions for the directory and application. We recommend keeping this option as the default so that you can take advantage of Azure AD security features like Conditional Access and Multi-Factor Authentication. **Azure Active Directory** is required for monitoring the application with Microsoft Cloud Application Security.<br><br>**Passthrough** - Users don't have to authenticate against Azure AD to access the application. You can still set up authentication requirements on the backend. |
218218
| **Connector Group** | Connectors process the remote access to your application, and connector groups help you organize connectors and apps by region, network, or purpose. If you don't have any connector groups created yet, your app is assigned to **Default**.<br><br>If your application uses WebSockets to connect, all connectors in the group must be version 1.5.612.0 or later. |
219219
220-
6. If necessary, configure **Additional settings**. For most applications, you should keep these settings in their default states.
220+
6. If necessary, configure **Additional settings**. For most applications, you should keep these settings in their default states.
221221
222222
| Field | Description |
223223
| :------------------------------ | :----------------------------------------------------------- |

articles/active-directory/authentication/howto-authentication-passwordless-faqs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ On a Windows Server 2016 or 2019 domain controller, check that the following pat
156156

157157
### Can I deploy the FIDO2 credential provider on an on-premises only device?
158158

159-
No, this feature isn't supported for on-premise only device. The FIDO2 credential provider wouldn't show up.
159+
No, this feature isn't supported for on-premises only device. The FIDO2 credential provider wouldn't show up.
160160

161161
### FIDO2 security key sign-in isn't working for my Domain Admin or other high privilege accounts. Why?
162162

articles/active-directory/cloud-infrastructure-entitlement-management/faqs.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@ Yes, Permissions Management has various types of system report available that ca
122122

123123
For information about permissions usage reports, see [Generate and download the Permissions analytics report](product-permissions-analytics-reports.md).
124124

125-
## Does Permissions Management integrate with third-party ITSM (Information Technology Security Management) tools?
125+
126+
## Does Permissions Management integrate with third-party ITSM (Information Technology Service Management) tools?
126127

127128
Permissions Management integrates with ServiceNow.
128129

0 commit comments

Comments
 (0)