Skip to content

Commit 0e73cba

Browse files
author
Duke Kamstra
authored
Merge branch 'MicrosoftDocs:main' into main
2 parents c53cea8 + 04cfc7b commit 0e73cba

File tree

1,505 files changed

+11331
-5957
lines changed

Some content is hidden

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

1,505 files changed

+11331
-5957
lines changed

.openpublishing.publish.config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -907,6 +907,12 @@
907907
"url": "https://github.com/Azure-Samples/ms-identity-node",
908908
"branch": "main",
909909
"branch_mapping": {}
910+
},
911+
{
912+
"path_to_root": "ms-identity-javascript-nodejs-desktop",
913+
"url": "https://github.com/Azure-Samples/ms-identity-javascript-nodejs-desktop",
914+
"branch": "main",
915+
"branch_mapping": {}
910916
}
911917
],
912918
"branch_target_mapping": {

.openpublishing.redirection.azure-monitor.json

Lines changed: 78 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,65 @@
11
{
22
"redirections": [
3+
{
4+
"source_path_from_root": "/articles/azure-monitor/app/profiler.md",
5+
"redirect_url": "/azure/azure-monitor/profiler/profiler",
6+
"redirect_document_id": false
7+
},
8+
{
9+
"source_path_from_root": "/articles/azure-monitor/app/profiler-aspnetcore-linux.md",
10+
"redirect_url": "/azure/azure-monitor/profiler/profiler-aspnetcore-linux",
11+
"redirect_document_id": false
12+
},
13+
{
14+
"source_path_from_root": "/articles/azure-monitor/app/profiler-azure-functions.md",
15+
"redirect_url": "/azure/azure-monitor/profiler/profiler-azure-functions",
16+
"redirect_document_id": false
17+
},
18+
{
19+
"source_path_from_root": "/articles/azure-monitor/app/profiler-bring-your-own-storage.md",
20+
"redirect_url": "/azure/azure-monitor/profiler/profiler-bring-your-own-storage",
21+
"redirect_document_id": false
22+
},
23+
{
24+
"source_path_from_root": "/articles/azure-monitor/app/profiler-cloudservice.md",
25+
"redirect_url": "/azure/azure-monitor/profiler/profiler-cloudservice",
26+
"redirect_document_id": false
27+
},
28+
{
29+
"source_path_from_root": "/articles/azure-monitor/app/profiler-containers.md",
30+
"redirect_url": "/azure/azure-monitor/profiler/profiler-containers",
31+
"redirect_document_id": false
32+
},
33+
{
34+
"source_path_from_root": "/articles/azure-monitor/app/profiler-overview.md",
35+
"redirect_url": "/azure/azure-monitor/profiler/profiler-overview",
36+
"redirect_document_id": false
37+
},
38+
{
39+
"source_path_from_root": "/articles/azure-monitor/app/profiler-servicefabric.md",
40+
"redirect_url": "/azure/azure-monitor/profiler/profiler-servicefabric",
41+
"redirect_document_id": false
42+
},
43+
{
44+
"source_path_from_root": "/articles/azure-monitor/app/profiler-settings.md",
45+
"redirect_url": "/azure/azure-monitor/profiler/profiler-settings",
46+
"redirect_document_id": false
47+
},
48+
{
49+
"source_path_from_root": "/articles/azure-monitor/app/profiler-trackrequests.md",
50+
"redirect_url": "/azure/azure-monitor/profiler/profiler-trackrequests",
51+
"redirect_document_id": false
52+
},
53+
{
54+
"source_path_from_root": "/articles/azure-monitor/app/profiler-troubleshooting.md",
55+
"redirect_url": "/azure/azure-monitor/profiler/profiler-troubleshooting",
56+
"redirect_document_id": false
57+
},
58+
{
59+
"source_path_from_root": "/articles/azure-monitor/app/profiler-vm.md",
60+
"redirect_url": "/azure/azure-monitor/profiler/profiler-vm",
61+
"redirect_document_id": false
62+
},
363
{
464
"source_path_from_root": "/articles/azure-monitor/app/app-insights-dashboards.md",
565
"redirect_url": "/azure/azure-monitor/app/overview-dashboard",
@@ -102,22 +162,37 @@
102162
},
103163
{
104164
"source_path_from_root": "/articles/azure-monitor/alerts/alerts-metric-overview.md" ,
105-
"redirect_url": "/azure/azure-monitor/alerts/alert-types.md",
165+
"redirect_url": "/azure/azure-monitor/alerts/alerts-types",
106166
"redirect_document_id": false
107167
},
108168
{
109169
"source_path_from_root": "/articles/azure-monitor/alerts/alerts-managing-alert-instances.md" ,
110170
"redirect_url": "/azure/azure-monitor/alerts/alerts-page.md",
111171
"redirect_document_id": false
112172
},
173+
{
174+
"source_path_from_root": "/articles/azure-monitor/alerts/alerts-managing-alert-states.md" ,
175+
"redirect_url": "/azure/azure-monitor/alerts/alerts-page",
176+
"redirect_document_id": false
177+
},
113178
{
114179
"source_path_from_root": "/articles/azure-monitor/alerts/alerts-unified-log.md" ,
115-
"redirect_url": "/azure/azure-monitor/alerts/alert-types.md",
180+
"redirect_url": "/azure/azure-monitor/alerts/alerts-types",
116181
"redirect_document_id": false
117182
},
118183
{
119184
"source_path_from_root": "/articles/azure-monitor/alerts/activity-log-alerts.md" ,
120-
"redirect_url": "/azure/azure-monitor/alerts/alert-types.md",
185+
"redirect_url": "/azure/azure-monitor/alerts/alerts-types",
186+
"redirect_document_id": false
187+
},
188+
{
189+
"source_path_from_root": "/articles/azure-monitor/alerts/alerts-smartgroups-overview.md" ,
190+
"redirect_url": "/azure/azure-monitor/alerts/alerts-types",
191+
"redirect_document_id": false
192+
},
193+
{
194+
"source_path_from_root": "/articles/azure-monitor/alerts/alerts-managing-smart-groups.md" ,
195+
"redirect_url": "/azure/azure-monitor/alerts/alerts-types",
121196
"redirect_document_id": false
122197
},
123198
{

.openpublishing.redirection.json

Lines changed: 39 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -22019,6 +22019,16 @@
2201922019
"redirect_url": "/azure/scheduler/migrate-from-scheduler-to-logic-apps",
2202022020
"redirect_document_id": ""
2202122021
},
22022+
{
22023+
"source_path_from_root": "/articles/search/cognitive-search-quickstart-ocr.md",
22024+
"redirect_url": "/azure/search/cognitive-search-quickstart-blob",
22025+
"redirect_document_id": false
22026+
},
22027+
{
22028+
"source_path_from_root": "/articles/search/knowledge-store-view-storage-explorer.md",
22029+
"redirect_url": "/azure/search/knowledge-store-create-portal#view-kstore",
22030+
"redirect_document_id": false
22031+
},
2202222032
{
2202322033
"source_path_from_root": "/articles/search/cognitive-search-resources-documentation.md",
2202422034
"redirect_url": "/azure/search/cognitive-search-concept-intro",
@@ -37266,7 +37276,12 @@
3726637276
},
3726737277
{
3726837278
"source_path_from_root": "/articles/cognitive-services/Speech-Service/how-to-customize-speech-models.md",
37269-
"redirect_url": "/azure/cognitive-services/speech-service/how-to-custom-speech-choose-model",
37279+
"redirect_url": "/azure/cognitive-services/speech-service/how-to-custom-speech-create-project",
37280+
"redirect_document_id": false
37281+
},
37282+
{
37283+
"source_path_from_root": "/articles/cognitive-services/Speech-Service/how-to-custom-speech-choose-model.md",
37284+
"redirect_url": "/azure/cognitive-services/speech-service/how-to-custom-speech-create-project",
3727037285
"redirect_document_id": false
3727137286
},
3727237287
{
@@ -37304,6 +37319,11 @@
3730437319
"redirect_url": "/azure/cognitive-services/speech-service/how-to-develop-custom-commands-application",
3730537320
"redirect_document_id": false
3730637321
},
37322+
{
37323+
"source_path_from_root": "/articles/cognitive-services/Speech-Service/how-to-custom-commands-integrate-remote-skills.md",
37324+
"redirect_url": "/azure/cognitive-services/speech-service/custom-commands",
37325+
"redirect_document_id": false
37326+
},
3730737327
{
3730837328
"source_path_from_root": "/articles/cognitive-services/Speech/API-Reference-REST/BingVoiceOutput.md",
3730937329
"redirect_url": "/azure/cognitive-services/speech-service/how-to-migrate-from-bing-speech",
@@ -43181,92 +43201,92 @@
4318143201
},
4318243202
{
4318343203
"source_path_from_root": "/articles/cognitive-services/video-indexer/connect-to-azure.md",
43184-
"redirect_url": "/azure/azure-video-analyzer/video-analyzer-for-media-docs/connect-to-azure",
43204+
"redirect_url": "/azure/azure-video-indexer/connect-to-azure",
4318543205
"redirect_document_id": false
4318643206
},
4318743207
{
4318843208
"source_path_from_root": "/articles/cognitive-services/video-indexer/manage-account-connected-to-azure.md",
43189-
"redirect_url": "/azure/azure-video-analyzer/video-analyzer-for-media-docs/manage-account-connected-to-azure",
43209+
"redirect_url": "/azure/azure-video-indexer/manage-account-connected-to-azure",
4319043210
"redirect_document_id": false
4319143211
},
4319243212
{
4319343213
"source_path_from_root": "/articles/cognitive-services/video-indexer/migrate-from-v1-to-v2.md",
43194-
"redirect_url": "/azure/azure-video-analyzer/video-analyzer-for-media-docs/",
43214+
"redirect_url": "/azure/azure-video-indexer/",
4319543215
"redirect_document_id": false
4319643216
},
4319743217
{
4319843218
"source_path_from_root": "/articles/cognitive-services/video-indexer/upload-index-videos.md",
43199-
"redirect_url": "/azure/azure-video-analyzer/video-analyzer-for-media-docs/upload-index-videos",
43219+
"redirect_url": "/azure/azure-video-indexer/upload-index-videos",
4320043220
"redirect_document_id": false
4320143221
},
4320243222
{
4320343223
"source_path_from_root": "/articles/cognitive-services/video-indexer/video-indexer-concepts.md",
43204-
"redirect_url": "/azure/azure-video-analyzer/video-analyzer-for-media-docs/video-indexer-overview",
43224+
"redirect_url": "/azure/azure-video-indexer/video-indexer-overview",
4320543225
"redirect_document_id": false
4320643226
},
4320743227
{
4320843228
"source_path_from_root": "/articles/cognitive-services/video-indexer/video-indexer-create-new.md",
43209-
"redirect_url": "/azure/azure-video-analyzer/video-analyzer-for-media-docs/",
43229+
"redirect_url": "/azure/azure-video-indexer/",
4321043230
"redirect_document_id": false
4321143231
},
4321243232
{
4321343233
"source_path_from_root": "/articles/cognitive-services/video-indexer/video-indexer-embed-widgets.md",
43214-
"redirect_url": "/azure/azure-video-analyzer/video-analyzer-for-media-docs/video-indexer-embed-widgets",
43234+
"redirect_url": "/azure/azure-video-indexer/video-indexer-embed-widgets",
4321543235
"redirect_document_id": false
4321643236
},
4321743237
{
4321843238
"source_path_from_root": "/articles/cognitive-services/video-indexer/video-indexer-get-started.md",
43219-
"redirect_url": "/azure/azure-video-analyzer/video-analyzer-for-media-docs/video-indexer-get-started",
43239+
"redirect_url": "/azure/azure-video-indexer/video-indexer-get-started",
4322043240
"redirect_document_id": false
4322143241
},
4322243242
{
4322343243
"source_path_from_root": "/articles/cognitive-services/video-indexer/video-indexer-output-json-v2.md",
43224-
"redirect_url": "/azure/azure-video-analyzer/video-analyzer-for-media-docs/video-indexer-output-json-v2",
43244+
"redirect_url": "/azure/azure-video-indexer/video-indexer-output-json-v2",
4322543245
"redirect_document_id": false
4322643246
},
4322743247
{
4322843248
"source_path_from_root": "/articles/cognitive-services/Video/GetStarted.md",
43229-
"redirect_url": "/azure/azure-video-analyzer/video-analyzer-for-media-docs/video-indexer-overview",
43249+
"redirect_url": "/azure/azure-video-indexer/video-indexer-overview",
4323043250
"redirect_document_id": false
4323143251
},
4323243252
{
4323343253
"source_path_from_root": "/articles/cognitive-services/Video/Glossary.md",
43234-
"redirect_url": "/azure/azure-video-analyzer/video-analyzer-for-media-docs/video-indexer-overview",
43254+
"redirect_url": "/azure/azure-video-indexer/video-indexer-overview",
4323543255
"redirect_document_id": false
4323643256
},
4323743257
{
4323843258
"source_path_from_root": "/articles/cognitive-services/Video/Home.md",
43239-
"redirect_url": "/azure/azure-video-analyzer/video-analyzer-for-media-docs/video-indexer-overview",
43259+
"redirect_url": "/azure/azure-video-indexer/video-indexer-overview",
4324043260
"redirect_document_id": false
4324143261
},
4324243262
{
4324343263
"source_path_from_root": "/articles/cognitive-services/Video/How-To/HowtoAnalyzeVideo_Video.md",
43244-
"redirect_url": "/azure/azure-video-analyzer/video-analyzer-for-media-docs/video-indexer-overview",
43264+
"redirect_url": "/azure/azure-video-indexer/video-indexer-overview",
4324543265
"redirect_document_id": false
4324643266
},
4324743267
{
4324843268
"source_path_from_root": "/articles/cognitive-services/Video/How-To/HowtoCallVideoAPIs.md",
43249-
"redirect_url": "/azure/azure-video-analyzer/video-analyzer-for-media-docs/video-indexer-overview",
43269+
"redirect_url": "/azure/azure-video-indexer/video-indexer-overview",
4325043270
"redirect_document_id": false
4325143271
},
4325243272
{
4325343273
"source_path_from_root": "/articles/cognitive-services/video-indexer/video-indexer-overview.md",
43254-
"redirect_url": "/azure/azure-video-analyzer/video-analyzer-for-media-docs/video-indexer-overview",
43274+
"redirect_url": "/azure/azure-video-indexer/video-indexer-overview",
4325543275
"redirect_document_id": false
4325643276
},
4325743277
{
4325843278
"source_path_from_root": "/articles/cognitive-services/video-indexer/video-indexer-search.md",
43259-
"redirect_url": "/azure/azure-video-analyzer/video-analyzer-for-media-docs/video-indexer-search",
43279+
"redirect_url": "/azure/azure-video-indexer/video-indexer-search",
4326043280
"redirect_document_id": false
4326143281
},
4326243282
{
4326343283
"source_path_from_root": "/articles/cognitive-services/video-indexer/video-indexer-use-apis.md",
43264-
"redirect_url": "/azure/azure-video-analyzer/video-analyzer-for-media-docs/video-indexer-use-apis",
43284+
"redirect_url": "/azure/azure-video-indexer/video-indexer-use-apis",
4326543285
"redirect_document_id": false
4326643286
},
4326743287
{
4326843288
"source_path_from_root": "/articles/cognitive-services/video-indexer/video-indexer-view-edit.md",
43269-
"redirect_url": "/azure/azure-video-analyzer/video-analyzer-for-media-docs/video-indexer-view-edit",
43289+
"redirect_url": "/azure/azure-video-indexer/video-indexer-view-edit",
4327043290
"redirect_document_id": false
4327143291
},
4327243292
{

articles/active-directory-b2c/partner-asignio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Follow the steps mentioned in [this tutorial](tutorial-register-applications.md?
114114
| Property | Value |
115115
|:--------|:-------------|
116116
|Name | Login with Asignio *(or a name of your choice)*
117-
|Metadata URL | https://authorization.asignio.com/.well-known/openid-configuration|
117+
|Metadata URL | `https://authorization.asignio.com/.well-known/openid-configuration`|
118118
| Client ID | enter the client ID that you previously generated in [step 1](#step-1-configure-an-application-with-asignio)|
119119
|Client Secret | enter the Client secret that you previously generated in [step 1](#step-1-configure-an-application-with-asignio)|
120120
| Scope | openid email profile |

articles/active-directory-b2c/string-transformations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ Determines whether a claim value is equal to the input parameter value. Check ou
212212
| InputClaim | inputClaim1 | string | The claim's type, which is to be compared. |
213213
| InputParameter | operator | string | Possible values: `EQUAL` or `NOT EQUAL`. |
214214
| InputParameter | compareTo | string | String comparison, one of the values: Ordinal, OrdinalIgnoreCase. |
215-
| InputParameter | ignoreCase | boolean | Specifies whether this comparison should ignore the case of the strings being compared. |
215+
| InputParameter | ignoreCase | string | Specifies whether this comparison should ignore the case of the strings being compared. |
216216
| OutputClaim | outputClaim | boolean | The claim that is produced after this claims transformation has been invoked. |
217217

218218
### Example of CompareClaimToValue
@@ -227,7 +227,7 @@ Use this claims transformation to check if a claim is equal to a value you speci
227227
<InputParameters>
228228
<InputParameter Id="compareTo" DataType="string" Value="V1" />
229229
<InputParameter Id="operator" DataType="string" Value="not equal" />
230-
<InputParameter Id="ignoreCase" DataType="boolean" Value="true" />
230+
<InputParameter Id="ignoreCase" DataType="string" Value="true" />
231231
</InputParameters>
232232
<OutputClaims>
233233
<OutputClaim ClaimTypeReferenceId="termsOfUseConsentRequired" TransformationClaimType="outputClaim" />

articles/active-directory/authentication/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@
287287
- name: Azure PowerShell cmdlets
288288
href: /powershell/azure/
289289
- name: Microsoft Graph REST API beta
290-
href: /graph/api/resources/authenticationmethods-overview?view=graph-rest-beta
290+
href: /graph/api/resources/authenticationmethods-overview
291291
- name: Service limits and restrictions
292292
href: ../enterprise-users/directory-service-limits-restrictions.md
293293
- name: FIDO2 compatibility

articles/active-directory/authentication/howto-mfa-getstarted.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about deployment considerations and strategy for successful i
44
ms.service: active-directory
55
ms.subservice: authentication
66
ms.topic: how-to
7-
ms.date: 02/02/2022
7+
ms.date: 06/01/2022
88
ms.author: mtillman
99
author: mtillman
1010
manager: martinco
@@ -246,7 +246,7 @@ You can monitor authentication method registration and usage across your organiz
246246

247247
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.
248248

249-
NPS extension and AD FS logs can be viewed from **Security** > **MFA** > **Activity report**.
249+
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.
250250

251251
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).
252252

0 commit comments

Comments
 (0)