Skip to content

Commit 13b19ac

Browse files
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into v-dele-1674365 (fixed one merge conflict)
2 parents 5d128f5 + 612f5a4 commit 13b19ac

File tree

4,527 files changed

+102405
-67151
lines changed

Some content is hidden

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

4,527 files changed

+102405
-67151
lines changed

.openpublishing.publish.config.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,37 @@
151151
"url": "https://github.com/Azure-Samples/functions-python-tensorflow-tutorial",
152152
"branch": "master",
153153
"branch_mapping": {}
154+
},
155+
{
156+
"path_to_root": "functions-quickstart-templates",
157+
"url": "https://github.com/Azure/azure-functions-templates",
158+
"branch": "dev"
159+
},
160+
{
161+
"path_to_root": "functions-docs-csharp",
162+
"url": "https://github.com/Azure-Samples/functions-docs-csharp",
163+
"branch": "master"
164+
},
165+
{
166+
"path_to_root": "functions-docs-javascript",
167+
"url": "https://github.com/Azure-Samples/functions-docs-javascript",
168+
"branch": "master"
169+
},
170+
{
171+
"path_to_root": "functions-docs-typescript",
172+
"url": "https://github.com/Azure-Samples/functions-docs-typescript",
173+
"branch": "master"
174+
},
175+
{
176+
"path_to_root": "functions-docs-python",
177+
"url": "https://github.com/Azure-Samples/functions-docs-python",
178+
"branch": "master"
154179
},
155180
{
181+
"path_to_root": "functions-docs-powershell",
182+
"url": "https://github.com/Azure-Samples/functions-docs-powershell",
183+
"branch": "master"
184+
}, {
156185
"path_to_root": "samples-personalizer",
157186
"url": "https://github.com/Azure-Samples/cognitive-services-personalizer-samples",
158187
"branch": "master"
@@ -419,6 +448,11 @@
419448
"url": "https://github.com/Azure/azure-cosmosdb-java",
420449
"branch": "master"
421450
},
451+
{
452+
"path_to_root": "azure-cosmosdb-graph-dotnet",
453+
"url": "https://github.com/Azure-Samples/azure-cosmos-db-graph-gremlindotnet-getting-started",
454+
"branch": "master"
455+
},
422456
{
423457
"path_to_root": "azure-cosmosdb-java-v4-getting-started",
424458
"url": "https://github.com/Azure-Samples/azure-cosmos-java-getting-started",

.openpublishing.redirection.json

Lines changed: 684 additions & 51 deletions
Large diffs are not rendered by default.

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,8 @@
5454
"XAML",
5555
"XML",
5656
"YAML"
57+
],
58+
"cSpell.words": [
59+
"auditd"
5760
]
5861
}

articles/active-directory-b2c/TOC.yml

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@
8181
- name: Register a SAML service provider
8282
href: connect-with-saml-service-providers.md
8383
displayName: SP, RP, service provider, connect
84+
- name: Register a Graph application
85+
href: microsoft-graph-get-started.md
86+
displayName: migrate, migration, microsoft graph
8487
- name: Add a web API application
8588
href: add-web-application.md
8689
- name: Add a native client application
@@ -101,7 +104,7 @@
101104
href: user-flow-self-service-password-reset.md
102105
- name: UX customization
103106
items:
104-
- name: User interface customization
107+
- name: Customize the UI
105108
href: customize-ui-overview.md
106109
- name: JavaScript and page layouts
107110
href: user-flow-javascript-overview.md
@@ -177,8 +180,6 @@
177180
- name: Customize the UI
178181
href: custom-policy-ui-customization.md
179182
displayName: ux, input, cors, html, css
180-
- name: Customize the UI dynamically
181-
href: custom-policy-ui-customization-dynamic.md
182183
- name: Custom email
183184
href: custom-email.md
184185
displayName: verification
@@ -349,10 +350,15 @@
349350
- name: Azure Monitor
350351
href: azure-monitor.md
351352
displayName: log, logs, logging, usage, events
352-
- name: Export usage report
353-
href: view-usage-reports.md
354-
- name: Account management
353+
- name: Manage users - Microsoft Graph
355354
href: manage-user-accounts-graph-api.md
355+
displayName: account, accounts
356+
- name: Deploy with Azure Pipelines
357+
href: deploy-custom-policies-devops.md
358+
displayName: azure devops, ci/cd, cicd, custom policy, policies
359+
- name: Manage policies with PowerShell
360+
href: manage-custom-policies-powershell.md
361+
displayName: scripting, scripts, psh, custom policy
356362
- name: Audit logs
357363
href: view-audit-logs.md
358364
- name: Manage users - Azure portal
@@ -373,8 +379,6 @@
373379
items:
374380
- name: Migrate users
375381
href: user-migration.md
376-
- name: Migrate users with external identities
377-
href: migrate-social-identities.md
378382
- name: Reference
379383
items:
380384
- name: Identity Experience Framework release notes
@@ -388,9 +392,11 @@
388392
displayName: cookies, SameSite
389393
- name: Error codes
390394
href: error-codes.md
395+
- name: Microsoft Graph API operations
396+
href: microsoft-graph-operations.md
391397
- name: Region availability & data residency
392398
href: data-residency.md
393-
- name: Enable billing
399+
- name: Billing model
394400
href: billing.md
395401
- name: Threat management
396402
href: threat-management.md

