Skip to content

Commit 1f19be7

Browse files
authored
Merge pull request #298345 from ggailey777/patch-10
[Functions][UUF] Various article fixes for +6mo UUF items
2 parents c06eda3 + fc3f379 commit 1f19be7

File tree

6 files changed

+7
-20
lines changed

6 files changed

+7
-20
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Timer trigger for Azure Functions
33
description: Understand how to use timer triggers in Azure Functions.
44
ms.assetid: d2f013d1-f458-42ae-baf8-1810138118ac
55
ms.topic: reference
6-
ms.date: 02/19/2024
6+
ms.date: 04/16/2025
77
ms.devlang: csharp
88
# ms.devlang: csharp, java, javascript, powershell, python
99
ms.custom: devx-track-csharp, devx-track-python, devx-track-extended-java, devx-track-js, devx-track-ts
@@ -42,7 +42,7 @@ This example shows a C# function that executes each time the minutes have a valu
4242

4343
# [Isolated worker model](#tab/isolated-process)
4444

45-
:::code language="csharp" source="~/azure-functions-dotnet-worker/samples/Extensions/Timer/TimerFunction.cs" range="11-17":::
45+
:::code language="csharp" source="~/azure-functions-dotnet-worker/samples/Extensions/Timer/TimerFunction.cs" id="docsnippet_fixed_delay_retry_example" :::
4646

4747
# [In-process model](#tab/in-process)
4848

articles/azure-functions/functions-openapi-definition.md

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Expose APIs from functions using Azure API Management
33
description: Create an OpenAPI definition that enables other apps and services to call your function in Azure.
44
ms.topic: how-to
5-
ms.date: 05/04/2021
5+
ms.date: 04/16/2025
66
---
77

88
# Expose serverless APIs from HTTP endpoints using Azure API Management
@@ -19,26 +19,19 @@ To create an API Management instance linked to your function app:
1919

2020
1. Select the function app, choose **API Management** from the left menu, and then select **Create new** under **API Management**.
2121

22-
:::image type="content" source="media/functions-openapi-definitions/select-all-settings-openapi.png" alt-text="Choose API Management":::
23-
24-
2522
1. Use the API Management settings as specified in the following table:
2623

2724
| Setting | Suggested value | Description |
2825
| ------------ | ------- | -------------------------------------------------- |
29-
| **Name** | Globally unique name | A name is generated based on the name of your function app. |
3026
| **Subscription** | Your subscription | The subscription under which this new resource is created. |
3127
| **[Resource group](../azure-resource-manager/management/overview.md)** | myResourceGroup | The same resource as your function app, which should get set for you. |
32-
| **Location** | Location of the service | Consider choosing the same location as your function app. |
28+
| **Region** | Location of the service | Consider choosing the same location as your function app. |
29+
| **Resource name** | Globally unique name | A name is generated based on the name of your function app. |
3330
| **Organization name** | Contoso | The name of the organization used in the developer portal and for email notifications. |
3431
| **Administrator email** | your email | Email that received system notifications from API Management. |
3532
| **Pricing tier** | Consumption | Consumption tier isn't available in all regions. For complete pricing details, see the [API Management pricing page](https://azure.microsoft.com/pricing/details/api-management/) |
3633

37-
![Create new API Management service](media/functions-openapi-definitions/new-apim-service-openapi.png)
38-
39-
1. Choose **Export** to create the API Management instance, which may take several minutes.
40-
41-
1. After Azure creates the instance, it enables the **Enable Application Insights** option on the page. Select it to send logs to the same place as the function application.
34+
1. Choose **Review + create** and then **Create** to create the API Management instance, which may take several minutes.
4235

4336
## Import functions
4437

@@ -48,13 +41,7 @@ After the API Management instance is created, you can import your HTTP triggered
4841

4942
1. The **Import Azure Functions** opens with the **TurbineRepair** function highlighted. Choose **Select** to continue.
5043

51-
![Import Azure Functions into API Management](media/functions-openapi-definitions/import-function-openapi.png)
52-
53-
1. In the **Create from Function App** page, accept the defaults, and then select **Create**.
54-
55-
:::image type="content" source="media/functions-openapi-definitions/create-function-openapi.png" alt-text="Create from Function App":::
56-
57-
Azure creates the API for the function.
44+
1. In the **Create from Function App** page, accept the defaults, and then select **Create**. Azure creates the API for the function.
5845

5946
## Download the OpenAPI definition
6047

0 commit comments

Comments
 (0)