Skip to content

Commit d3fb00f

Browse files
authored
Refresh and remove screenshots
1 parent b251971 commit d3fb00f

File tree

1 file changed

+5
-18
lines changed

1 file changed

+5
-18
lines changed

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)