Skip to content

Commit 2cb6486

Browse files
authored
Merge pull request #203052 from ggailey777/tensies
[tensies] Change article ownership
2 parents 568a629 + c46cd6f commit 2cb6486

10 files changed

+12
-20
lines changed

articles/azure-functions/functions-deployment-slots.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
---
22
title: Azure Functions deployment slots
33
description: Learn to create and use deployment slots with Azure Functions
4-
author: ggailey777
54
ms.topic: conceptual
65
ms.date: 03/02/2022
7-
ms.author: glenga
86
---
97
# Azure Functions deployment slots
108

articles/azure-functions/functions-dotnet-dependency-injection.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
---
22
title: Use dependency injection in .NET Azure Functions
33
description: Learn how to use dependency injection for registering and using services in .NET functions
4-
author: ggailey777
54

65
ms.topic: conceptual
76
ms.devlang: csharp
87
ms.custom: devx-track-csharp
98
ms.date: 03/24/2021
10-
ms.author: glenga
119
ms.reviewer: jehollan
1210
---
1311
# Use dependency injection in .NET Azure Functions

articles/azure-functions/functions-get-started.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
---
22
title: Getting started with Azure Functions
33
description: Take the first steps toward working with Azure Functions.
4-
author: craigshoemaker
54
ms.topic: overview
65
ms.date: 11/19/2020
7-
ms.author: cshoe
86
zone_pivot_groups: programming-languages-set-functions-lang-workers
97
---
108

articles/azure-functions/functions-how-to-github-actions.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
---
22
title: Use GitHub Actions to make code updates in Azure Functions
33
description: Learn how to use GitHub Actions to define a workflow to build and deploy Azure Functions projects in GitHub.
4-
author: craigshoemaker
54
ms.topic: conceptual
65
ms.date: 10/07/2020
7-
ms.author: cshoe
86
ms.custom: "devx-track-csharp, devx-track-python, github-actions-azure"
97
---
108

articles/azure-functions/functions-idempotent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Designing Azure Functions for identical input
33
description: Building Azure Functions to be idempotent
4-
author: craigshoemaker
5-
ms.author: cshoe
4+
author: ggailey777
5+
ms.author: glenga
66
ms.date: 06/09/2022
77
ms.topic: article
88
---

articles/azure-functions/functions-manually-run-non-http.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Manually run a non HTTP-triggered Azure Functions
33
description: Use an HTTP request to run a non-HTTP triggered Azure Functions
4-
author: craigshoemaker
4+
author: ggailey777
55

66
ms.topic: article
77
ms.date: 04/23/2020
8-
ms.author: cshoe
8+
ms.author: glenga
99
---
1010

1111
# Manually run a non HTTP-triggered function

articles/azure-functions/functions-monitor-log-analytics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: Monitoring Azure Functions with Azure Monitor Logs
33
description: Learn how to use Azure Monitor Logs with Azure Functions to monitor function executions.
4-
author: craigshoemaker
4+
author: ggailey777
55
ms.topic: conceptual
66
ms.date: 04/15/2020
7-
ms.author: cshoe
7+
ms.author: glenga
88
ms.custom: "devx-track-csharp, devx-track-python"
99
# Customer intent: As a developer, I want to monitor my functions so I can know if they're running correctly.
1010
---

articles/azure-functions/functions-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Azure Functions Overview
33
description: Learn how Azure Functions can help build robust serverless apps.
4-
author: craigshoemaker
4+
author: ggailey777
55
ms.assetid: 01d6ca9f-ca3f-44fa-b0b9-7ffee115acd4
66
ms.topic: overview
77
ms.date: 05/27/2022
8-
ms.author: cshoe
8+
ms.author: glenga
99
ms.custom: contperf-fy21q2, devdivchpfy22
1010
---
1111

articles/azure-functions/functions-reference-csharp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Azure Functions C# script developer reference
33
description: Understand how to develop Azure Functions using C# script.
4-
author: craigshoemaker
4+
author: ggailey777
55
ms.topic: conceptual
66
ms.custom: devx-track-csharp
77
ms.date: 12/12/2017
8-
ms.author: cshoe
8+
ms.author: glenga
99

1010
---
1111
# Azure Functions C# script (.csx) developer reference

articles/azure-functions/functions-reliable-event-processing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: Azure Functions reliable event processing
33
description: Avoid missing Event Hub messages in Azure Functions
4-
author: craigshoemaker
4+
author: ggailey777
55
ms.topic: conceptual
66
ms.date: 10/01/2020
7-
ms.author: cshoe
7+
ms.author: glenga
88
---
99

1010
# Azure Functions reliable event processing

0 commit comments

Comments
 (0)