Skip to content

Commit 03db3b4

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into rolyon-aadroles-app-register-troubleshoot
2 parents a868486 + 81a5c69 commit 03db3b4

File tree

249 files changed

+3833
-2664
lines changed

Some content is hidden

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

249 files changed

+3833
-2664
lines changed

.openpublishing.publish.config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -961,6 +961,7 @@
961961
".openpublishing.redirection.azure-australia.json",
962962
".openpublishing.redirection.azure-databricks.json",
963963
".openpublishing.redirection.azure-hpc.json",
964+
".openpublishing.redirection.azure-kubernetes-service.json",
964965
".openpublishing.redirection.azure-monitor.json",
965966
".openpublishing.redirection.azure-percept.json",
966967
".openpublishing.redirection.azure-productivity.json",
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"redirections": [
3+
{
4+
"source_path_from_root": "/articles/aks/stop-api-upgrade.md",
5+
"redirect_url": "/azure/aks/upgrade-cluster",
6+
"redirect_document_id": false
7+
}
8+
]
9+
}

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22376,6 +22376,11 @@
2237622376
"redirect_url": "/azure/azure-arc/kubernetes/overview",
2237722377
"redirect_document_id": "false"
2237822378
},
22379+
{
22380+
"source_path_from_root": "/articles/azure-arc/kubernetes/tutorial-workload-management.md",
22381+
"redirect_url": "/azure/azure-arc/kubernetes/workload-management",
22382+
"redirect_document_id": "true"
22383+
},
2237922384
{
2238022385
"source_path": "articles/azure-cache-for-redis/redis-cache-insights-overview.md",
2238122386
"redirect_url": "/azure/azure-cache-for-redis/cache-insights-overview",

articles/active-directory/app-provisioning/customize-application-attributes.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-provisioning
99
ms.workload: identity
1010
ms.topic: tutorial
11-
ms.date: 03/28/2023
11+
ms.date: 03/29/2023
1212
ms.author: kenwith
1313
ms.reviewer: arvinh
1414
---
@@ -206,7 +206,7 @@ Use the steps in the example to provision roles for a user to your application.
206206

207207
![Add SingleAppRoleAssignment](./media/customize-application-attributes/edit-attribute-singleapproleassignment.png)
208208
- **Things to consider**
209-
- Ensure that multiple roles aren't assigned to a user. There is no guarantee which role is provisioned.
209+
- Ensure that multiple roles aren't assigned to a user. There's no guarantee which role is provisioned.
210210
- SingleAppRoleAssignments isn't compatible with setting scope to "Sync All users and groups."
211211
- **Example request (POST)**
212212

@@ -321,9 +321,9 @@ Certain attributes such as phoneNumbers and emails are multi-value attributes wh
321321

322322
## Restoring the default attributes and attribute-mappings
323323

324-
Should you need to start over and reset your existing mappings back to their default state, you can select the **Restore default mappings** check box and save the configuration. Doing so sets all mappings and scoping filters as if the application was just added to your Azure AD tenant from the application gallery.
324+
Should you need to start over and reset your existing mappings back to their default state, you can select the **Restore default mappings** check box and save the configuration. Doing so sets all mappings and scoping filters as if the application was added to your Azure AD tenant from the application gallery.
325325

326-
Selecting this option will effectively force a resynchronization of all users while the provisioning service is running.
326+
Selecting this option forces a resynchronization of all users while the provisioning service is running.
327327

328328
> [!IMPORTANT]
329329
> We strongly recommend that **Provisioning status** be set to **Off** before invoking this option.
@@ -334,7 +334,7 @@ Selecting this option will effectively force a resynchronization of all users wh
334334
- Updating attribute-mappings has an impact on the performance of a synchronization cycle. An update to the attribute-mapping configuration requires all managed objects to be reevaluated.
335335
- A recommended best practice is to keep the number of consecutive changes to your attribute-mappings at a minimum.
336336
- Adding a photo attribute to be provisioned to an app isn't supported today as you can't specify the format to sync the photo. You can request the feature on [User Voice](https://feedback.azure.com/d365community/forum/22920db1-ad25-ec11-b6e6-000d3a4f0789)
337-
- The attribute IsSoftDeleted is often part of the default mappings for an application. IsSoftdeleted can be true in one of four scenarios (the user is out of scope due to being unassigned from the application, the user is out of scope due to not meeting a scoping filter, the user has been soft deleted in Azure AD, or the property AccountEnabled is set to false on the user). It's not recommended to remove the IsSoftDeleted attribute from your attribute mappings.
337+
- The attribute `IsSoftDeleted` is often part of the default mappings for an application. `IsSoftdeleted` can be true in one of four scenarios: 1) The user is out of scope due to being unassigned from the application. 2) The user is out of scope due to not meeting a scoping filter. 3) The user has been soft deleted in Azure AD. 4) The property `AccountEnabled` is set to false on the user. It's not recommended to remove the `IsSoftDeleted` attribute from your attribute mappings.
338338
- The Azure AD provisioning service doesn't support provisioning null values.
339339
- They primary key, typically "ID", shouldn't be included as a target attribute in your attribute mappings.
340340
- The role attribute typically needs to be mapped using an expression, rather than a direct mapping. For more information about role mapping, see [Provisioning a role to a SCIM app](#Provisioning a role to a SCIM app).

0 commit comments

Comments
 (0)