Skip to content

Commit 402750a

Browse files
authored
Merge pull request #265187 from alexbuckgit/alexbuckgit/docutune-autopr-20240203-175254-3508205-ignore-build
[BULK] - DocuTune - Remove expired ms.custom values (part 16)
2 parents 973dfb0 + 03abb39 commit 402750a

File tree

49 files changed

+31
-77
lines changed

Some content is hidden

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

49 files changed

+31
-77
lines changed

articles/azure-functions/functions-host-json.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: host.json reference for Azure Functions 2.x
33
description: Reference documentation for the Azure Functions host.json file with the v2 runtime.
44
ms.topic: conceptual
5-
ms.custom: ignite-2022
65
ms.date: 07/10/2023
76
---
87

articles/azure-functions/functions-integrate-store-unstructured-data-cosmosdb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.topic: quickstart
55
ms.date: 10/01/2020
66
ms.devlang: csharp
77
# ms.devlang: csharp, javascript
8-
ms.custom: devx-track-csharp, mvc, mode-other, ignite-2022
8+
ms.custom: devx-track-csharp, mvc, mode-other
99
---
1010
# Store unstructured data using Azure Functions and Azure Cosmos DB
1111

articles/azure-functions/functions-monitoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to use Azure Application Insights with Azure Functions to
44
ms.assetid: 501722c3-f2f7-4224-a220-6d59da08a320
55
ms.topic: conceptual
66
ms.date: 07/05/2022
7-
ms.custom: devx-track-csharp, fasttrack-edit, contperf-fy21q2
7+
ms.custom: devx-track-csharp, fasttrack-edit
88
# Customer intent: As a developer, I want to understand what facilities are provided to help me monitor my functions so I can know if they're running correctly.
99
---
1010

articles/azure-functions/functions-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Azure Functions Overview
2+
title: Azure Functions Overview
33
description: Learn how you can use Azure Functions to build robust serverless apps.
44
ms.assetid: 01d6ca9f-ca3f-44fa-b0b9-7ffee115acd4
55
ms.topic: overview
66
ms.date: 05/22/2023
7-
ms.custom: contperf-fy21q2, devdivchpfy22, ignite-2022, build-2023
7+
ms.custom: devdivchpfy22, build-2023
88
zone_pivot_groups: programming-languages-set-functions-lang-workers
99
---
1010

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Azure Functions C# script developer reference
33
description: Understand how to develop Azure Functions using C# script.
44
ms.topic: conceptual
5-
ms.custom: devx-track-csharp, ignite-2022
5+
ms.custom: devx-track-csharp
66
ms.date: 08/15/2023
77
---
88
# Azure Functions C# script (.csx) developer reference

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Java developer reference for Azure Functions
2+
title: Java developer reference for Azure Functions
33
description: Understand how to develop functions with Java.
44
ms.topic: conceptual
55
ms.date: 09/14/2018
66
ms.devlang: java
7-
ms.custom: devx-track-java, ignite-2022, devx-track-extended-java, devx-track-azurecli
7+
ms.custom: devx-track-java, devx-track-extended-java, devx-track-azurecli
88
---
99

1010
# Azure Functions Java developer guide

articles/azure-functions/functions-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn the Azure Functions concepts and techniques that you need to
44
ms.assetid: d8efe41a-bef8-4167-ba97-f3e016fcd39e
55
ms.topic: conceptual
66
ms.date: 09/06/2023
7-
ms.custom: ignite-2022, devx-track-extended-java, devx-track-js, devx-track-python
7+
ms.custom: devx-track-extended-java, devx-track-js, devx-track-python
88
zone_pivot_groups: programming-languages-set-functions
99
---
1010

articles/azure-functions/functions-triggers-bindings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Triggers and bindings in Azure Functions
33
description: Learn to use triggers and bindings to connect your Azure Function to online events and cloud-based services.
44
ms.topic: conceptual
55
ms.date: 08/14/2023
6-
ms.custom: devdivchpfy22, ignite-2022, devx-track-extended-java, devx-track-js, devx-track-python
6+
ms.custom: devdivchpfy22, devx-track-extended-java, devx-track-js, devx-track-python
77
zone_pivot_groups: programming-languages-set-functions
88
---
99

articles/azure-functions/index.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@ title: Azure Functions documentation
44
summary: Azure Functions is a cloud service available on-demand that provides all the continually updated infrastructure and resources needed to run your applications. You focus on the code that matters most to you, in the most productive language for you, and Functions handles the rest. Functions provides serverless compute for Azure. You can use Functions to build web APIs, respond to database changes, process IoT streams, manage message queues, and more.
55

66
metadata:
7-
title: Azure Functions documentation
7+
title: Azure Functions documentation
88
description: Azure Functions is a cloud service available on-demand that provides all the continually updated infrastructure and resources needed to run your applications. You focus on the code that matters most to you, in the most productive language for you, and Functions handles the rest. Functions provides serverless compute for Azure. You can use Azure Functions to build web APIs, respond to database changes, process IoT streams, manage message queues, and more.
9-
ms.service: azure-functions
9+
ms.service: azure-functions
1010
ms.topic: landing-page
11-
author: ggailey777
12-
ms.author: azfundocs
13-
ms.date: 12/27/2021
14-
ms.custom: contperf-fy21q4
15-
11+
author: ggailey777
12+
ms.author: azfundocs
13+
ms.date: 12/27/2021
1614
landingContent:
1715
- title: About Azure Functions
1816
linkLists:

articles/azure-functions/scripts/functions-cli-create-function-app-connect-to-cosmos-db.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create a function app with Azure Cosmos DB - Azure CLI
33
description: Azure CLI Script Sample - Create an Azure Function that connects to an Azure Cosmos DB
44
ms.topic: sample
55
ms.date: 03/24/2022
6-
ms.custom: mvc, devx-track-azurecli, ignite-2022
6+
ms.custom: mvc, devx-track-azurecli
77
---
88
# Create an Azure Function that connects to an Azure Cosmos DB
99

0 commit comments

Comments
 (0)