articles/active-directory-b2c/access-tokens.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
title: Request an access token - Azure Active Directory B2C | Microsoft Docs
33
description: Learn how to request an access token from Azure Active Directory B2C.
44
services: active-directory-b2c
5-
author: mmacy
5+
author: msmimart
66
manager: celestedg
77

88
ms.service: active-directory
99
ms.workload: identity
1010
ms.topic: conceptual
1111
ms.date: 04/16/2019
12-
ms.author: marsma
12+
ms.author: mimart
1313
ms.subservice: B2C
1414

1515
---

articles/active-directory-b2c/active-directory-technical-profile.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ title: Define an Azure AD technical profile in a custom policy
33
titleSuffix: Azure AD B2C
44
description: Define an Azure Active Directory technical profile in a custom policy in Azure Active Directory B2C.
55
services: active-directory-b2c
6-
author: mmacy
6+
author: msmimart
77
manager: celestedg
88

99
ms.service: active-directory
1010
ms.workload: identity
1111
ms.topic: reference
1212
ms.date: 02/13/2020
13-
ms.author: marsma
13+
ms.author: mimart
1414
ms.subservice: B2C
1515
---
1616

articles/active-directory-b2c/add-native-application.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
title: Add a native client application - Azure Active Directory B2C | Microsoft Docs
33
description: Learn how to add a native client application to your Active Directory B2C tenant.
44
services: active-directory-b2c
5-
author: mmacy
5+
author: msmimart
66
manager: celestedg
77

8-
ms.author: marsma
8+
ms.author: mimart
99
ms.date: 02/04/2019
1010
ms.custom: mvc
1111
ms.topic: conceptual

articles/active-directory-b2c/add-web-application.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
title: Add a web API application - Azure Active Directory B2C | Microsoft Docs
33
description: Learn how to add a web API application to your Active Directory B2C tenant.
44
services: active-directory-b2c
5-
author: mmacy
5+
author: msmimart
66
manager: celestedg
77

8-
ms.author: marsma
8+
ms.author: mimart
99
ms.date: 04/16/2019
1010
ms.custom: mvc
1111
ms.topic: conceptual

articles/active-directory-b2c/analytics-with-application-insights.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ title: Track user behavior with Application Insights
33
titleSuffix: Azure AD B2C
44
description: Learn how to enable event logs in Application Insights from Azure AD B2C user journeys by using custom policies.
55
services: active-directory-b2c
6-
author: mmacy
6+
author: msmimart
77
manager: celestedg
88

99
ms.service: active-directory
1010
ms.topic: conceptual
1111
ms.workload: identity
1212
ms.date: 02/11/2020
13-
ms.author: marsma
13+
ms.author: mimart
1414
ms.subservice: B2C
1515

1616
---

articles/active-directory-b2c/application-types.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ title: Application types supported by Azure AD B2C
33
titleSuffix: Azure AD B2C
44
description: Learn about the types of applications you can use with Azure Active Directory B2C.
55
services: active-directory-b2c
6-
author: mmacy
6+
author: msmimart
77
manager: celestedg
88

99
ms.service: active-directory
1010
ms.workload: identity
1111
ms.topic: conceptual
1212
ms.date: 07/24/2019
13-
ms.author: marsma
13+
ms.author: mimart
1414
ms.subservice: B2C
1515

1616
---
@@ -121,7 +121,7 @@ To set up client credential flow, see [Azure Active Directory v2.0 and the OAuth
121121

122122
#### Web API chains (on-behalf-of flow)
123123

124-
Many architectures include a web API that needs to call another downstream web API, where both are secured by Azure AD B2C. This scenario is common in native clients that have a Web API back-end and calls a Microsoft online service such as the Microsoft Graph API or Azure AD Graph API.
124+
Many architectures include a web API that needs to call another downstream web API, where both are secured by Azure AD B2C. This scenario is common in native clients that have a Web API back-end and calls a Microsoft online service such as the Microsoft Graph API.
125125

126126
This chained web API scenario can be supported by using the OAuth 2.0 JWT bearer credential grant, also known as the on-behalf-of flow. However, the on-behalf-of flow is not currently implemented in the Azure AD B2C.
127127

0 commit comments

Comments
 (0)