Skip to content

Commit

Permalink
Merge branch 'release-dynatrace-partner-solutions' of https://github.…
Browse files Browse the repository at this point in the history
…com/MicrosoftDocs/azure-docs-pr into release-dynatrace-partner-solutions
  • Loading branch information
flang-msft committed Jun 6, 2022
2 parents df636c4 + 6f3e5cb commit 3a5dd37
Show file tree
Hide file tree
Showing 1,352 changed files with 14,313 additions and 5,459 deletions.
6 changes: 6 additions & 0 deletions .openpublishing.publish.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -907,6 +907,12 @@
"url": "https://github.com/Azure-Samples/ms-identity-node",
"branch": "main",
"branch_mapping": {}
},
{
"path_to_root": "ms-identity-javascript-nodejs-desktop",
"url": "https://github.com/Azure-Samples/ms-identity-javascript-nodejs-desktop",
"branch": "main",
"branch_mapping": {}
}
],
"branch_target_mapping": {
Expand Down
12 changes: 11 additions & 1 deletion .openpublishing.redirection.json
Original file line number Diff line number Diff line change
Expand Up @@ -37276,7 +37276,12 @@
},
{
"source_path_from_root": "/articles/cognitive-services/Speech-Service/how-to-customize-speech-models.md",
"redirect_url": "/azure/cognitive-services/speech-service/how-to-custom-speech-choose-model",
"redirect_url": "/azure/cognitive-services/speech-service/how-to-custom-speech-create-project",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/cognitive-services/Speech-Service/how-to-custom-speech-choose-model.md",
"redirect_url": "/azure/cognitive-services/speech-service/how-to-custom-speech-create-project",
"redirect_document_id": false
},
{
Expand Down Expand Up @@ -37314,6 +37319,11 @@
"redirect_url": "/azure/cognitive-services/speech-service/how-to-develop-custom-commands-application",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/cognitive-services/Speech-Service/how-to-custom-commands-integrate-remote-skills.md",
"redirect_url": "/azure/cognitive-services/speech-service/custom-commands",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/cognitive-services/Speech/API-Reference-REST/BingVoiceOutput.md",
"redirect_url": "/azure/cognitive-services/speech-service/how-to-migrate-from-bing-speech",
Expand Down
46 changes: 23 additions & 23 deletions .whatsnew/.application-management.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"$schema": "https://whatsnewapi.azurewebsites.net/schema",
"docSetProductName": "Azure Active Directory application management",
"rootDirectory": "articles/active-directory/manage-apps/",
"docLinkSettings": {
"linkFormat": "relative",
"relativeLinkPrefix": "/azure/active-directory/manage-apps"
},
"inclusionCriteria": {
"excludePullRequestTitles": true,
"minAdditionsToFile" : 10,
"maxFilesChanged": 50,
"labels": [
"label:active-directory/svc",
"label:app-mgmt/subsvc"
]
},
"areas": [
{
"name": ".",
"heading": "Azure Active Directory application management"
}
]
}
"$schema": "https://whatsnewapi.azurewebsites.net/schema",
"docSetProductName": "Azure Active Directory application management",
"rootDirectory": "articles/active-directory/manage-apps/",
"docLinkSettings": {
"linkFormat": "relative",
"relativeLinkPrefix": "/azure/active-directory/manage-apps"
},
"inclusionCriteria": {
"excludePullRequestTitles": true,
"minAdditionsToFile" : 10,
"maxFilesChanged": 50,
"labels": [
"label:active-directory/svc",
"label:app-mgmt/subsvc"
]
},
"areas": [
{
"name": ".",
"heading": "Azure Active Directory application management"
}
]
}
39 changes: 22 additions & 17 deletions articles/active-directory-b2c/azure-monitor.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions articles/active-directory-b2c/string-transformations.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ Determines whether a claim value is equal to the input parameter value. Check ou
| InputClaim | inputClaim1 | string | The claim's type, which is to be compared. |
| InputParameter | operator | string | Possible values: `EQUAL` or `NOT EQUAL`. |
| InputParameter | compareTo | string | String comparison, one of the values: Ordinal, OrdinalIgnoreCase. |
| InputParameter | ignoreCase | boolean | Specifies whether this comparison should ignore the case of the strings being compared. |
| InputParameter | ignoreCase | string | Specifies whether this comparison should ignore the case of the strings being compared. |
| OutputClaim | outputClaim | boolean | The claim that is produced after this claims transformation has been invoked. |

### Example of CompareClaimToValue
Expand All @@ -227,7 +227,7 @@ Use this claims transformation to check if a claim is equal to a value you speci
<InputParameters>
<InputParameter Id="compareTo" DataType="string" Value="V1" />
<InputParameter Id="operator" DataType="string" Value="not equal" />
<InputParameter Id="ignoreCase" DataType="boolean" Value="true" />
<InputParameter Id="ignoreCase" DataType="string" Value="true" />
</InputParameters>
<OutputClaims>
<OutputClaim ClaimTypeReferenceId="termsOfUseConsentRequired" TransformationClaimType="outputClaim" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ This article provides you with the information you need to configure wildcard ap
- Note - Regular application will always take precedence over a complex app (wildcard application).

## Pre-requisites
Before you get started with single sign-on for header-based authentication apps, make sure your environment is ready with the following settings and configurations:
Before you get started with Application Proxy Complex application scenario apps, make sure your environment is ready with the following settings and configurations:
- You need to enable Application Proxy and install a connector that has line of site to your applications. See the tutorial [Add an on-premises application for remote access through Application Proxy](application-proxy-add-on-premises-application.md#add-an-on-premises-app-to-azure-ad) to learn how to prepare your on-premises environment, install and register a connector, and test the connector.


Expand Down
2 changes: 1 addition & 1 deletion articles/active-directory/authentication/TOC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
- name: Azure PowerShell cmdlets
href: /powershell/azure/
- name: Microsoft Graph REST API beta
href: /graph/api/resources/authenticationmethods-overview?view=graph-rest-beta
href: /graph/api/resources/authenticationmethods-overview
- name: Service limits and restrictions
href: ../enterprise-users/directory-service-limits-restrictions.md
- name: FIDO2 compatibility
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Learn about deployment considerations and strategy for successful i
ms.service: active-directory
ms.subservice: authentication
ms.topic: how-to
ms.date: 02/02/2022
ms.date: 06/01/2022
ms.author: mtillman
author: mtillman
manager: martinco
Expand Down Expand Up @@ -246,7 +246,7 @@ You can monitor authentication method registration and usage across your organiz

The Azure AD sign in reports include authentication details for events when a user is prompted for MFA, and if any Conditional Access policies were in use. You can also use PowerShell for reporting on users registered for Azure AD Multi-Factor Authentication.

NPS extension and AD FS logs can be viewed from **Security** > **MFA** > **Activity report**.
NPS extension and AD FS logs can be viewed from **Security** > **MFA** > **Activity report**. Inclusion of this activity in the [Sign-in logs](../reports-monitoring/concept-sign-ins.md) is currently in Preview.

For more information, and additional Azure AD Multi-Factor Authentication reports, see [Review Azure AD Multi-Factor Authentication events](howto-mfa-reporting.md#view-the-azure-ad-sign-ins-report).

Expand Down
Loading

0 comments on commit 3a5dd37

Please sign in to comment.