Skip to content

Commit cb94d32

Browse files
authored
Merge branch 'master' into Live-publish_1
2 parents 4e7ab6a + 23bd0f4 commit cb94d32

File tree

4,675 files changed

+98549
-68845
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,675 files changed

+98549
-68845
lines changed

.openpublishing.publish.config.json

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,46 @@
151151
"url": "https://github.com/Azure-Samples/functions-python-tensorflow-tutorial",
152152
"branch": "master",
153153
"branch_mapping": {}
154-
},
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"
179+
},
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"
159188
},
189+
{
190+
"path_to_root": "samples-cognitive-services-data-files",
191+
"url": "https://github.com/Azure-Samples/cognitive-services-sample-data-files",
192+
"branch": "master"
193+
},
160194
{
161195
"path_to_root": "samples-luis",
162196
"url": "https://github.com/Azure-Samples/cognitive-services-language-understanding",
@@ -419,6 +453,11 @@
419453
"url": "https://github.com/Azure/azure-cosmosdb-java",
420454
"branch": "master"
421455
},
456+
{
457+
"path_to_root": "azure-cosmosdb-graph-dotnet",
458+
"url": "https://github.com/Azure-Samples/azure-cosmos-db-graph-gremlindotnet-getting-started",
459+
"branch": "master"
460+
},
422461
{
423462
"path_to_root": "azure-cosmosdb-java-v4-getting-started",
424463
"url": "https://github.com/Azure-Samples/azure-cosmos-java-getting-started",

.openpublishing.redirection.json

Lines changed: 709 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: 14 additions & 6 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
@@ -347,10 +350,15 @@
347350
- name: Azure Monitor
348351
href: azure-monitor.md
349352
displayName: log, logs, logging, usage, events
350-
- name: Export usage report
351-
href: view-usage-reports.md
352-
- name: Account management
353+
- name: Manage users - Microsoft Graph
353354
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
354362
- name: Audit logs
355363
href: view-audit-logs.md
356364
- name: Manage users - Azure portal
@@ -371,8 +379,6 @@
371379
items:
372380
- name: Migrate users
373381
href: user-migration.md
374-
- name: Migrate users with external identities
375-
href: migrate-social-identities.md
376382
- name: Reference
377383
items:
378384
- name: Identity Experience Framework release notes
@@ -386,9 +392,11 @@
386392
displayName: cookies, SameSite
387393
- name: Error codes
388394
href: error-codes.md
395+
- name: Microsoft Graph API operations
396+
href: microsoft-graph-operations.md
389397
- name: Region availability & data residency
390398
href: data-residency.md
391-
- name: Enable billing
399+
- name: Billing model
392400
href: billing.md
393401
- name: Threat management
394402
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)