Skip to content

Commit 14b1939

Browse files
committed
Fix build errors
1 parent ba26fb2 commit 14b1939

File tree

3 files changed

+18
-29
lines changed

3 files changed

+18
-29
lines changed

articles/azure-functions/functions-create-function-app-portal.md

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,11 @@
11
---
22
title: Create a function app in the Azure portal
3-
description: Learn how to create function app for serverless execution in Azure Functions using the Azure portal.
3+
description: Learn how to create a function app for serverless execution in Azure Functions using the Azure portal.
44
ms.topic: how-to
5-
ms.date: 09/11/2024
6-
ms.custom:
7-
- devx-track-csharp
8-
- mvc
9-
- devcenter
10-
- cc996988-fb4f-47
11-
- devdivchpfy22
12-
- devx-track-extended-java
13-
- devx-track-js
14-
- devx-track-python
15-
- build-2024
16-
- devx-track-ts
5+
ms.date: 05/08/2025
176
zone_pivot_groups:
18-
- programming-languages-set-functions
19-
- functions-hosting-plan-dynamic
7+
- programming-languages-set-functions
8+
- functions-hosting-plan-dynamic
209
---
2110

2211
# Create a function app in the Azure portal

articles/azure-functions/functions-create-http-endpoint.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ description: Learn how to use an HTTP trigger to create a function app with an H
44
ms.topic: how-to
55
ms.date: 05/08/2025
66
ms.custom:
7-
- devx-track-csharp
8-
- mvc
9-
- devcenter
10-
- cc996988-fb4f-47
11-
- devdivchpfy22
12-
- devx-track-extended-java
13-
- devx-track-js
14-
- devx-track-python
15-
- build-2024
16-
- devx-track-ts
7+
- devx-track-csharp
8+
- mvc
9+
- devcenter
10+
- cc996988-fb4f-47
11+
- devdivchpfy22
12+
- devx-track-extended-java
13+
- devx-track-js
14+
- devx-track-python
15+
- build-2024
16+
- devx-track-ts
1717
zone_pivot_groups:
18-
- programming-languages-set-functions
19-
- functions-hosting-plan-dynamic
18+
- programming-languages-set-functions
19+
- functions-hosting-plan-dynamic
2020
---
2121

2222
# Create an HTTP endpoint using Azure Functions in the portal

articles/logic-apps/tutorial-process-email-attachments-workflow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,9 @@ The following steps create an Azure function in C# that removes HTML from each i
193193

194194
> [!NOTE]
195195
>
196-
> If you don't see the **Create** button, [select an option to create your function locally](../azure-functions/functions-create-function-app-portal.md?pivots=programming-language-csharp#create-your-functions-locally).
196+
> If you don't see the **Create** button, [you must instead create your function locally](../azure-functions/functions-develop-local.md#local-development-environments).
197197
198-
1. [Follow these generic steps to create your function in C# using the **HTTP trigger** template](../azure-functions/functions-create-function-app-portal.md?pivots=programming-language-csharp#create-function), and provide the following information for your function:
198+
1. [Follow these generic steps to create your function in C# using the **HTTP trigger** template](../azure-functions/functions-create-http-endpoint.md?pivots=programming-language-csharp#create-function), and provide the following information for your function:
199199

200200
| Parameter | Value |
201201
|-----------|-------|

0 commit comments

Comments
 (0)