Skip to content

Commit cc8c575

Browse files
authored
Merge pull request #183346 from MicrosoftDocs/master
12/20 AM Publish
2 parents 742ac32 + 5891231 commit cc8c575

File tree

658 files changed

+8091
-10110
lines changed

Some content is hidden

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

658 files changed

+8091
-10110
lines changed

.openpublishing.redirection.defender-for-iot.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"redirections": [
3+
{
4+
"source_path_from_root": "/articles/defender-for-iot/organizations/how-to-configure-with-sentinel.md",
5+
"redirect_url": "/azure/sentinel/iot-solution",
6+
"redirect_document_id": false
7+
},
38
{
49
"source_path_from_root": "/articles/defender-for-iot/device-builders/quickstart-building-the-defender-micro-agent-from-source.md",
510
"redirect_url": "/azure/defender-for-iot/device-builders/overview",

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2398,6 +2398,11 @@
23982398
"redirect_url": "/azure/aks/kubernetes-portal",
23992399
"redirect_document_id": false
24002400
},
2401+
{
2402+
"source_path_from_root": "/articles/aks/egress.md",
2403+
"redirect_url": "/azure/aks/load-balancer-standard",
2404+
"redirect_document_id": false
2405+
},
24012406
{
24022407
"source_path_from_root": "/articles/analysis-services/analysis-services-create-model-portal.md",
24032408
"redirect_url": "/azure/analysis-services/analysis-services-overview",

articles/active-directory/app-provisioning/known-issues.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ When a group is in scope and a member is out of scope, the group will be provisi
9191

9292
If a user and their manager are both in scope for provisioning, the service provisions the user and then updates the manager. If on day one the user is in scope and the manager is out of scope, we'll provision the user without the manager reference. When the manager comes into scope, the manager reference won't be updated until you restart provisioning and cause the service to reevaluate all the users again.
9393

94+
#### Global reader
95+
96+
The global reader role is unable to read the provisioning configuration. Please create a custom role with the `microsoft.directory/applications/synchronization/standard/read` permission in order to read the provisioning configuration from the Azure Portal.
97+
9498
## On-premises application provisioning
9599
The following information is a current list of known limitations with the Azure AD ECMA Connector Host and on-premises application provisioning.
96100

articles/active-directory/develop/publisher-verification-overview.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ Publisher verification provides the following benefits:
3636
- **Smoother enterprise adoption**- admins can configure [user consent policies](../manage-apps/configure-user-consent.md), with publisher verification status as one of the primary policy criteria.
3737

3838
> [!NOTE]
39-
> Starting in November 2020, end-users will no longer be able to grant consent to most newly registered multi-tenant apps without verified publishers if [risk-based step-up consent](../manage-apps/configure-risk-based-step-up-consent.md) is enabled. This will apply to apps that are registered after November 8th 2020, use OAuth2.0 to request permissions beyond basic sign-in and read user profile, and request consent from users in different tenants than the one the app is registered in. A warning will be displayed on the consent screen informing users that these apps are risky and are from unverified publishers.
39+
> - Starting in November 2020, end users will no longer be able to grant consent to most newly registered multi-tenant apps without verified publishers if [risk-based step-up consent](../manage-apps/configure-risk-based-step-up-consent.md) is enabled. This will apply to apps that are registered after November 8, 2020, use OAuth2.0 to request permissions beyond basic sign-in and read user profile, and request consent from users in different tenants than the one the app is registered in. A warning will be displayed on the consent screen informing users that these apps are risky and are from unverified publishers.
40+
> - Publisher verification is not supported in national clouds. Applications registered in national cloud tenants can't be publisher-verified at this time.
4041
4142
## Requirements
4243
There are a few pre-requisites for publisher verification, some of which will have already been completed by many Microsoft partners. They are:
@@ -74,4 +75,4 @@ Below are some frequently asked questions regarding the publisher verification p
7475

7576
## Next steps
7677
* Learn how to [mark an app as publisher verified](mark-app-as-publisher-verified.md).
77-
* [Troubleshoot](troubleshoot-publisher-verification.md) publisher verification.
78+
* [Troubleshoot](troubleshoot-publisher-verification.md) publisher verification.

articles/active-directory/reports-monitoring/concept-provisioning-logs.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.topic: conceptual
1414
ms.tgt_pltfrm: na
1515
ms.workload: identity
1616
ms.subservice: report-monitor
17-
ms.date: 12/02/2021
17+
ms.date: 12/20/2021
1818
ms.author: markvi
1919
ms.reviewer: arvinh
2020

@@ -296,6 +296,7 @@ Use the following table to better understand how to resolve errors that you find
296296
|ImportSkipped | When each user is evaluated, the system tries to import the user from the source system. This error commonly occurs when the user who's being imported is missing the matching property defined in your attribute mappings. Without a value present on the user object for the matching attribute, the system can't evaluate scoping, matching, or export changes. Note that the presence of this error does not indicate that the user is in scope, because you haven't yet evaluated scoping for the user.|
297297
|EntrySynchronizationSkipped | The provisioning service has successfully queried the source system and identified the user. No further action was taken on the user and they were skipped. The user might have been out of scope, or the user might have already existed in the target system with no further changes required.|
298298
|SystemForCrossDomainIdentityManagementMultipleEntriesInResponse| A GET request to retrieve a user or group received multiple users or groups in the response. The system expects to receive only one user or group in the response. [For example](../app-provisioning/use-scim-to-provision-users-and-groups.md#get-group), if you do a GET request to retrieve a group and provide a filter to exclude members, and your System for Cross-Domain Identity Management (SCIM) endpoint returns the members, you'll get this error.|
299+
|SystemForCrossDomainIdentityManagementServiceIncompatible|The Azure AD provisioning service is unable to parse the response from the third party application. Please work with the application developer to ensure that the SCIM server is compatible with the [Azure AD SCIM client](https://docs.microsoft.com/azure/active-directory/app-provisioning/use-scim-to-provision-users-and-groups#understand-the-aad-scim-implementation).|
299300

300301
## Next steps
301302

articles/active-directory/saas-apps/asana-tutorial.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ Follow these steps to enable Azure AD SSO in the Azure portal.
7878

7979
b. In the **Identifier (Entity ID)** text box, type the URL:
8080
`https://app.asana.com/`
81+
82+
c. In the **Reply URL (Assertion Consumer Service URL)** text box, type the URL:
83+
`https://app.asana.com/-/saml/consume`
8184

8285
5. On the **Set up Single Sign-On with SAML** page, in the **SAML Signing Certificate** section, click **Download** to download the **Certificate (Base64)** from the given options as per your requirement and save it on your computer.
8386

articles/advisor/resource-graph-samples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Azure Resource Graph sample queries for Azure Advisor
33
description: Sample Azure Resource Graph queries for Azure Advisor showing use of resource types and tables to access Azure Advisor related resources and properties.
4-
ms.date: 10/12/2021
4+
ms.date: 12/20/2021
55
ms.topic: sample
66
ms.custom: subject-resourcegraph-sample
77
---

articles/aks/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,6 @@
328328
href: limit-egress-traffic.md
329329
- name: Use a user defined route for egress
330330
href: egress-outboundtype.md
331-
- name: Use a basic load balancer and static IP address
332-
href: egress.md
333331
- name: Managed NAT Gateway (preview)
334332
href: nat-gateway.md
335333
- name: Customize CoreDNS

articles/aks/egress.md

Lines changed: 0 additions & 140 deletions
This file was deleted.

articles/aks/security-controls-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Azure Policy Regulatory Compliance controls for Azure Kubernetes Service (AKS)
33
description: Lists Azure Policy Regulatory Compliance controls available for Azure Kubernetes Service (AKS). These built-in policy definitions provide common approaches to managing the compliance of your Azure resources.
4-
ms.date: 09/17/2021
4+
ms.date: 12/17/2021
55
ms.topic: sample
66
ms.service: container-service
77
ms.custom: subject-policy-compliancecontrols

0 commit comments

Comments
 (0)