Skip to content

Commit ed51e14

Browse files
committed
Merging changes synced from https://github.com/MicrosoftDocs/azure-docs-pr (branch live)
2 parents 5b82db9 + 225a0b8 commit ed51e14

File tree

679 files changed

+6996
-5340
lines changed

Some content is hidden

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

679 files changed

+6996
-5340
lines changed

.openpublishing.publish.config.json

Lines changed: 29 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"
154164
},
155165
{
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+
},
180+
{
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"

.openpublishing.redirection.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7258,6 +7258,26 @@
72587258
"redirect_url": "/azure/azure-functions/functions-create-first-azure-function-azure-cli",
72597259
"redirect_document_id": false
72607260
},
7261+
{
7262+
"source_path": "articles/azure-functions/functions-create-first-function-python.md",
7263+
"redirect_url": "/azure/azure-functions/functions-create-first-azure-function-azure-cli?pivots=programming-language-python",
7264+
"redirect_document_id": false
7265+
},
7266+
{
7267+
"source_path": "articles/azure-functions/functions-create-first-function-powershell.md",
7268+
"redirect_url": "/azure/azure-functions/functions-create-first-function-vs-code?pivots=programming-language-powershell",
7269+
"redirect_document_id": false
7270+
},
7271+
{
7272+
"source_path": "articles/azure-functions/functions-create-first-azure-function-azure-cli-linux.md",
7273+
"redirect_url": "/azure/azure-functions/functions-create-first-azure-function-azure-cli?pivots=programming-language-python",
7274+
"redirect_document_id": false
7275+
},
7276+
{
7277+
"source_path": "articles/azure-functions/functions-add-output-binding-storage-queue-python.md",
7278+
"redirect_url": "/azure/azure-functions/functions-add-output-binding-storage-queue-cli.md?pivots=programming-language-python",
7279+
"redirect_document_id": false
7280+
},
72617281
{
72627282
"source_path": "articles/azure-functions/create-visual-studio.md",
72637283
"redirect_url": "/azure/azure-functions/functions-create-your-first-function-visual-studio",

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: 2 additions & 2 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
---

articles/active-directory-b2c/authorization-code-flow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
title: Authorization code flow - Azure Active Directory B2C | Microsoft Docs
33
description: Learn how to build web apps by using Azure AD B2C and OpenID Connect authentication protocol.
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: 02/19/2019
12-
ms.author: marsma
12+
ms.author: mimart
1313
ms.subservice: B2C
1414
ms.custom: fasttrack-edit
1515
---

articles/active-directory-b2c/azure-monitor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ title: Monitor Azure AD B2C with Azure Monitor
33
titleSuffix: Azure AD B2C
44
description: Learn how to log Azure AD B2C events with Azure Monitor by using delegated resource management.
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
12-
ms.author: marsma
12+
ms.author: mimart
1313
ms.subservice: B2C
1414
ms.date: 02/10/2020
1515
---

0 commit comments

Comments
 (0)