You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/api-management/import-function-app-as-api.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ You'll learn how to:
36
36
* Make sure you have an Azure function app in your subscription. For more information, see [Getting started with Azure Functions](../azure-functions/functions-get-started.md). The function must have an HTTP trigger. The authorization level must be set to *Anonymous* or *Function*.
37
37
38
38
> [!NOTE]
39
-
> You can use the API Management Extension for Visual Studio Code to import and manage your APIs. Complete the [API Management Extension tutorial](visual-studio-code-tutorial.md) to get started.
39
+
> You can also use the API Management Extension for Visual Studio Code to import and manage your APIs. Complete the [API Management Extension tutorial](visual-studio-code-tutorial.md) to get started.
40
40
41
41
## Import an Azure function app as a new API
42
42
@@ -65,16 +65,19 @@ To create a new API from an Azure function app:
65
65
66
66
:::image type="content" source="./media/import-function-app-as-api/add-05.png" alt-text="Screenshot that shows a function and the Select button." lightbox="./media/import-function-app-as-api/add-05.png":::
67
67
68
-
1. Switch to the **Full** view and assign a **Product** to your new API.
69
-
1. As needed, specify other settings. You can also specify settings later via the **Settings** tab. These settings are explained in the [Import and publish your first API](import-and-publish.md#import-and-publish-a-backend-api) tutorial.
68
+
1. Switch to the **Full** view and assign a **Product** to your new API.
70
69
71
-
>[!NOTE]
70
+
>[!NOTE]
72
71
> *Products* are associations of one or more APIs that are offered to developers via the developer portal. First, developers must subscribe to a product to get access to the API. When they subscribe, they get a subscription key for any API in the product. If you created the API Management instance, you're an administrator and are subscribed to every product by default.
73
72
>
74
73
> In some pricing tiers, API Management instances come with two default sample products:
75
74
> -**Starter**
76
75
> -**Unlimited**
77
76
77
+
1. As needed, specify other settings. You can also specify settings later via the **Settings** tab. These settings are explained in the [Import and publish your first API](import-and-publish.md#import-and-publish-a-backend-api) tutorial.
78
+
79
+
80
+
78
81
1. Select **Create**.
79
82
80
83
## Append a function app to an existing API
@@ -141,7 +144,7 @@ For APIs created after April 4, 2019, the host key is passed in HTTP requests fr
141
144
142
145
### Access the named value in API Management
143
146
144
-
Navigate to your API Management instance and select **Named values** in the left pane. The Azure function app key is stored there.
147
+
Navigate to your API Management instance and select **APIs** > **Named values** in the left pane. The Azure function app key is stored there.
145
148
146
149
:::image type="content" source="./media/import-function-app-as-api/api-named-value.png" alt-text="Screenshot that shows the location of the function app key." lightbox="./media/import-function-app-as-api/api-named-value.png":::
0 commit comments