Skip to content

Commit 1c61374

Browse files
committed
Durable Functions metadata cleanup #3
1 parent a311f22 commit 1c61374

10 files changed

+0
-43
lines changed

articles/azure-functions/durable/durable-functions-overview.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
---
22
title: Durable Functions Overview - Azure
33
description: Introduction to the Durable Functions extension for Azure Functions.
4-
services: functions
54
author: cgillum
6-
manager: jeconnoc
7-
keywords:
8-
ms.service: azure-functions
95
ms.topic: overview
106
ms.date: 08/07/2019
117
ms.author: cgillum

articles/azure-functions/durable/durable-functions-perf-and-scale.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
---
22
title: Performance and scale in Durable Functions - Azure
33
description: Introduction to the Durable Functions extension for Azure Functions.
4-
services: functions
54
author: cgillum
6-
manager: jeconnoc
7-
keywords:
8-
ms.service: azure-functions
95
ms.topic: conceptual
106
ms.date: 11/03/2019
117
ms.author: azfuncdf

articles/azure-functions/durable/durable-functions-phone-verification.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
---
22
title: Human interaction and timeouts in Durable Functions - Azure
33
description: Learn how to handle human interaction and timeouts in the Durable Functions extension for Azure Functions.
4-
services: functions
5-
author: ggailey777
6-
manager: jeconnoc
7-
keywords:
8-
ms.service: azure-functions
94
ms.topic: conceptual
105
ms.date: 12/07/2018
116
ms.author: azfuncdf

articles/azure-functions/durable/durable-functions-sequence.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
---
22
title: Function chaining in Durable Functions - Azure
33
description: Learn how to run a Durable Functions sample that executes a sequence of functions.
4-
services: functions
54
author: cgillum
6-
manager: jeconnoc
7-
keywords:
8-
ms.service: azure-functions
95
ms.topic: conceptual
106
ms.date: 12/07/2018
117
ms.author: azfuncdf

articles/azure-functions/durable/durable-functions-singletons.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
---
22
title: Singletons for Durable Functions - Azure
33
description: How to use singletons in the Durable Functions extension for Azure Functions.
4-
services: functions
54
author: cgillum
6-
manager: jeconnoc
7-
keywords:
8-
ms.service: azure-functions
95
ms.topic: conceptual
106
ms.date: 11/03/2019
117
ms.author: azfuncdf

articles/azure-functions/durable/durable-functions-sub-orchestrations.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
---
22
title: Sub-orchestrations for Durable Functions - Azure
33
description: How to call orchestrations from orchestrations in the Durable Functions extension for Azure Functions.
4-
services: functions
5-
author: ggailey777
6-
manager: jeconnoc
7-
keywords:
8-
ms.service: azure-functions
94
ms.topic: conceptual
105
ms.date: 11/03/2019
116
ms.author: azfuncdf

articles/azure-functions/durable/durable-functions-task-hubs.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
---
22
title: Task hubs in Durable Functions - Azure
33
description: Learn what a task hub is in the Durable Functions extension for Azure Functions. Learn how to configure task hubs.
4-
services: functions
54
author: cgillum
6-
manager: jeconnoc
7-
keywords:
8-
ms.service: azure-functions
95
ms.topic: conceptual
106
ms.date: 11/03/2019
117
ms.author: azfuncdf

articles/azure-functions/durable/durable-functions-timers.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
---
22
title: Timers in Durable Functions - Azure
33
description: Learn how to implement durable timers in the Durable Functions extension for Azure Functions.
4-
services: functions
5-
author: ggailey777
6-
manager: jeconnoc
7-
keywords:
8-
ms.service: azure-functions
94
ms.topic: conceptual
105
ms.date: 11/03/2019
116
ms.author: azfuncdf

articles/azure-functions/durable/durable-functions-types-features-overview.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
---
22
title: Function types in the Durable Functions extension of Azure Functions
33
description: Learn about the types of functions and roles that support function-to-function communication in a Durable Functions orchestration in Azure Functions.
4-
services: functions
54
author: cgillum
6-
manager: jeconnoc
7-
keywords:
8-
ms.service: azure-functions
95
ms.topic: conceptual
106
ms.date: 08/22/2019
117
ms.author: azfuncdf

articles/azure-functions/durable/durable-functions-unit-testing.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
---
22
title: Azure Durable Functions unit testing
33
description: Learn how to unit test Durable Functions.
4-
author: ggailey777
5-
manager: gwallace
6-
ms.service: azure-functions
74
ms.topic: conceptual
85
ms.date: 11/03/2019
9-
ms.author: glenga
106
---
117

128
# Durable Functions unit testing

0 commit comments

Comments
 (0)